Available Skills

SkillAI & models

List all available skills grouped by category. Use when the user asks what skills are available or runs /skills.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Available Skills skill

What this skill tells your AI

The instructions your AI receives, as published by claude-world/director-mode-lite in skills/skills/SKILL.md and read by ahel’s review.

List all skills available in Director Mode Lite.


Slash-prefixed names (/name) are user-invocable commands. Bare names are internal — Claude runs them automatically when relevant.

Workflow

SkillFunction
/workflowComplete 5-step development flow (research, plan, implement, test, review)
/planBreak a task into a detailed execution plan
/focus-problemDeep problem analysis using Explore agents
/test-firstTest-Driven Development (Red-Green-Refactor)
/smart-commitConventional Commits with pre-commit quality checks

Loops

SkillFunction
/auto-loopAutonomous TDD loop with checkpoint recovery
/evolving-loopSelf-evolving loop that generates and evolves its own skills
/evolving-statusView evolving-loop session status, history, and memory
/changelogView and manage the runtime observability changelog

Setup & Health

SkillFunction
/getting-startedGuided 5-minute onboarding for Director Mode Lite
/project-initExpert-guided project setup (6 phases)
/project-health-checkFull project health audit (7 checks)
/check-environmentVerify the development environment is ready
/agentsList all available agents
/skillsList all available skills

Validators

SkillFunction
/claude-md-checkValidate CLAUDE.md structure and completeness
/agent-checkValidate agent file format and structure
/skill-checkValidate skill/command file format and structure
/hooks-checkValidate hooks configuration and scripts
/mcp-checkValidate MCP configuration

Generators

SkillFunction
/claude-md-templateGenerate a CLAUDE.md for the current project
/agent-templateGenerate a custom agent from template
/skill-templateGenerate a custom skill/command from template
/hook-templateGenerate a hook script from template

Handoff / Interop

SkillFunction
/handoff-claudeDelegate to another authorized Claude Code account/profile via claude -p
/handoff-codexDelegate bulk mechanical tasks to OpenAI Codex CLI (codex exec)
/handoff-grokPrepare or explicitly launch work with xAI Grok Build CLI
/handoff-geminiDelegate long-context analysis to Google Gemini CLI (gemini -p)
/session-relayContinue unfinished work in a new Claude, Codex, or Grok native session
/director-modeDefine a concise outcome, context, constraints, and evidence brief

Internal (model-invoked)

Not slash commands — Claude activates these automatically when it judges them relevant.

SkillFunction
code-reviewerReviews code for quality, security, and best practices
debuggerRoot-cause analysis and problem resolution
doc-writerWrites README, API docs, and code comments
test-runnerRuns tests and ensures coverage
interop-routerSuggests Claude, Codex, or Grok when another CLI may fit; never executes it

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

Signals

GitHub stars
82
Forks
11
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
skills-claude-world
Source
github.com/claude-world/director-mode-lite