Extend Claude Code with custom commands, hooks, and automation. A curated marketplace of plugins tailored for modern development workflows.
Enhance Claude Code with specialized functionality for your projects
Automatically inject project-specific guidelines and instructions at session start.
Create slash commands for repetitive tasks like generating READMEs or documentation sites.
Use hooks to automate workflows at key moments like SessionStart, PreToolUse, and more.
Get started in two simple steps
# Step 1: Add the marketplace
/plugin marketplace add starburst997/claude
# Step 2: Install a plugin
/plugin install common@jd
For team-wide plugin installation, add to your project's .claude/settings.json
{
"extraKnownMarketplaces": {
"jd": {
"source": {
"source": "github",
"repo": "starburst997/claude"
}
}
},
"enabledPlugins": {
"common@jd": true
}
}
Choose plugins that match your workflow
/common:readme - Create/update professional README files with optional folder path argument
/common:gh-pages - Generate professional GitHub Pages in docs/ (supports dark or light theme)
/common:issue - Create a PR to fix the current GitHub issue (for use with claude-code-action)
/common:hello - Personalized greeting command
context/instructions.md or CONTEXT.md / CONTEXT_ADD.md in project root
context/instructions.md - Customizable project guidelines and instructions
CONTEXT.md - Alternative context file location (project root)
CONTEXT_ADD.md - Additional context (project root)