director-mode-lite
Coordinate coding work across Claude, Codex, and Grok
All Skills in This Repository (32)
Pure Emerald Level Indicatorschangelog-observer
Append structured session activity entries to markdown changelogs.
hooks-check
Validate hooks configurations and scripts in .claude/settings.json for AI automation workflows.
claude-md-check
Validate CLAUDE.md files for required sections and formatting standards.
doc-writer
Create and update markdown technical documentation for software projects.
changelog
Automate collection of code changes, test results, and commit history via Git hooks.
test-first
Guide test-driven development cycles from failing tests to refactoring.
skill-template
Generate new AI skills from customizable templates for workflows and automation.
plan
Analyze requirements, decompose tasks, and establish dependencies for project plans.
mcp-check
Validate MCP configuration files for correctness, completeness, and security.
claude-md-template
Generate CLAUDE.md templates from detected project dependencies and configurations.
handoff-gemini
Delegate large document analysis and research tasks to Gemini CLI.
focus-problem
Deploys Explore agents to analyze codebases and identify core issues.
Frequently Asked Questions
FAQPage SchemaHow to install Director Mode Lite?â–¼
Run `npx skills add claude-world/director-mode-lite --all -g -y` in your terminal to install all skills globally.
How to continue work between Claude, Codex, and Grok?â–¼
Use the session-relay skill to create a portable handoff packet with the goal, decisions, and Git state, then let the receiving CLI start a fresh session from it.
Does Director Mode change my CLI permissions?â–¼
No. It adds no permission gates, deny rules, or forced workflows, so each CLI keeps its native controls and your preferred trust settings.
What workflows are included in Director Mode Lite?â–¼
It ships 35 skills covering planning, test-driven development, code review, debugging, documentation, smart commits, and project health audits.
Can I use it without deep technical knowledge?â–¼
Yes. You describe the outcome in plain English and the skills guide the coding assistant through planning, testing, and verification automatically.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core