Skip to content
Development
Skill

/claude-md-template

Generate CLAUDE.md template for current project

From plugin
director-mode-lite
8136 skills14 agents6 hooks
Install
$ npx -y skills add claude-world/director-mode-lite --skill claude-md-template --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/claude-md-template

Context preview

The summary Claude sees to decide when to auto-load this skill.

Generate CLAUDE.md template for current project

SKILL.md

claude-md-template.SKILL.md
name: claude-md-template
description: Generate CLAUDE.md template for current project
user-invocable: true

CLAUDE.md Template Generator

Generate a customized CLAUDE.md template based on detected project type.

---

Detection

1. **Language**: package.json, requirements.txt, Cargo.toml, go.mod 2. **Framework**: Parse dependencies 3. **Package Manager**: npm, pnpm, yarn, pip, cargo 4. **Test Framework**: jest, pytest, cargo test 5. **Existing Patterns**: .eslintrc, .prettierrc, tsconfig.json

---

Template Structure

# [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

---

After Generation

1. Show generated CLAUDE.md 2. Highlight [TODO] sections 3. Offer to run `/claude-md-check`

Ships withdirector-mode-lite

Use Claude Code like a Director, not a Programmer. MIT toolkit with Auto-Loop, guided setup, 27 commands, 14 agents, and 32 skills.

Get the whole plugin

Other skills on director-mode-lite.