markmdev/meridian

Zero-config Claude Code setup with enforced task scaffolding, structured memory, persistent context after compaction, plug-in code standards, optional TDD mode, and zero behavior changes for developers.

181Stars on the repository
25Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

add-frontmatter

01

markmdev/meridian

Skill Claude CodeCodex

Scan all .md files in the project and add or fix YAML frontmatter (summary + readwhen) so they can be discovered by context routers like Reflex.

181 5mo ago A 36 tokens

create-docs

02

markmdev/meridian

Skill Claude CodeCodex

Create or update .meridian/docs/ knowledge files for a module or directory. Produces reference docs with frontmatter for context routing.

181 5mo ago A 31 tokens

error-audit

03

markmdev/meridian

Skill Claude CodeCodex

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.

181 5mo ago A 43 tokens

observability-audit

04

markmdev/meridian

Skill Claude CodeCodex

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.

181 5mo ago A 44 tokens

planning

05

markmdev/meridian

Skill Claude CodeCodex

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…

181 5mo ago A 89 tokens

ux-states-audit

06

markmdev/meridian

Skill Claude CodeCodex

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.

181 5mo ago A 47 tokens