一键导入
agents
List all available agents (core, expert, self-evolving). Use when the user asks what agents are available or runs /agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
List all available agents (core, expert, self-evolving). Use when the user asks what agents are available or runs /agents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | agents |
| description | List all available agents (core, expert, self-evolving). Use when the user asks what agents are available or runs /agents. |
| user-invocable | true |
List all agents available in Director Mode Lite.
| Agent | Purpose |
|---|---|
code-reviewer | Reviews code for quality, security, and best practices after changes or on PRs |
debugger | Root-cause analysis for errors, test failures, and unexpected behavior |
doc-writer | Creates and maintains README, API docs, and code comments |
| Agent | Purpose |
|---|---|
claude-md-expert | CLAUDE.md design patterns, best practices, and project configuration |
mcp-expert | MCP server configuration, troubleshooting, and discovery |
agents-expert | Creating, configuring, and using custom agents |
skills-expert | Creating, configuring, and managing custom skills and commands |
hooks-expert | Designing and troubleshooting PreToolUse/PostToolUse hooks |
Used by /evolving-loop to run the autonomous development cycle.
| Agent | Purpose |
|---|---|
evolving-orchestrator | Coordinates the loop phases and manages memory; returns brief summaries |
requirement-analyzer | Extracts acceptance criteria, complexity, and implementation strategy |
skill-synthesizer | Generates tailored executor, validator, and fixer skills |
completion-judge | Evaluates validation results and decides continue / evolve / ship |
experience-extractor | Analyzes successes and failures to extract improvement suggestions |
skill-evolver | Applies learning insights to produce improved skill versions |
"Use code-reviewer to check src/auth/"
"I need the debugger - tests are failing"
"Have doc-writer update the API docs"
---
name: my-agent
description: What this agent does, and when to use it
color: blue
tools:
- Read
- Grep
- Glob
- Bash
model: sonnet
---
# Agent Name
## When to Activate
## Process
## Output Format
Save to .claude/agents/my-agent.md
Guided 5-minute onboarding for Director Mode Lite. Use immediately after installing Director Mode Lite, or when unsure which command to run next.
Self-Evolving Development Loop - Dynamic skill generation with learning and evolution
View Self-Evolving Loop session status, history, and memory metrics
Automatically routes tasks to external AI CLIs (Codex or Gemini) when more efficient; routing decisions are made automatically based on task type, with no manual commands needed. Use when a task is a large refactor, a batch operation, or needs 100K+ tokens of context better handled by an external CLI.
Validate custom agent file format and structure. Use after creating or editing an agent, before committing agent changes, or when an agent fails to load.
Generate custom agent from template. Use when creating a new subagent from scratch, or scaffolding an agent file with correct frontmatter.