Hirokata
Description
A curated collection of Claude Code plugins for enhanced development workflows.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
HiroKata Claude Code Plugin Marketplace
A curated collection of Claude Code plugins for enhanced development workflows. **Version 2.3.0** — [View Changelog](CHANGELOG.md)
Installation
There are two ways to install plugins from this marketplace: using Claude Code's built-in marketplace system (recommended), or cloning the repository and copying plugins manually.
1.a. Install Using the Claude Code Marketplace
This is the official method. Claude Code's marketplace system handles discovery, installation, and future updates automatically.
**Step 1 — Add the marketplace**
Run this inside a Claude Code session or from the CLI:
# Inside Claude Code
/plugin marketplace add hirogakatageri/hirokata-cc-marketplace
# Or from the terminal
claude plugin marketplace add hirogakatageri/hirokata-cc-marketplace
**Step 2 — Install plugins**
Once the marketplace is added, install individual plugins by name. The marketplace identifier is `hirokata`.
# Install the Guild plugin
/plugin install guild@hirokata
# Install the Software plugin
/plugin install software@hirokata
**Step 3 — Keep plugins up to date**
Pull the latest versions at any time:
/plugin marketplace update hirokata
**For teams:** Add the marketplace at project scope so it is shared automatically via `.claude/settings.json`:
claude plugin marketplace add hirogakatageri/hirokata-cc-marketplace --scope project
1.b. Cloning the Repository and Copying a Plugin
For offline environments or when you want to vendor plugins directly into your project, clone the repo and copy plugin directories manually.
**Step 1 — Clone the marketplace**
git clone https://github.com/hirogakatageri/hirokata-cc-marketplace.git
**Step 2 — Copy plugins into your project**
Claude Code automatically discovers and loads every plugin in your project's `.claude-plugin/` directory.
# Guild plugin
cp -r hirokata-cc-marketplace/plugins/guild /path
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11