requirements-mcp-server: Command for Claude Code

.claude/commands/miyabi-init.md

miyabi-init is a command for Claude Code from sawadari/requirements-mcp-server. It costs 10 tokens per session (1,728 once invoked), scanned A, original, MIT.

A command that creates a new project and GitHub repository, then sets up the project’s agent and Claude Code integration. A repository is the GitHub location where a project’s files and history are stored.

In plain words
What is it for?
Use it to start public or private projects, generate a README, Node.js ignore file, and MIT license, create project labels, and optionally skip package installation.
Why use it?
It avoids manually creating the repository, starter files, labels, and local configuration needed for a new project.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

This is sawadari/requirements-mcp-server's own configuration. It tells Claude Code how to work on requirements-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything requirements-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sawadari/requirements-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sawadari/requirements-mcp-server/main/.claude/commands/miyabi-init.md
Clone the repo
git clone --depth 1 https://github.com/sawadari/requirements-mcp-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for miyabi-init

README.md
[![agentmods](https://agentmods.dev/badge/commands/sawadari/requirements-mcp-server/miyabi-init/github.svg)](https://agentmods.dev/commands/sawadari/requirements-mcp-server/miyabi-init)
Your own site
<a href="https://agentmods.dev/commands/sawadari/requirements-mcp-server/miyabi-init"><img src="https://agentmods.dev/badge/commands/sawadari/requirements-mcp-server/miyabi-init/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for miyabi-init

Your own site · 80×15
<a href="https://agentmods.dev/commands/sawadari/requirements-mcp-server/miyabi-init"><img src="https://agentmods.dev/badge/commands/sawadari/requirements-mcp-server/miyabi-init.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,728 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00010 $0.01728
Opus 5 $0.00005 $0.00864
Sonnet 5 $0.00002 $0.00346
Haiku 4.5 $0.00001 $0.00173

Measured 9d ago against content hash 9a466db47370, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

miyabi-init scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/miyabi-init.md · 210 lines

How it starts

The opening of the file, as written. The whole thing — 210 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Miyabiプロジェクト作成

新しいMiyabiプロジェクトを作成します。GitHub連携、Agent設定、Claude Code統合を含む完全なセットアップを実行します。

MCPツール

miyabi__init

新しいMiyabiプロジェクトを作成

パラメータ:

  • projectName: プロジェクト名(英数字、ハイフン、アンダースコアのみ)
  • private: プライベートリポジトリとして作成(デフォルト: false)
  • skipInstall: npm installをスキップ(デフォルト: false)

使用例:

パブリックプロジェクト作成:
miyabi__init({ projectName: "my-awesome-app" })

プライベートプロジェクト作成:
miyabi__init({ projectName: "my-secret-project", private: true })

npm installスキップ:
miyabi__init({ projectName: "quick-setup", skipInstall: true })

自動セットアップ内容

miyabi__init を実行すると、以下が自動的に実行されます:

1. GitHub認証

  • Device Flow OAuthで安全に認証
  • 必要な権限: repo, workflow, admin:org

2. GitHubリポジトリ作成

  • 指定した名前でリポジトリ作成
  • README.md自動生成
  • .gitignore (Node.js用) 追加
  • LICENSE (MIT) 追加

3. 組織設計原則53ラベル体系

以下のラベルカテゴリを自動作成:

カテゴリ ラベル数
🔴 緊急度 4 緊急度-高, 緊急度-中, 緊急度-低, 緊急度-即時
🔵 規模 4 規模-小, 規模-中, 規模-大, 規模-特大
🟢 種別 8 type:feature, type:bug, type:refactor, type:docs
🟡 状態 6 status:backlog, status:in-progress, status:review
🟣 責任 7 owner:tech-lead, owner:po, owner:ciso
🟠 エスカレーション 5 escalation:tech-lead, escalation:ciso
その他 19 good first issue, help wanted, dependencies

4. GitHub Actions (26ワークフロー)

以下のCI/CDワークフローを自動展開:

基本ワークフロー:

  • ci.yml - CI(TypeScript, ESLint, Vitest)
  • cd.yml - CD(Firebase自動デプロイ)
  • test.yml - テスト実行
  • typecheck.yml - 型チェック

Agent自動実行:

  • coordinator-agent.yml - CoordinatorAgent起動
  • codegen-agent.yml - CodeGenAgent起動
  • review-agent.yml - ReviewAgent起動
  • pr-agent.yml - PRAgent起動

セキュリティ:

  • security-scan.yml - Dependabot, CodeQL
  • dependency-review.yml - 依存関係レビュー

5. Projects V2カンバンボード

自動的に以下のカラムを持つボードを作成:

📋 Backlog → 🚧 In Progress → 👀 Review → ✅ Done

6. Claude Code統合

.claude/ ディレクトリを自動生成:

.claude/
├── mcp.json                # MCPサーバー設定
├── commands/
│   ├── miyabi-agent.md     # /miyabi-agent
│   ├── miyabi-status.md    # /miyabi-status
│   └── miyabi-init.md      # /miyabi-init
├── hooks/
│   └── format.sh           # 自動フォーマット
└── settings.json           # Claude設定

Read the full file on GitHub · 210 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 210 lines · 10 tokens per session scan A 9a466db47370

Subscribe to this mod's changes

miyabi-init is a command published in the GitHub repository sawadari/requirements-mcp-server (2 stars, last pushed 10mo ago), licensed MIT. It adds 10 tokens to every session and 1,728 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.