Sophisticated Claude Code Plugins with Superior Accuracy

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.

Getting Started

Three ways to add Han to your Claude Code workflow

1

Automatic Installation

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 local
2

Via claude CLI

Use Claude Code's built-in plugin command

claude plugin marketplace add thebushidocollective/han
3

Via /plugin Command

Use Claude Code's built-in plugin command

/plugin marketplace add thebushidocollective/han
4

Manual Configuration

Add to .claude/settings.json

{
  "extraKnownMarketplaces": {
    "han": {
      "source": {
        "source": "github",
        "repo": "thebushidocollective/han"
      }
    }
  }
}

Learning Paths

Choose your path to mastery

Shu - 守

Beginner's Path

  • Learn the seven virtues with bushido
  • Choose your primary discipline (one )
  • Master one weapon first (one Buki)

Ha - 破

Intermediate Path

  • Practice several disciplines (multiple )
  • Expand your arsenal (multiple Buki)
  • Seek wisdom from teachers (Sensei)

Ri - 離

Advanced Path

  • Master multiple ways (all )
  • Contribute new weapons (create Buki)
  • Share wisdom with others (become Sensei)