Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
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
- Language: package.json, requirements.txt, Cargo.toml, go.mod
- Framework: Parse dependencies
- Package Manager: npm, pnpm, yarn, pip, cargo
- Test Framework: jest, pytest, cargo test
- 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
- Show generated CLAUDE.md
- Highlight [TODO] sections
- 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:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.