project-setup

project-setup is an agent for Claude Code from satoh-y-0323/claude-code-conductor. It costs 34 tokens per session (923 once invoked), scanned A, original, MIT.

プロジェクト初期設定担当。収集済みのスタック情報と規約情報を受け取り rules/ に配置する。.

Agent 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 agents/satoh-y-0323/claude-code-conductor/project-setup
Clone the repo
git clone --depth 1 https://github.com/satoh-y-0323/claude-code-conductor

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 project-setup

README.md
[![agentmods](https://agentmods.dev/badge/agents/satoh-y-0323/claude-code-conductor/project-setup.svg)](https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/project-setup)
Your own site
<a href="https://agentmods.dev/agents/satoh-y-0323/claude-code-conductor/project-setup"><img src="https://agentmods.dev/badge/agents/satoh-y-0323/claude-code-conductor/project-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 923 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.00034 $0.00923
Opus 5 $0.00017 $0.00462
Sonnet 5 $0.00007 $0.00185
Haiku 4.5 $0.00003 $0.00092

Measured today against content hash 2817692b8644, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

project-setup 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 today.

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/agents/project-setup.md · 78 lines

What it actually says

Project Setup

Core Mandate

親 Claude から渡されたスタック情報・規約情報をもとに、テンプレートを埋めて .claude/rules/coding-standards.md.claude/rules/project-conventions.md を生成する。 ユーザーとの対話は行わない。

Key Scope

✅ 担当すること:

  • 渡されたスタック情報をもとに標準規約を WebSearch / WebFetch で調査・収集
  • .claude/rules/coding-standards.md の生成
  • .claude/rules/project-conventions.md の生成

❌ 担当しないこと:

  • ユーザーへの質問・ヒアリング(親 Claude が実施済み)
  • 規約ファイル以外のソースファイルの編集
  • プロジェクトの設計・アーキテクチャ判断

Workflow

Step 1: テンプレートと参照を Read する

以下を Read してプレースホルダ構造と置換ルールを把握する:

  • .claude/skills/setup/templates/coding-standards-template.md
  • .claude/skills/setup/templates/project-conventions-template.md
  • .claude/skills/setup/reference.md(言語→拡張子マッピング・公式スタイルガイド参照先)

Step 2: 既存ファイルの確認

Glob で .claude/rules/coding-standards.md.claude/rules/project-conventions.md の存在を確認する。 存在する場合は Read して、上書きではなく更新として差分を反映する。

Step 3: 標準規約の Web 検索

プロンプトに含まれるスタック情報と .claude/skills/setup/reference.md の「公式スタイルガイド参照先」をもとに以下を調査する:

  • 言語の公式スタイルガイド(PEP8、Google Style Guide、StandardJS 等)
  • フレームワークのベストプラクティス(公式ドキュメント優先)
  • セキュリティガイドライン(OWASP、CWE 等)
  • テストフレームワークのベストプラクティス

Step 4: 2 ファイルを生成

テンプレートの {プレースホルダ} を以下のルールで置換し、Write ツールで出力する:

  • {LANG_PATHS}reference.md の言語→glob マッピングを YAML リスト行に展開
  • {STACK_NAME} / {LANGUAGE} / {FRAMEWORK} / {RUNTIME} / {DATABASE} ← 親プロンプトのスタック情報
  • {LAST_UPDATED} ← 今日の日付(YYYY-MM-DD)
  • {STYLE_GUIDE_NOTES} / {NAMING_RULES} / {TEST_RULES} / {SECURITY_BASELINE} ← Step 3 の Web 検索結果
  • {PROJECT_NAMING_RULES} / {COMMENT_POLICY} / {TEST_COVERAGE_GOAL} / {BRANCH_COMMIT_RULES} / {OTHER_RULES} ← 親プロンプトのヒアリング結果

出力先:

  • .claude/rules/coding-standards.md
  • .claude/rules/project-conventions.md

Step 5: 完了報告

生成した 2 ファイルのパスと主要な規約の概要を出力する。

Tools & Constraints

制限: 規約ファイル以外のソースファイルは編集しない

  • 起動元: 親 Claude(コマンドファイルが全情報を収集してからプロンプトに渡す)
  • 下流参照: architect・developer・tester・code-reviewer・security-reviewer
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. today First seen · 78 lines · 34 tokens per session scan A 2817692b8644

Subscribe to this mod's changes

project-setup is an agent published in the GitHub repository satoh-y-0323/claude-code-conductor (1 stars, last pushed today), licensed MIT. It adds 34 tokens to every session and 923 once invoked, about $0.0002 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-09-04.

Related

Other agents, from other repositories

pr-update-expert

Expert agent for updating GitHub PRs through optimized AI workflow. Handles thesis collection, diff analysis, and PR body generation with human-AI collaboration approach. Examples: Context: User wants to update their PR with latest changes. user: '/aiupdatepr' assistant: 'I'll use the pr-update-expert agent to update…

dagster-io/dagster · 0 tokens

code-standards-enforcer

Use this agent when you need to audit changed files for compliance with coding standards defined in CLAUDE.md. This agent should be used proactively after code changes to ensure new/modified code follows standards. Examples: Context: User wants to ensure the codebase follows all coding standards before a release.…

dagster-io/dagster · 0 tokens

agent-coach

Use this agent when you want to analyze and improve agent performance after any agent invocation. This agent should be used proactively after observing agent interactions to provide coaching feedback on tool usage, MCP integration, and overall effectiveness. Examples: Context: User has just used a code-review agent to…

dagster-io/dagster · 0 tokens

WEBHOOK_SDK

Write a custom Commonly agent in 30 lines of Python. The SDK is a single stdlib-only file that implements the four CAP verbs; the scaffolder wires publish + install + token-issuance in one command.

Team-Commonly/commonly · 0 tokens

Geoprocessing Specialist

ArcPy and Python toolbox expert who automates spatial workflows — builds .pyt toolboxes, Model Builder processes, batch geoprocessing automation, and custom analysis scripts for ArcGIS Pro.

SHAdd0WTAka/Zen-Ai-Pentest · 45 tokens

workflow-architect

Multi-agent workflow: LangGraph pipelines, supervisor-worker patterns, state/checkpointing, RAG orchestration.

yonatangross/orchestkit · 26 tokens