skills/getting-started/SKILL.md
Guided 5-minute onboarding for Director Mode Lite
npx skillsauth add claude-world/director-mode-lite getting-startedInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Welcome! This guide walks you through your first 5 minutes with Director Mode Lite.
Run a quick check:
ls .claude/skills/ | wc -l # Should show 31+
ls .claude/agents/ | wc -l # Should show 14
ls .claude/hooks/ | wc -l # Should show 5+
If any are missing, re-run the install script.
Also check dependencies:
python3 --version # Required for hook configuration
jq --version # Required for hook scripts
Run /project-init to auto-detect your project and generate a CLAUDE.md:
/project-init
This will:
Try the 5-step development workflow:
/workflow
Or jump straight to autonomous TDD:
/auto-loop "Implement [your feature]
Acceptance Criteria:
- [ ] First requirement
- [ ] Second requirement
- [ ] Tests pass"
| Command | When to Use |
|---------|-------------|
| /project-init | First time in a new project |
| /workflow | Starting a new feature (guided) |
| /auto-loop "task" | Autonomous TDD development |
| /focus-problem "issue" | Understanding a bug or codebase area |
| /smart-commit | Ready to commit changes |
| Level | Commands |
|-------|----------|
| Beginner | /workflow, /auto-loop, /focus-problem, /smart-commit, /plan |
| Intermediate | /test-first, /check-environment, /project-health-check, /changelog |
| Advanced | /evolving-loop, /evolving-status, /handoff-codex, /handoff-gemini |
| Customization | /agent-template, /skill-template, /hook-template |
| Validation | /claude-md-check, /agent-check, /skill-check, /hooks-check, /mcp-check |
/agents - List all available agents/skills - List all available skillsdocs/FAQ.md) - Common questionsdevelopment
Complete 5-step development workflow
tools
Test automation specialist for running tests and ensuring coverage
development
Test-Driven Development (TDD Red-Green-Refactor)
testing
Conventional Commits with quality checks