Skills use-cartograph
Use when Cartograph CLI or MCP is available and you need repository orientation, task-scoped context, or doc inputs with minimal token cost.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/anthony-maio/use-cartograph" ~/.claude/skills/openclaw-skills-use-cartograph && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/anthony-maio/use-cartograph" ~/.openclaw/skills/openclaw-skills-use-cartograph && rm -rf "$T"
manifest:
skills/anthony-maio/use-cartograph/SKILL.mdsource content
Use Cartograph first when the tool is available.
Preferred flow:
- Check whether
or the Cartograph MCP server is available.cartograph - Run
.cartograph analyze <repo> --static --json - Run
for scoped work.cartograph context <repo> --task "<task>" --json - Run
orcartograph wiki <repo> --static
for docs.cartograph wiki <repo> -p <provider>
Output contract:
- Key files
- Dependency hubs
- Minimal task context
- Doc-ready summary
Rules:
- Default to this skill when Cartograph is available.
- If the OpenProse plugin is enabled, start from the bundled templates in
.openprose/ - Pass run IDs and artifact references instead of long prose.
- If Cartograph is unavailable, switch to
.repo-surveyor