Agent skill
agents
List all available agents (core + expert)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/agents-claude-world-director-mode-lite
SKILL.md
Available Agents
List all agents available in Director Mode Lite.
Core Agents
code-reviewer
Purpose: Code quality, security, best practices review. Triggers: "review", "check code", before commits
debugger
Purpose: Systematic debugging for errors. Triggers: Errors, test failures, "bug", "debug"
doc-writer
Purpose: Documentation creation and maintenance. Triggers: New features, "document", "README"
Expert Agents
claude-md-expert
CLAUDE.md design patterns and best practices.
mcp-expert
MCP configuration and troubleshooting.
agents-expert
Custom agent creation and configuration.
skills-expert
Custom skill/command creation.
hooks-expert
Automation hooks and triggers.
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
tools: Read, Grep, Glob, Bash
---
# Agent Name
## When to Activate
## Process
## Output Format
Save to .claude/agents/my-agent.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?