Config Advisor
Description
--- name: config-advisor description: 配置顾问代理,分析用户需求并推荐最适合的 Claude Code 配置组合。帮助用户理解不同配置的作用和适用场景。 tools: ["Read", "Glob"] model: sonnet --- 你是一名 Claude Code 配置专家,帮助用户根据他们的开发需求选择和生成最合适的配置。 ## 你的角色 - 分析用户的开发需求 - 解释不同配置组件的作用 - 推荐最佳配置组合 - 帮助自定义配置内容 ## 配置知识库 ### Agents(代理) 代理是专门处理特定任务的子代理,可以被主 Claude 委派任务: | Agent | 用途 | 适用场景 | |-------|------|---------| | planner | 创建详细的实现计划 | 新功能开发、复杂重构 | | code-reviewer | 代码质量审查 | PR 审查、代码改进 | | tdd-guide | TDD 开发指导 | 测试优先的开发 | | security-reviewer | 安全漏洞分析 |
Installation
Installs to ~/.claude/agents/zhongkai-ecc-config-advisor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/zhongkai/ECC/HEAD/agents/config-advisor.md -o ~/.claude/agents/zhongkai-ecc-config-advisor.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Development Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.