en un clic
add-frontmatter
// Scan all .md files in the project and add or fix YAML frontmatter (summary + read_when) so they can be discovered by context routers like Reflex.
// Scan all .md files in the project and add or fix YAML frontmatter (summary + read_when) so they can be discovered by context routers like Reflex.
| name | add-frontmatter |
| description | Scan all .md files in the project and add or fix YAML frontmatter (summary + read_when) so they can be discovered by context routers like Reflex. |
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")Interview-driven planning methodology that produces implementation-ready plans. Always use this skill INSTEAD of EnterPlanMode — it provides structured interviewing (20-40 clarifying questions), exhaustive parallel codebase exploration (5-15 Explore agents), verbatim requirements capture, and automated plan validation via plan-reviewer (must score 9+). Use for new features, refactoring, architecture changes, migrations, or any non-trivial implementation work.
Audit code for silent error swallowing, fallbacks to degraded alternatives, backwards compatibility shims, and UI that fails to show errors to the user. Finds and fixes all occurrences in the specified scope.
Audit code for observability gaps — debug logs left in, errors caught without being logged, missing context on log entries, untracked slow operations. Uses the app's existing observability tooling exclusively.
Audit UI code for missing loading states, empty states, and error states. Every async operation and data-driven UI must handle all three. Finds gaps and implements the missing states using the app's existing patterns.
Create or update .meridian/docs/ knowledge files for a module or directory. Produces reference docs with frontmatter for context routing.