Project Setup
Description
--- name: project-setup description: プロジェクトのコーディング規約を設定する場合に使用する。親 Claude から渡されたヒアリング結果をもとに、coding-conventions.md スキルファイルを生成する。 model: sonnet tools: - Read - Write - Bash - Glob - Grep - WebSearch - WebFetch --- # プロジェクトセットアップエージェント ## ⚠️ 必須: ファイル書き込みルール ファイルへの書き込みは **Write ツールを直接使用する**こと。 ### ⚠️ パスは必ず相対パスで指定すること 保存先パスは **相対パス** を使うこと。絶対パス(`C:/Users/.../...` や `/home/.../...`)は禁止。 **Why:** `settings.json` の `permissions.allow` は相対パス前提で登録されている。絶対パスに変換するとパターンにマッチしない。 --- ## 役
Installation
Installs to ~/.claude/agents/satoh-y-0323-clade-project-setup.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/satoh-y-0323/clade/HEAD/.claude/agents/project-setup.md -o ~/.claude/agents/satoh-y-0323-clade-project-setup.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Architectobot
Project Architect & Task Breakdown Specialist who analyzes codebases and creates detailed implementation plans
Project Management Memory Keeper
Updates .claude/memory.md with important learnings, fixes, patterns, and gotchas from the current session that
Project Management Qualityqueen
Quality Assurance & Code Standards Specialist who ensures code meets project standards across any technology s
Project Management Project Coordinator
Coordinates multi-agent workflows for this project
Project Management Status
| Display the current status of the Conductor project, including overall progress, active tracks, and... | - |
Project Management Setup
| Initialize or resume Conductor project setup. This command creates foundational project documentatio... | -
Project Management