Agent Config
Description
Claude Code / Codex CLI の共通設定テンプレートを管理するリポジトリ
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-config
Claude CodeとCodex CLIの共通設定テンプレートを管理する。Qwen Codeは任意で追加できる。
概要
- 正本は
templates/配下 scripts/cli.pyで~/.claude/、~/.codex/、~/.agents/skills/に反映 (Linux / macOS / Windows 対応)- AI共通ガイドラインの正本は
templates/CLAUDE.mdだけである。各ツールが要求するファイル名(~/.claude/CLAUDE.md、~/.codex/AGENTS.md、~/.qwen/QWEN.md)へ同じ内容を配布する - Qwen Code(
~/.qwen/)は任意で追加できる。--qwenを付けたときだけ配布対象に加わる --claude-dirでCLAUDE_CONFIG_DIR用の別プロファイルにも配布できる- Linux / macOS / Git Bashでは
install.sh/clean.shなどのシェルラッパーから呼び出せる README.mdとdocs/は説明資料であり、実行時契約の正本はtemplates/に置く
正本
templates/CLAUDE.md- Claude Code、Codex CLI、Qwen Codeに共通するAI共通ガイドライン(唯一の正本)templates/skills/- Claude / Codex / Qwen Code 共用の skillstemplates/output-styles/- Claude Code 向け custom output styles (モデル切替時の行動規範。fable-like同梱)templates/config.toml- Codex CLI 用設定テンプレートtemplates/codex/*.config.toml- Codex CLI用のプロファイルテンプレート(~/.codex/.config.toml)templates/codex-rules/- Codex CLI 用 exec policy rulestemplates/statusline.py- Claude Code 用 status line (リッチ 2 行レイアウト)templates/subagent-statusline.py- Claude Codeのsubagent status linetemplates/settings.json- Claude Code向けの推奨settings.json(既存ファイルへは浅くマージ)templates/qwen-settings.json- Qwen Code向けの推奨settings.json(--qwen指定時のみ利用。既存ファイルへは浅くマージ)
`docs/`は参考資料として残す。履歴メモや検討計画はGitで追跡し、作業中の計画メモが必要な場合はリポジトリ直下の`.plan/`に置く。
ディレクトリ構造
templates/- 配布対象テンプレートscripts/- Python CLI 本体と補助スクリプトscripts/cli.py- インストーラ / クリーナ / 検証 / settings マージを束ねる Python CLIscripts/tests/-scripts/cli.pyの unittestevals/- 挙動資産ごとの評価シナリオ集。配布せず、km-skill-evalの回帰評価で必要な項目だけ使うdocs/- 保守対象の参考ドキュメント.github/workflows/- GitHub Actions CI 設定.claude/- このリポジトリ自身の Claude Code 設定
セットアップ
正規の入口は`scripts/cli.py`である。Pythonコマンド名の違いはシェルラッパーが吸収し、OSごとの差はPython CLI内に閉じ込める。インストール処理本体はLinux、macOS、Windowsで共有し、Linux、macOS、Git Bashにはシェルラッパーも同梱する。
Linux / macOS:
./install.sh
# または同等
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11