What problem does it solve?
Developing a complete Claude Code plugin, including its manifest, various components (skills, commands, agents, hooks), and marketplace setup, can be complex and requires deep knowledge of the official schema and best practices. This skill simplifies that process.
Core Features & Use Cases
- Full Plugin Scaffolding: Guides the creation of entire plugin packages, including
plugin.json manifests, skills, commands, agents, and hooks.
- Marketplace Integration: Helps set up
marketplace.json for distributing plugins, supporting local paths, GitHub, and Git URLs.
- Best Practices & Schema Adherence: Ensures all generated components follow the official Anthropic 2025 schema and recommended patterns for effective plugin design.
- Use Case: You want to create a new plugin to manage your project's CI/CD workflows. This skill helps you define the plugin manifest, create a
/deploy command, and a ci-status skill, then package it for distribution.
Quick Start
I need to create a new Claude Code plugin called 'project-manager'. It should include a skill for task tracking and a command for creating new issues.