Create Md banner
alexanderop alexanderop

Create Md

Development community

Description

--- description: Generate CLAUDE.md files for project and key subdirectories argument-hint: [thoroughness: quick|medium|very-thorough] --- # /create-md ## Purpose Analyze project structure using the Explore subagent and generate CLAUDE.md files—one global file describing the project in general, plus nested CLAUDE.md files in important subdirectories for localized context. ## Contract **Inputs:** - `$1` — THOROUGHNESS (optional: `quick`, `medium`, `very-thorough`; default: `medium`) **Outputs

Installation

Installs to ~/.claude/skills/alexanderop-claude-code-builder-create-md/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alexanderop-claude-code-builder-create-md && curl -fsSL https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/commands/create-md.md -o ~/.claude/skills/alexanderop-claude-code-builder-create-md/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository