shunsukehayashi/miyabi-claude-plugins

Miyabi Plugins for Claude Code - 25+ Agents, 22 Skills, 50+ Commands

27 stars14 forksUpdated Jan 24, 2026
npx skills add shunsukehayashi/miyabi-claude-plugins

README

Miyabi Plugins for Claude Code

Complete autonomous AI development operations platform - Transform Claude Code into a powerful development assistant with 25+ AI agents, 22 skills, and 50+ commands.

Table of Contents


Prerequisites

Before installing Miyabi plugins, ensure you have:

Required

RequirementVersionCheck Command
Claude Code CLILatestclaude --version
Node.js18.0+node --version
npm9.0+npm --version

Optional (for full features)

RequirementPurposeSetup
GitHub TokenGitHub integration (issues, PRs)Create token
tmuxMulti-agent orchestrationbrew install tmux (macOS)

Install Claude Code CLI

If you don't have Claude Code CLI installed:

# Install via npm
npm install -g @anthropic-ai/claude-code

# Verify installation
claude --version

Installation Guide

Step 1: Add Marketplace

Open Claude Code and run the following command:

/plugin marketplace add ShunsukeHayashi/miyabi-claude-plugins

Expected output:

✓ Marketplace 'miyabi-plugins' added successfully
  Source: https://github.com/ShunsukeHayashi/miyabi-claude-plugins
  Plugins available: 8

Step 2: Install Plugin

Choose ONE of the following options:

Option A: Full Package (Recommended)

/plugin install miyabi-full@miyabi-plugins

This includes everything: 38 agents, 56 commands, 25 skills, hooks, and MCP integration.

Option B: Individual Packages

Install only what you need:

# Coding automation
/plugin install miyabi-coding-agents@miyabi-plugins

# Business automation
/plugin install miyabi-business-agents@miyabi-plugins

# Commands only
/plugin install miyabi-commands@miyabi-plugins

# Skills only
/plugin install miyabi-skills@miyabi-plugins

Step 3: Restart Claude Code

After installation, restart Claude Code to load the plugins:

# Exit current session
/exit

# Start new session
claude

Verify Installation

Check Installed Plugins

/plugin list

Expected output:

Installed plugins:
  ✓ miyabi-full (v2.1.0) - Miyabi 完全パッケージ
    Source: miyabi-plugins
    Agents: 38 | Commands: 56 | Skills: 25

Test MCP Connection

/miyabi-full:health-check

Expected output:

✓ MCP Server: miyabi-mcp-bundle connected
✓ Tools available: 172
✓ All systems operational

Test a Command

/miyabi-full:dashboard

This should display your project dashboard.


First Steps

Tutorial 1: Your First Agent

Ask Claude to use the CodeGen agent:

Use the CodeGen agent to create a simple React component for a user profile card.

Tutorial 2: Run a Command

Create an issue on GitHub:

/miyabi-full:issue-create --title "Test issue" --body "Testing Miyabi integration"

Tutorial 3: Use a Skill

Trigger the git-workflow skill:

Help me with git workflow - I need to create a feature branch and commit my changes.

Tutorial 4: Agent Orchestration (Advanced)

For multi-agent workflows:

Use the Coordinator agent to:
1. Analyze the current codebase
2. Generate code improvements with CodeGen
3. Review the changes with ReviewAgent
4. Create a PR with PRAgent

Available Plugins

PluginDescriptionContents
miyabi-fullComplete package (recommended)All agents, skills, commands, hooks
miyabi-coding-agentsDevelopment automation9 coding agents
miyabi-business-agentsBusiness automation16 business agents
miyabi-commandsSlash commands50+ commands
miyabi-skillsDevelopment skills22 skills
miyabi-hooksAutomation hooksPre/Post tool hooks
miyabi-guardianIncident responseGuardian agent
miyabi-honokaCourse creationUdemy specialist

Core Features

Coding Agents (9)

AgentPurposeTrigger
CoordinatorAgentTask orchestration & delegation"coordinate", "orchestrate"
CodeGenAgentCode generation"generate code", "implement"
ReviewAgentCode review & quality"review", "check code"
PRAgentPull request management"create PR", "merge"
DeploymentAgentDeployment automation"deploy", "release"
IssueAgentGitHub issue management"create issue", "track"
RefresherAgentContext refresh"refresh context"
BatchIssueAgentBatch operatio

...

Read full README

Statistics

Stars27
Forks14
Open Issues0
CreatedNov 29, 2025