From fuse-cartographer
Enrich auto-generated .cartographer/ maps with full descriptions from source files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-cartographer:map-ecosystemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Enrich the auto-generated `.cartographer/` index.md files with complete descriptions extracted from source file frontmatter.
Enrich the auto-generated .cartographer/ index.md files with complete descriptions extracted from source file frontmatter.
${CLAUDE_PLUGIN_ROOT}/../.cartographer/index.md.cartographer/index.mddescription from YAML frontmatterBefore (auto-generated, truncated at 60 chars):
├── [laravel-eloquent](./skills/laravel-eloquent/index.md) — Complete Eloquent ORM - models, relatio
After (enriched by agent):
├── [laravel-eloquent](./skills/laravel-eloquent/index.md) — Complete Eloquent ORM - models, relationships, queries, casts, observers, factories. Use when working with database models.
npx claudepluginhub fusengine/agents --plugin fuse-cartographerOrchestrates parallel subagents to map any codebase, creating docs/CODEBASE_MAP.md with architecture, file roles, dependencies, and navigation. Updates incrementally via git or scans.
Indexes project with QMD for semantic search and cartographer for codebase maps, enabling fast file suggestions. Run on new codebases or after changes to save 60-80% tokens on exploration.
Validates and improves cartography flow documentation by cross-referencing it against the actual codebase. Fixes stale paths, fills gaps, and adds conditionals.