Skills repo-surveyor
Use when Cartograph CLI or MCP is unavailable and you still need Cartograph-style repo orientation, task context, or documentation inputs from manual file survey.
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/repo-surveyor" ~/.claude/skills/openclaw-skills-repo-surveyor && 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/repo-surveyor" ~/.openclaw/skills/openclaw-skills-repo-surveyor && rm -rf "$T"
manifest:
skills/anthony-maio/repo-surveyor/SKILL.mdsource content
Use this skill only when Cartograph itself is unavailable or when you need to manually verify its outputs.
Manual workflow:
- Discover source, config, and entry files. Skip generated, vendored, and build output.
- Rank likely-important files by entry points, fan-in, API surface, and root wiring role.
- Trace the strongest dependency hubs instead of reading the whole tree.
- Build the smallest useful file set for the current task.
- Produce a doc-ready summary from that reduced set.
Output contract:
- Key files
- Dependency hubs
- Minimal task context
- Doc-ready summary
Rules:
- If the OpenProse plugin is enabled, start from the bundled templates in
.openprose/ - Prefer
whenever the tool becomes available.use-cartograph - Keep manual reads narrow.
- Match the same output shape as
.use-cartograph