meridian
Persistent project context, planning, and code quality audits
All Skills in This Repository (3)
Pure Emerald Level Indicatorsmemory-curator
Append structured architectural decisions and insights to memory.jsonl.
planning
Generate comprehensive implementation plans with phase-driven design and interface contracts.
task-manager
Scaffold development task folders and synchronize the Meridian backlog.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core