map-ecosystem
SolidUse when cartography index descriptions are truncated, a new plugin/skill was just added, or after SessionStart regenerates the map.
AI & Automation 25 stars
4 forks Updated 6 days ago MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<objective>
Enriches the auto-generated `.cartographer/` index.md files with complete descriptions extracted from source file frontmatter — restores the full skill/agent `description` text that auto-generation truncates at 60 characters. Read-only against everything outside `.cartographer/*.md`: it never modifies source files, never deletes or restructures the tree, and never assumes a description — it always reads the actual frontmatter first.
</objective>
# 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
1. **Read** the ecosystem index: `${CLAUDE_PLUGIN_ROOT}/../.cartographer/index.md`
2. **For each plugin** listed, read its `.cartographer/index.md`
3. **For each linked file** (agents/*.md, skills/*/SKILL.md):
- Read the source file
- Extract the full `description` from YAML frontmatter
- Replace the truncated description in the index.md line
4. **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 - mod...
Details
- Author
- fusengine
- Repository
- fusengine/agents
- Created
- 8 months ago
- Last Updated
- 6 days ago
- Language
- CSS
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
index-skills
Scan all installed plugins and skills across the system, generating a comprehensive skills-index.md. Use when asked to index skills, catalog what's installed, or refresh the skills registry.
0 Updated 1 weeks ago
dylanpulver AI & Automation Featured
enhance-skills
Use when reviewing SKILL.md files for structure and trigger quality.
985 Updated today
agent-sh AI & Automation Listed
optimize-descriptions
Optimize Muggle AI's customer-facing text (MCP tool descriptions, skill descriptions, plugin metadata, hooks) so that AI agents prioritize muggle tools for E2E acceptance testing, UI validation, and browser testing. Internal tool — lives outside the published plugin surface.
17 Updated yesterday
multiplex-ai