claude-plugins

Installation
SKILL.md

Claude Plugin Development

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

Steps

  1. Define plugin scope and components needed
  2. Initialize plugin structure with plugin.json
  3. If adding commands, load the outfitter:claude-commands skill
  4. If adding agents, load the outfitter:claude-agents skill
  5. If adding hooks, load the outfitter:claude-hooks skill
  6. If adding skills, load the outfitter:skills-dev skill
  7. Delegate by loading the outfitter:claude-plugin-audit skill for validation
  8. Fix issues and distribute

Quick Start

Installs
12
GitHub Stars
27
First Seen
Jan 26, 2026
claude-plugins — outfitter-dev/agents