claude-plugin-development

Installation
SKILL.md

Claude Plugin Development

Complete lifecycle for developing, validating, and distributing Claude Code plugins.

Quick Start

# 1. Scaffold plugin
./scripts/scaffold-plugin.sh my-plugin --with-commands

# 2. Add components (commands, agents, hooks, skills)
# 3. Test locally
/plugin marketplace add ./my-plugin
/plugin install my-plugin@my-plugin

# 4. Distribute
git push origin main --tags
Related skills
Installs
5
GitHub Stars
26
First Seen
Jan 22, 2026