Create a new plan to resolve the `Bug` using the exact specified markdown `Plan Format`. Follow the `Instructions` to create the plan.
Create a new plan to resolve the `Chore` using the exact specified markdown `Plan Format`. Follow the `Instructions` to create the plan
Create a new plan to implement the `Feature` using the exact specified markdown `Plan Format`. Follow the `Instructions`
Follow the `Instructions` to implement the `Plan` then `Report` the completed work.
A marketplace of productivity plugins for Claude Code.
Spawn Claude agents in git worktrees for parallel development work.
/spawn:wt-agent <name> [prompt] - Create a worktree and spawn a new agent with optional prompt/spawn:plan-to-prd [plan-file] [--out output.json] - Convert a plan into a ralph-loop PRD JSON file--interactive) for REPL-style development--print) to output paths without spawning terminal.wt-agents/ directory (can be gitignored)See plugins/spawn for details.
GitHub branch and PR workflow automation commands.
/gh:load-pr [branch-or-pr-number] - Fetch, checkout, and load PR context for review/gh:pr-draft - Smart commit, push, and create draft PR with AI-generated descriptionSee plugins/gh for details.
Create diagrams from text descriptions and export to SVG.
/excalidraw:create <name> <description> - Generate .excalidraw and .svg files from a descriptiondocs/diagrams/See plugins/excalidraw for details.
# Add the claude-kit marketplace from GitHub
claude plugin marketplace add pwood16/claude-kit
# Pattern: Install any plugin globally (available in all projects)
claude plugin install <plugin-name>@claude-kit --scope user
# Or install for a specific project only
claude plugin install <plugin-name>@claude-kit --scope project
# Example: Install the spawn plugin
claude plugin install spawn@claude-kit --scope user
To test plugins without installing via the marketplace:
# Pattern: Test any plugin locally
claude --plugin-dir /path/to/claude-kit/plugins/<plugin-name>
# Example: Test the spawn plugin
claude --plugin-dir /path/to/claude-kit/plugins/spawn
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub pwood16/claude-kit --plugin sdlcSpawn Claude agents in git worktrees for parallel development
Create Excalidraw diagrams from text descriptions
GitHub workflow commands for branch management and PR review
Software development lifecycle automation - slash commands, agents, and GitHub/GitLab webhook watchers
General development utilities including Mermaid diagram creation for software documentation
Skills and agents for diagrams, codebase patterns, hypothesis testing, Socratic thinking, file querying, frontend design, image generation, and command creation
AI-powered agents for specialized development tasks
Knowledge production: project bootstrap, project init, generation of context artifacts (skills, agents, rules, commands, hooks), mermaid diagrams, learn, discovery
Personal Claude Code plugin for dwmkerr with repo management and custom workflows