/agents
List all available agents (core, expert, self-evolving). Use when the user asks what agents are available or runs /agents.
$ npx -y skills add claude-world/director-mode-lite --skill agents --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/agents
Context preview
The summary Claude sees to decide when to auto-load this skill.
List all available agents (core, expert, self-evolving). Use when the user asks what agents are available or runs /agents.
SKILL.md
agents.SKILL.mdname: 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
Available Agents
List all agents available in Director Mode Lite.
---
Core Agents
| 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 |
---
Expert Agents
| 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 |
---
Self-Evolving Agents
Used by [/evolving-loop](../evolving-loop/SKILL.md) 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 |
---
How Agents Work
1. **Auto-activate** based on context 2. **Follow specific methodologies** 3. **Provide structured output** 4. **Can be explicitly invoked**
---
Using Agents
"Use code-reviewer to check src/auth/"
"I need the debugger - tests are failing"
"Have doc-writer update the API docs"
---
Creating Custom Agents
---
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`
Read more
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
Available Agents
List all agents available in Director Mode Lite.
---
Core Agents
| 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 |
---
Expert Agents
| 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 |
---
Self-Evolving Agents
Used by [/evolving-loop](../evolving-loop/SKILL.md) 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 |
---
How Agents Work
1. **Auto-activate** based on context 2. **Follow specific methodologies** 3. **Provide structured output** 4. **Can be explicitly invoked**
---
Using Agents
"Use code-reviewer to check src/auth/" "I need the debugger - tests are failing" "Have doc-writer update the API docs"
---
Creating Custom Agents
--- 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`
Use Claude Code like a Director, not a Programmer. MIT toolkit with Auto-Loop, guided setup, 27 commands, 14 agents, and 32 skills.
Other skills on director-mode-lite.
- /changelog-observer
Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.
Open skill - /agent-check
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.
Open skill - /agent-template
Generate custom agent from template. Use when creating a new subagent from scratch, or scaffolding an agent file with correct frontmatter.
Open skill - /auto-loop
TDD-based autonomous development loop with checkpoint recovery and observability changelog
Open skill - /changelog
View and manage the runtime changelog for observability
Open skill - /check-environment
Verify Claude, Codex, and Grok availability plus Director guidance, relay, agents, and skills. Audit optional hooks only when selected. Use after installation or when a native surface misbehaves.
Open skill

