Help us improve
Share bugs, ideas, or general feedback.
From fuse-cartographer
Enrich auto-generated .cartographer/ maps with full descriptions from source files.
npx claudepluginhub fusengine/agents --plugin fuse-cartographerHow 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.
Injects compressed SKILL-MAP and AGENT-MAP directives into CLAUDE.md to persist skill names and agent IDs across sessions, invoked when modifying CLAUDE.md, adding skills/agents, or on phrases like 'update skill map'.
Orchestrates 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.
Share bugs, ideas, or general feedback.
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.