From director-mode-lite
Lists all core and expert agents in Director Mode Lite, including purposes, triggers, invocation examples, and custom agent creation instructions.
npx claudepluginhub claude-world/director-mode-liteThis skill uses the workspace's default tool permissions.
List all agents available in Director Mode Lite.
Manages AI agent lifecycle with AI Maestro CLI: create, list, delete, rename, hibernate/wake, plugin install, export. For agent operations in Claude Code.
Guides creation, design, implementation, and validation of specialized Claude agents using templates, archetypes (analyzer, reviewer), scaffolding, and workflows.
Creates Claude Code agents from scratch or by adapting templates. Guides requirements gathering, template selection, and file generation following Anthropic best practices (v2.1.63+).
Share bugs, ideas, or general feedback.
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