一键导入
claude-md-template
Generate CLAUDE.md template for current project
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate CLAUDE.md template for current project
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | claude-md-template |
| description | Generate CLAUDE.md template for current project |
| user-invocable | true |
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-checkGuided 5-minute onboarding for Director Mode Lite. Use immediately after installing Director Mode Lite, or when unsure which command to run next.
Self-Evolving Development Loop - Dynamic skill generation with learning and evolution
View Self-Evolving Loop session status, history, and memory metrics
Automatically routes tasks to external AI CLIs (Codex or Gemini) when more efficient; routing decisions are made automatically based on task type, with no manual commands needed. Use when a task is a large refactor, a batch operation, or needs 100K+ tokens of context better handled by an external CLI.
Validate custom agent file format and structure. Use after creating or editing an agent, before committing agent changes, or when an agent fails to load.
Generate custom agent from template. Use when creating a new subagent from scratch, or scaffolding an agent file with correct frontmatter.