From director-mode-lite
Generates customized CLAUDE.md template by detecting project language, framework, package manager, tests, and configs from files like package.json, requirements.txt. Includes tech stack, dev commands, structure, conventions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/director-mode-lite:claude-md-templateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a customized CLAUDE.md template based on detected project type.
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-checknpx claudepluginhub claude-world/director-mode-liteGenerates or updates CLAUDE.md context files from a codebase scan, producing focused files under 100 lines with build commands, conventions, and gotchas. Supports create, update, and audit modes.
Generates CLAUDE.md by detecting Node, Python, Rust, Go, Java, Docker environments and package managers, plus git user info and user choices for testing methodology and memory rules.
Analyzes codebase structure, detects frameworks like Node.js/Python/Rust/Go/Docker, and generates CLAUDE.md/AGENTS.md files with auto-managed markers for project memory setup.