一键导入
evolve
Analyzes agent/skill failures, drafts prompt/permission fixes. Triggers: improve agent, refine skill, system prompt, optimize agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyzes agent/skill failures, drafts prompt/permission fixes. Triggers: improve agent, refine skill, system prompt, optimize agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
REST/GraphQL API design: naming, versioning, pagination, idempotency, OpenAPI. Triggers: API design, REST, GraphQL, OpenAPI, Swagger, idempotency, rate limit.
Direct technical voice for docs, README, user-facing text. Concise/strict modes. Triggers: documentation, README, content, output-mode, voice, prose style.
Multi-source web research methodology: retrieve-vs-answer gate, complexity-scaled search budget, query craft, primary-source preference, source-conflict skepticism, adversarial verification, attribution-without-reproduction. Triggers: deep research, multi-source, web research, synthesize sources, cross-reference, fact synthesis, source verification.
UI craftsmanship: animation rules, easing, micro-interactions, state polish. Triggers: animation, transition, ease-out, motion, micro-interaction, hover, loading state, UI polish.
Builds production MCP servers via 4-phase methodology: research, implement, test, evaluate. Triggers: build MCP, new MCP, MCP integration, MCP server scaffold.
MCP server design: tool schemas, resources, stdio/SSE, capability negotiation. Triggers: MCP, Model Context Protocol, JSON-RPC, stdio, SSE, Claude Desktop.
| name | evolve |
| description | Analyzes agent/skill failures, drafts prompt/permission fixes. Triggers: improve agent, refine skill, system prompt, optimize agent. |
| effort | medium |
| disable-model-invocation | true |
| context | fork |
| agent | meta-architect |
| allowed-tools | Read, Edit, Grep, Glob |
$ARGUMENTS
Triggers the Meta-Architect to improve agent and skill definitions based on observed patterns.
/evolve [source]
# /evolve learnings : analyze kb/learnings/ for recurring failure patterns
# /evolve last-failure : analyze the most recent error log
# /evolve agents : audit all agent definitions for gaps
Read the input source and extract actionable patterns:
kb/learnings/ for entries tagged failure, retry, timeout, or inefficiencykb/learnings/ and identify root cause.md files in app/agents/ for missing tools, vague prompts, or mismatched model tiersDraft changes targeting the identified patterns:
| Target | File Location | Change Type |
|---|---|---|
| Agent definitions | app/agents/*.md | Frontmatter (tools, model), system prompt text |
| Skill definitions | app/skills/*/SKILL.md | Description, workflow steps, allowed-tools |
| Rules | app/rules/ | New or updated rule files |
Show the proposed diff to the user before applying.
Apply approved changes. After each edit:
python3 scripts/validate.py to confirm structural integrityCreate a summary documenting what evolved:
## Evolution Report
- **Source**: [learnings | last-failure | agents]
- **Pattern found**: [description of failure/inefficiency]
- **Changes applied**:
- `app/agents/[name].md`: [what changed and why]
- **Validation**: passed / failed
meta-architect agent — this command is the trigger, the agent owns the changes.claude/agents/* files directly from this skill; meta-architect is the only agent with that authority/debug to /fix")scripts/validate.py --strict after every applied change; roll back if the score dropskb/learnings/ entries without a status: final frontmatter field are often drafts — aggregating them treats speculative observations as validated patterns. Filter by status before mining.tools, model) propagate to the installed global config only after ai-toolkit update. A locally-evolved agent still runs old behavior until the user reinstalls.kb/learnings/ entries or CHANGELOG.md) so future sessions can see what was tried and reverted.meta-architect directly/fix or /debugscripts/evaluate_skills.py and scripts/audit_skills.py --ci/agent-creator