with one click
claude-md-template
Generate CLAUDE.md template for current project
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate CLAUDE.md template for current project
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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 | claude-md-template |
| description | Generate CLAUDE.md template for current project |
| user-invocable | true |
Generate a customized CLAUDE.md template based on detected project type.
# [Project Name] - Project Instructions
## Overview
[Auto-detected description]
## Tech Stack
| Category | Technology |
|----------|------------|
| Language | [detected] |
| Framework | [detected] |
## Development Commands
- Install: [detected]
- Dev: [detected]
- Test: [detected]
- Build: [detected]
## Project Structure
[Auto-generated tree]
## Coding Conventions
[Inferred from configs]
## Key Files
| File | Purpose |
|------|---------|
| [entry] | Main entry |
## Director Mode Commands
- /workflow - Start development
- /auto-loop - Autonomous TDD
/claude-md-check