markmdevmarkmdevCommunityยท3 Agent Skills Included

meridian

Persistent project context, planning, and code quality audits

Keeps long coding sessions on track with persistent project context, session handoff, and instruction reinforcement. Audits codebases for silent error swallowing, missing loading and empty states, and observability gaps. Generates interview-driven implementation plans and reusable project docs so nothing gets lost between sessions.
npx skills add markmdev/meridian --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Meridian?โ–ผ

Run `npx skills add markmdev/meridian --all -g -y` in your terminal to install all skills in this suite globally.

How to stop Claude Code from losing context?โ–ผ

Meridian re-injects project context at session start and before compaction, and keeps a running WORKSPACE.md so decisions and next steps survive long tasks.

How to find silent error handling bugs in code?โ–ผ

The error-audit skill scans your code for empty catch blocks, log-and-continue patterns, and hidden fallbacks, then fixes them using your app's existing error patterns.

How to audit UI for missing loading and error states?โ–ผ

The ux-states-audit skill finds components missing loading, empty, or error states and implements them using your app's existing UI patterns.

Does Meridian work with large repositories?โ–ผ

Yes. It is built for multi-hour or multi-day work on medium and large repos where session continuity and doc routing matter most.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’