Enrich auto-generated .cartographer/ maps with full descriptions from source files.
From fuse-cartographernpx claudepluginhub fusengine/agents --plugin fuse-cartographerThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
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.