From director-mode-lite
Lists all core and expert agents in Director Mode Lite, including purposes, triggers, invocation examples, and custom agent creation instructions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/director-mode-lite:agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
List all agents available in Director Mode Lite.
List all agents available in Director Mode Lite.
Purpose: Code quality, security, best practices review. Triggers: "review", "check code", before commits
Purpose: Systematic debugging for errors. Triggers: Errors, test failures, "bug", "debug"
Purpose: Documentation creation and maintenance. Triggers: New features, "document", "README"
CLAUDE.md design patterns and best practices.
MCP configuration and troubleshooting.
Custom agent creation and configuration.
Custom skill/command creation.
Automation hooks and triggers.
"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
tools: Read, Grep, Glob, Bash
---
# Agent Name
## When to Activate
## Process
## Output Format
Save to .claude/agents/my-agent.md
npx claudepluginhub claude-world/director-mode-liteCreates Claude Code agents from scratch or by adapting templates. Guides requirements gathering, template selection, and file generation following Anthropic best practices (v2.1.63+).
Create custom agents for Claude Code including YAML frontmatter, system prompts, tool restrictions, and discovery optimization. Use when creating, building, or designing agents, or when asked about agent creation, subagent configuration, Task tool delegation, or agent best practices.
Guides creation and configuration of autonomous agents for Claude Code plugins, covering frontmatter, triggering descriptions, system prompts, tools, teams, permissions, and best practices.