Help us improve
Share bugs, ideas, or general feedback.
From meridian
Scans project .md files to add or fix YAML frontmatter (summary + read_when) for discovery by Reflex context routers.
npx claudepluginhub markmdev/meridianHow this skill is triggered — by the user, by Claude, or both
Slash command
/meridian:add-frontmatterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan every `.md` file in the project and ensure it has the required frontmatter so Reflex can discover and route it.
Creates or updates .meridian/docs/ knowledge files for modules or directories. Generates concise reference docs with frontmatter summaries and read_when keywords for agent context routing.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
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.
Share bugs, ideas, or general feedback.
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")