setup-project

setup-project is a command for Claude Code from aoki-collabo/simple-hono-mcp-server. It costs 23 tokens per session (983 once invoked), scanned A, original, MIT.

A project-setup command that interactively creates six lasting project documents, such as requirements, design, architecture, structure, development guidance, and a glossary.

In plain words
What is it for?
It is for starting a project from notes in docs/ideas or from an interactive discussion, then producing product, functional, architecture, repository, development, and terminology documents.
Why use it?
It gives a new project a documented plan and checks existing idea files before creating the documents.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/aoki-collabo/simple-hono-mcp-server/setup-project
Clone the repo
git clone --depth 1 https://github.com/aoki-collabo/simple-hono-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 setup-project

README.md
[![agentmods](https://agentmods.dev/badge/commands/aoki-collabo/simple-hono-mcp-server/setup-project.svg)](https://agentmods.dev/commands/aoki-collabo/simple-hono-mcp-server/setup-project)
Your own site
<a href="https://agentmods.dev/commands/aoki-collabo/simple-hono-mcp-server/setup-project"><img src="https://agentmods.dev/badge/commands/aoki-collabo/simple-hono-mcp-server/setup-project.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 983 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00023 $0.00983
Opus 5 $0.00012 $0.00491
Sonnet 5 $0.00005 $0.00197
Haiku 4.5 $0.00002 $0.00098

Measured 3d ago against content hash f9724bb5656e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

setup-project 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 3d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/commands/setup-project.md · 110 lines

What it actually says

初回プロジェクトセットアップ

このコマンドは、プロジェクトの6つの永続ドキュメントを対話的に作成します。

実行方法

claude
> /setup-project

実行前の確認

docs/ideas/ ディレクトリ内のファイルを確認します。

# 確認
ls docs/ideas/

# ファイルが存在する場合
✅ docs/ideas/initial-requirements.md が見つかりました
   この内容を元にPRDを作成します

# ファイルが存在しない場合
⚠️  docs/ideas/ にファイルがありません
   対話形式でPRDを作成します

手順

ステップ0: インプットの読み込み

  1. docs/ideas/ 内のマークダウンファイルを全て読む
  2. 内容を理解し、PRD作成の参考にする

ステップ1: プロダクト要求定義書の作成

  1. prd-writingスキルをロード
  2. docs/ideas/の内容を元にdocs/product-requirements.mdを作成
  3. 壁打ちで出たアイデアを具体化:
    • 詳細なユーザーストーリー
    • 受け入れ条件
    • 非機能要件
    • 成功指標
  4. ユーザーに確認を求め、承認されるまで待機

以降のステップはプロダクト要求定義書の内容を元にするため、自動的に作成する

ステップ2: 機能設計書の作成

  1. functional-designスキルをロード
  2. docs/product-requirements.mdを読む
  3. スキルのテンプレートとガイドに従ってdocs/functional-design.mdを作成

ステップ3: アーキテクチャ設計書の作成

  1. architecture-designスキルをロード
  2. 既存のドキュメントを読む
  3. スキルのテンプレートとガイドに従ってdocs/architecture.mdを作成

ステップ4: リポジトリ構造定義書の作成

  1. repository-structureスキルをロード
  2. 既存のドキュメントを読む
  3. スキルのテンプレートに従ってdocs/repository-structure.mdを作成

ステップ5: 開発ガイドラインの作成

  1. development-guidelinesスキルをロード
  2. 既存のドキュメントを読む
  3. スキルのテンプレートに従ってdocs/development-guidelines.mdを作成

ステップ6: 用語集の作成

  1. glossary-creationスキルをロード
  2. 既存のドキュメントを読む
  3. スキルのテンプレートに従ってdocs/glossary.mdを作成

完了条件

  • 6つの永続ドキュメントが全て作成されていること

完了時のメッセージ:

「初回セットアップが完了しました!

作成したドキュメント:
✅ docs/product-requirements.md
✅ docs/functional-design.md
✅ docs/architecture.md
✅ docs/repository-structure.md
✅ docs/development-guidelines.md
✅ docs/glossary.md

これで開発を開始する準備が整いました。

今後の使い方:
- ドキュメントの編集: 普通に会話で依頼してください
  例: 「PRDに新機能を追加して」「architecture.mdを見直して」

- 機能の追加: /add-feature [機能名] を実行してください
  例: /add-feature ユーザー認証

- ドキュメントレビュー: /review-docs [パス] を実行してください
  例: /review-docs docs/product-requirements.md
」
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. 3d ago First seen · 110 lines · 0 tokens per session scan A f9724bb5656e

Subscribe to this mod's changes

setup-project is a command published in the GitHub repository aoki-collabo/simple-hono-mcp-server (1 stars, last pushed 7mo ago), licensed MIT. It adds 23 tokens to every session and 983 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.