Hirokata banner
HirogaKatageri HirogaKatageri

Hirokata

Development community

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