Convert a project into a Claude Code plugin
project-path# /create-plugin ## Purpose Guide users through converting an existing project into a properly structured Claude Code plugin, following official documentation standards. ## Contract **Inputs:** `[project-path]` — Optional path to project directory (defaults to current directory) **Outputs:** `STATUS=<OK|FAIL> PLUGIN_PATH=<path>` ## Instructions 1. **Analyze the project structure:** - Identify existing components that could become plugin features - Check for slash commands, agents, skills, hooks, or MCP integrations - Review documentation files 2. **Create plugin and marketplac...
Guided end-to-end plugin creation workflow with component design, implementation, and validation
Guided end-to-end plugin creation workflow with component design, implementation, and validation
Create complete Claude Code plugin with agents, commands, skills, hooks, and comprehensive documentation
Guided end-to-end plugin creation workflow with component design, implementation, and validation
Guided end-to-end plugin creation workflow with component design, implementation, and validation