A curated marketplace of Claude Code plugins built on the foundation of the seven Bushido virtues. Master your craft through disciplined practice, quality craftsmanship, and continuous improvement.
Inspired by Japanese samurai traditions
武士道
Core principles, enforcement hooks, and foundational quality skills
道 - The Way
Specialized agents for development disciplines and practices
武器 - Weapons
Language and tool skills with validation hooks for quality
先生 - Teachers
MCP servers providing external knowledge and integrations
Three ways to add Han to your Claude Code workflow
Use the han CLI tool to automatically detect and install appropriate plugins. Use --scope to control where plugins are installed (default: user).
# Install to user settings (default)
npx @thebushidocollective/han install
# Install to project settings
npx @thebushidocollective/han install --scope project
# Install to local settings
npx @thebushidocollective/han install --scope localUse Claude Code's built-in plugin command
claude plugin marketplace add thebushidocollective/hanUse Claude Code's built-in plugin command
/plugin marketplace add thebushidocollective/hanAdd to .claude/settings.json
{
"extraKnownMarketplaces": {
"han": {
"source": {
"source": "github",
"repo": "thebushidocollective/han"
}
}
}
}Choose your path to mastery
Beginner's Path
Intermediate Path