Available Agents
SkillAI & modelsList all available agents (core, expert, self-evolving). Use when the user asks what agents are available or runs /agents.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Available Agents skill
What this skill tells your AI
The instructions your AI receives, as published by claude-world/director-mode-lite in skills/agents/SKILL.md and read by ahel’s review.
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 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
- Auto-activate based on context
- Follow specific methodologies
- Provide structured output
- 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
Signals
- GitHub stars
- 82
- Forks
- 11
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
agents-claude-world- Source
- github.com/claude-world/director-mode-lite