Scans project .md files to add or fix YAML frontmatter (summary + read_when) for discovery by Reflex context routers.
From meridiannpx claudepluginhub markmdev/meridianThis 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.
Scan every .md file in the project and ensure it has the required frontmatter so Reflex can discover and route it.
---
summary: One-line description of what this file covers
read_when:
- keyword or phrase that signals this file is relevant
- another keyword
---
summary + read_when frontmatter — leave them alonename, description, title) — do not replace or merge, leave them alonenode_modules/, .git/, dist/, build/, vendor/, __pycache__/.claude/ — agents, skills, commands, hooks all use their own frontmatter schemasCHANGELOG.md, LICENSE).md files, excluding skip dirssummary and read_when already existssummary and 2-4 read_when keywords from the actual content--- if only partially present)summary is a single line, factual, specific — describes what the file actually coversread_when keywords match how someone would describe a task that needs this file (e.g. "setting up auth", "debugging routing", "OpenClaw plugin")