원클릭으로
skills
List all available skills grouped by category. Use when the user asks what skills are available or runs /skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List all available skills grouped by category. Use when the user asks what skills are available or runs /skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guided 5-minute onboarding for Director Mode Lite. Use immediately after installing Director Mode Lite, or when unsure which command to run next.
Self-Evolving Development Loop - Dynamic skill generation with learning and evolution
View Self-Evolving Loop session status, history, and memory metrics
Automatically routes tasks to external AI CLIs (Codex or Gemini) when more efficient; routing decisions are made automatically based on task type, with no manual commands needed. Use when a task is a large refactor, a batch operation, or needs 100K+ tokens of context better handled by an external CLI.
Validate custom agent file format and structure. Use after creating or editing an agent, before committing agent changes, or when an agent fails to load.
Generate custom agent from template. Use when creating a new subagent from scratch, or scaffolding an agent file with correct frontmatter.
| name | skills |
| description | List all available skills grouped by category. Use when the user asks what skills are available or runs /skills. |
| user-invocable | true |
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.
| Skill | Function |
|---|---|
/workflow | Complete 5-step development flow (research, plan, implement, test, review) |
/plan | Break a task into a detailed execution plan |
/focus-problem | Deep problem analysis using Explore agents |
/test-first | Test-Driven Development (Red-Green-Refactor) |
/smart-commit | Conventional Commits with pre-commit quality checks |
| Skill | Function |
|---|---|
/auto-loop | Autonomous TDD loop with checkpoint recovery |
/evolving-loop | Self-evolving loop that generates and evolves its own skills |
/evolving-status | View evolving-loop session status, history, and memory |
/changelog | View and manage the runtime observability changelog |
| Skill | Function |
|---|---|
/getting-started | Guided 5-minute onboarding for Director Mode Lite |
/project-init | Expert-guided project setup (6 phases) |
/project-health-check | Full project health audit (7 checks) |
/check-environment | Verify the development environment is ready |
/agents | List all available agents |
/skills | List all available skills |
| Skill | Function |
|---|---|
/claude-md-check | Validate CLAUDE.md structure and completeness |
/agent-check | Validate agent file format and structure |
/skill-check | Validate skill/command file format and structure |
/hooks-check | Validate hooks configuration and scripts |
/mcp-check | Validate MCP configuration |
| Skill | Function |
|---|---|
/claude-md-template | Generate a CLAUDE.md for the current project |
/agent-template | Generate a custom agent from template |
/skill-template | Generate a custom skill/command from template |
/hook-template | Generate a hook script from template |
| Skill | Function |
|---|---|
/handoff-claude | Delegate to another authorized Claude Code account/profile via claude -p |
/handoff-codex | Delegate bulk mechanical tasks to OpenAI Codex CLI (codex exec) |
/handoff-gemini | Delegate long-context analysis to Google Gemini CLI (gemini -p) |
Not slash commands — Claude activates these automatically when it judges them relevant.
| Skill | Function |
|---|---|
code-reviewer | Reviews code for quality, security, and best practices |
debugger | Root-cause analysis and problem resolution |
doc-writer | Writes README, API docs, and code comments |
test-runner | Runs tests and ensures coverage |
interop-router | Auto-routes eligible tasks to an external CLI (Codex/Gemini) |
---
name: my-skill
description: What this skill does
user-invocable: true
---
# Skill Name
## Purpose
## Workflow
## Output
Save to .claude/skills/my-skill/SKILL.md