plugin-dev

Guide building and testing Prismer plugin components across hooks, skills, and plugins.

1.4k|14|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Prismer-AI/PrismerCloud --skill plugin-dev-prismer-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-dev
Source: https://github.com/Prismer-AI/PrismerCloud/tree/main/sdk/prismer-cloud/claude-code-plugin/skills/plugin-dev
Command: npx skills add https://github.com/Prismer-AI/PrismerCloud --skill plugin-dev-prismer-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Building Prismer Cloud plugins can be time-consuming and error-prone without a structured, reusable playbook. This Skill consolidates development, debugging, testing, and release workflows into a single, actionable guide for plugin developers.

Core Features & Use Cases

  • End-to-end plugin development workflow covering environment setup, debugging, logging, testing, and publishing.
  • Clear guidance on integrating hooks, skills, and plugin components with step-by-step routines and sanity checks.
  • Real-world scenarios and recommendations to accelerate iteration, improve reliability, and streamline releases.

Quick Start

Navigate to sdk/prismer-cloud/claude-code-plugin/skills/plugin-dev and run ./scripts/dev.sh to start local development in dev mode.

Frequently Asked Questions about plugin-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and test Prismer Cloud plugins efficiently?

Prismer Cloud plugin development uses a dev-mode workflow with scripts to enable rapid iteration. You run local development scripts to test hooks, skills, and components with built-in test utilities and structured sanity checks.

What is the dev-mode workflow for rapid plugin development?

Dev-mode workflow accelerates plugin development by running local scripts for rapid iteration. It integrates debugging, logging, and test utilities to validate hooks and skills in real-world scenarios before release.

Do I need specific test utilities to debug Prismer plugin components?

Debugging Prismer plugin components requires dedicated test utilities and logging mechanisms. The development workflow includes built-in test utilities to validate hooks and skills during rapid iteration.

How do I publish a Prismer Cloud plugin after development?

Publishing a Prismer Cloud plugin involves following structured release guidance after completing development. You validate hooks and skills through dev-mode testing and debugging routines before executing the release workflow.

Can I integrate hooks and skills together in a single plugin?

You can integrate hooks and skills within a single Prismer plugin. The development workflow provides step-by-step routines and sanity checks to ensure components align correctly in real-world scenarios.

What's the best way to structure documentation for a new plugin?

Structuring plugin documentation requires aligning with structured Skill documentation guidelines. This ensures your plugin components are properly documented for maintenance and future development iterations.