claude-world

claude-md-template

8
2
# Install this skill:
npx skills add claude-world/director-mode-lite --skill "claude-md-template"

Install specific skill from multi-skill repository

# Description

Generate CLAUDE.md template for current project

# 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

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.