markmdev/meridian
DirSkills catalogs 6 skills from this repository, across 4 categories: AI Engineering, Automation, Quality, Writing.
📝
4h ago
Add Frontmatter
Add Frontmatter scans project Markdown files and inserts or fixes YAML frontmatter with summary and read_when fields. Use it when documents need to be discoverable by context routers like Reflex.
Automation
18322
📚
4h ago
Create Docs
Create Docs writes or updates .meridian/docs knowledge files for a module or directory. Use it when you need reference docs that help future agents understand code and route context.
Writing
18322
⚠️
4h ago
Error Audit
Error Audit scans code for swallowed exceptions, silent fallbacks, compatibility shims, and missing UI error states. Use it when auditing a scope to ensure failures are surfaced to the user.
Quality
18322
🔎
4h ago
Observability Audit
Observability Audit finds debug logs, missing error logging, and thin context in existing code. Use it when production issues are hard to diagnose and you need fixes that stay within the app's current observability tools.
Quality
18322
🧭
4h ago
Planning
Planning interviews the user, explores the codebase, and turns unclear requests into implementation-ready plans. Use it for new features, refactors, migrations, or other non-trivial changes that need precise requirements and verification.
AI Engineering
18322
🔍
4h ago
Ux States Audit
Ux States Audit finds UI components that fetch data or run async work without loading, empty, or error states. Use it to fill those gaps with the app's existing patterns.
Quality
18322