Agent skill
skills
List all available skills (core + custom)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/skills-claude-world-director-mode-lite
SKILL.md
Available Skills
List all skills available in Director Mode Lite.
Core Skills
| Skill | Purpose |
|---|---|
code-reviewer |
Code quality, security review |
test-runner |
Test automation, TDD support |
debugger |
5-step debugging methodology |
doc-writer |
README, API docs, comments |
Workflow Skills
| Skill | Function |
|---|---|
/workflow |
Complete 5-step development |
/focus-problem |
Problem analysis |
/test-first |
TDD Red-Green-Refactor |
/smart-commit |
Conventional Commits |
/plan |
Task breakdown |
/auto-loop |
Autonomous TDD loop |
/evolving-loop |
Self-evolving development |
Utility Skills
| Skill | Function |
|---|---|
/project-init |
Project setup |
/project-health-check |
7-point audit |
/check-environment |
Verify dev environment |
/claude-md-check |
Validate CLAUDE.md |
/agent-check |
Validate agents |
/skill-check |
Validate skills |
/hooks-check |
Validate hooks |
/mcp-check |
Validate MCP |
Template Skills
| Skill | Function |
|---|---|
/claude-md-template |
Generate CLAUDE.md |
/agent-template |
Generate agent |
/skill-template |
Generate skill |
/hook-template |
Generate hook |
Creating Custom Skills
---
name: my-skill
description: What this skill does
user-invocable: true
---
# Skill Name
## Purpose
## Workflow
## Output
Save to .claude/skills/my-skill/SKILL.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?