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.
npx claudepluginhub claude-world/director-mode-liteThis skill uses the workspace's default tool permissions.
Generate a customized CLAUDE.md template based on detected project type.
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.
Generates or updates concise CLAUDE.md/AGENTS files from codebase scans with non-obvious build commands, conventions, gotchas under 100 lines. Audits existing files for quality.
Share bugs, ideas, or general feedback.
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