agentsclimarketplace

Agents

Skill claude-world/director-mode-lite/skills/agents

Use Claude Code like a Director, not a Programmer. MIT toolkit with Auto-Loop, guided setup, 27 commands, 14 agents, and 32 skills.

Install
npx -y skills add claude-world/director-mode-lite --skill agents

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

List all available agents (core, expert, self-evolving). Use when the user asks what agents are available or runs /agents.

SKILL.md

2.3 KB, as published. Nobody here has run it

Available Agents

List all agents available in Director Mode Lite.


Core Agents

AgentPurpose
code-reviewerReviews code for quality, security, and best practices after changes or on PRs
debuggerRoot-cause analysis for errors, test failures, and unexpected behavior
doc-writerCreates and maintains README, API docs, and code comments

Expert Agents

AgentPurpose
claude-md-expertCLAUDE.md design patterns, best practices, and project configuration
mcp-expertMCP server configuration, troubleshooting, and discovery
agents-expertCreating, configuring, and using custom agents
skills-expertCreating, configuring, and managing custom skills and commands
hooks-expertDesigning and troubleshooting PreToolUse/PostToolUse hooks

Self-Evolving Agents

Used by /evolving-loop to run the autonomous development cycle.

AgentPurpose
evolving-orchestratorCoordinates the loop phases and manages memory; returns brief summaries
requirement-analyzerExtracts acceptance criteria, complexity, and implementation strategy
skill-synthesizerGenerates tailored executor, validator, and fixer skills
completion-judgeEvaluates validation results and decides continue / evolve / ship
experience-extractorAnalyzes successes and failures to extract improvement suggestions
skill-evolverApplies 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.