Plugin Development
Plugin Verified ActiveA comprehensive toolkit for creating, validating, and distributing Claude Code plugins
To streamline and standardize the process of developing Claude Code plugins, ensuring quality and adherence to best practices from scaffolding to release.
Features
- Plugin scaffolding with standard structure
- Component generation (commands, skills, agents, hooks)
- Automated validation of plugin structure and configuration
- Local testing environment setup
- Ambient guidance via plugin-authoring skill
- Deep plugin review via plugin-reviewer agent
- Automated safety guardrails via hooks
Use Cases
- Scaffolding a new Claude Code plugin project
- Adding new commands, skills, or agents to an existing plugin
- Validating plugin structure and configuration before testing or release
- Setting up a local development environment for iterative plugin testing
- Getting guidance on plugin development best practices
Non-Goals
- Developing plugins for platforms other than Claude Code
- Executing or running the plugins themselves (focus is on development process)
- Providing runtime functionality for end-user applications
- Acting as a general-purpose code assistant outside of plugin development context
Workflow
- Scaffold a new plugin using `/plugin-development:init`
- Add components (commands, skills, agents, hooks) using respective commands
- Validate the plugin structure and configuration with `/plugin-development:validate`
- Test the plugin locally using `/plugin-development:test-local`
- Iterate on development, validating and reinstalling as needed
- Perform a deep review using `/agents plugin-reviewer` before release
Practices
- Plugin structure
- Command design
- Skill design
- Agent design
- Hook implementation
- Documentation
- Testing
- Release management
Installation
First, add the marketplace
/plugin marketplace add ivan-magda/claude-code-plugin-template/plugin install plugin-development@my-team-plugin-marketplaceContains 1 extensions
Quality Score
VerifiedTrust Signals
Similar Extensions
Ruflo Plugin Creator
97Scaffold, validate, and publish new Claude Code plugins with the canonical plugin contract — ADR + smoke + Compatibility + namespace coordination + MCP-tool drift warnings
Agent Almanac
99350 agentic skills across 64 domains, 72 agent personas, and 16 team compositions following the agentskills.io open standard
Testing Handbook Skills
99Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)
Worktrunk
99Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows. This plugin provides configuration guidance (LLM commit messages, project hooks, worktree paths) and automatic activity tracking (🤖/💬 indicators in `wt list` showing active Claude sessions).
Public Plugin Builder
99Build complete Claude plugins in 23 guided steps — from idea to GitHub push. Interviews you, classifies skill vs agent, generates all files, pushes to your repo.
Plugin Development Toolkit
99Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.