SKILL.Tmpl banner
jameslcowan jameslcowan

SKILL.Tmpl

Testing community

Description

--- name: complex-md description: Generate COMPLEX.md for the current repository. Computes hotspot signals from the dependency graph and git history locally, writes the file per the COMPLEX.md spec, and wires it into the repo's agent context files. Use when asked to generate, update, or check COMPLEX.md. --- # complex-md skill (spec {{SPEC_VERSION}}, prompt {{PROMPT_VERSION}}) You are inside a git repository. Produce a `COMPLEX.md` at the repository root that conforms to spec {{SPEC_VERSION}}

Installation

Installs to ~/.claude/skills/jameslcowan-complex-md-skill.tmpl/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jameslcowan-complex-md-skill.tmpl && curl -fsSL https://raw.githubusercontent.com/jameslcowan/complex-md/HEAD/skill/SKILL.tmpl.md -o ~/.claude/skills/jameslcowan-complex-md-skill.tmpl/SKILL.md

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

Full documentation available on GitHub

View Source Repository