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.
curl -O https://raw.githubusercontent.com/sawadari/requirements-mcp-server/main/.claude/commands/miyabi-init.mdgit clone --depth 1 https://github.com/sawadari/requirements-mcp-serverWrote 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.
[](https://agentmods.dev/commands/sawadari/requirements-mcp-server/miyabi-init)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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, CodeQLdependency-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設定
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.
- 9d ago First seen · 210 lines · 10 tokens per session scan A 9a466db47370
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.
Other commands, from other repositories
land
Cadence-tick autonomous PR babysitter (CI-fix, resolve, converge, merge, close, release).
sync
Synchronizes your local swarm state with the latest GitHub repository state, updating task statuses and detecting changes.
claim
Claims a GitHub issue for your swarm to work on, preventing conflicts with other swarms.
weekly-summary
Generate weekly work summary from git activity.
next
Suggest the most likely next workflow action based on current context.
update-check.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.