agentsclimarketplace

Claude md template

Skill claude-world/director-mode-lite/skills/claude-md-template

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

Install
npx -y skills add claude-world/director-mode-lite --skill claude-md-template

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Generate CLAUDE.md template for current project

SKILL.md

1.2 KB, as published. Nobody here has run it

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.