迷わない。シンプル。クリーン。
最適なディレクトリ構造と設定ファイル一式を、解説付きで自動生成します。
No confusion. Simple. Clean.
Generates the ideal directory structure and config files — with documentation built in.
curl -fsSL https://raw.githubusercontent.com/AgenticAIJP/ClaudeCodeAutoSetup/main/setup.sh | bash
Node.js も npm も不要。bash と curl があれば動きます。
No Node.js, no npm. Just bash and curl.
上のコマンドをターミナルに貼り付けて Enter。言語(日本語/English)を選択。
Paste the command above and hit Enter. Pick your language (日本語/English).
6種類から番号を選んで、プロジェクト名を入力するだけ。
Choose one of six types, type a project name — that's it.
CLAUDE.md の TODO を3箇所埋めたら、もう開発を始められます。
Fill in three TODOs in CLAUDE.md and you're ready to build.
用途に合わせて、最適な構造とルールが生成されます。
Each generates the right structure and rules for the job.
まずはこれ。最小のきれいな骨格。
Start here. A minimal, clean skeleton.
src/ tests/ docs/ tasks/前後端分離。API境界のルール付き。
Split front/back, with API-boundary rules.
frontend/ backend/仕様書の自動更新ルールが特徴。
Specs kept in sync with the code, by rule.
routes/ services/ models/stdout/stderr 分離・終了コード規約。
stdout/stderr discipline, exit-code rules.
commands/ handlers/MCP設定例つき。1エージェント1責務。
MCP config samples. One agent, one job.
agents/ skills/ tools/学習サイト・技術ブログ。記事雛形つき。
Learning sites and blogs, with article boilerplate.
docs/ examples/ templates/すべての設定ファイルの隣に、日英それぞれの解説(*.ja.sample.md / *.en.sample.md)がペアで置かれます。README を探し回る時間はゼロ。
Every config file ships with documentation right next to it, in both languages (*.ja.sample.md / *.en.sample.md). Zero time spent hunting through READMEs.
.claude/rules/ ├── architecture.md ← Claude が読む(ルール本体) ├── architecture.ja.sample.md ← あなたが読む(日本語解説) └── architecture.en.sample.md ← 英語話者のチームメイトが読む
.claude/rules/ ├── architecture.md ← Claude reads this (the rules) ├── architecture.en.sample.md ← you read this (why, how, effects) └── architecture.ja.sample.md ← your Japanese teammates read this
Claude はビジネスロジックを core 層に置き、アーキテクチャを守る。仕様書も同じ変更で更新される。
Claude keeps business logic in the core layer and respects the architecture. Specs get updated in the same change.
Claude は最短経路でコードを書く。3回の機能追加で main が500行になり、構造が崩壊する。
Claude takes the shortest path. Three features later, main is 500 lines and the architecture has collapsed.
自分のレベルを選んで、そこから始めてください。
Pick your level and start there.
/init コマンドで CLAUDE.md を自動生成する方法/initこのサイトの役割は「どこから学ぶか迷わせない」こと。詳細は公式へ。
This site's job is to point you to the right starting place. The details live in the official docs.