map-ecosystem
SkillAI & modelsUse when cartography index descriptions are truncated, a new plugin/skill was just added, or after SessionStart regenerates the map.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the map-ecosystem skill
What this skill tells your AI
The instructions your AI receives, as published by fusengine/agents in plugins/cartographer/skills/map-ecosystem/SKILL.md and read by ahel’s review.
Map Ecosystem — Enrich Descriptions
Enrich the auto-generated .cartographer/ index.md files with complete descriptions extracted from source file frontmatter.
When to Use
- After SessionStart has generated the cartography structure
- When descriptions appear truncated in index.md files
- When a new plugin/skill was added and needs full descriptions
When NOT to Use
- Code generation or debugging
- Direct file editing outside .cartographer/
Steps
- Read the ecosystem index:
${CLAUDE_PLUGIN_ROOT}/../.cartographer/index.md - For each plugin listed, read its
.cartographer/index.md - For each linked file (agents/.md, skills//SKILL.md):
- Read the source file
- Extract the full
descriptionfrom YAML frontmatter - Replace the truncated description in the index.md line
- Write the updated index.md with complete descriptions
Example
Before (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.
Forbidden
- Do not modify source files (only .cartographer/*.md)
- Do not delete or restructure the tree
- Do not assume — always read actual frontmatter
Signals
- GitHub stars
- 25
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
map-ecosystem- Source
- github.com/fusengine/agents