Meridian banner
markmdev markmdev

Meridian

Productivity community intermediate

Description

Meridian makes Claude Code more reliable on real projects.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Meridian

Meridian makes Claude Code more reliable on real projects.

It adds persistent project context, smarter session handoff, and lightweight workflow enforcement so Claude is less likely to lose the plot halfway through a long task.

What problem it solves

Claude Code is great at short bursts. It gets shakier when work stretches across a big repo, multiple sessions, or a lot of moving pieces.

Common failure modes:

  • Context gets lost after compaction or a fresh session
  • Important project docs exist, but Claude does not read the right ones at the right time
  • Instructions in CLAUDE.md drift out of focus during long runs
  • Work stops in an awkward half-finished state with missing docs, review, or cleanup
  • The same mistakes repeat because nothing turns session learnings into project memory

Meridian closes those gaps without asking you to completely change how you work.

What Meridian gives you

  • Better session continuity: important project context is re-injected when a session starts or compacts
  • A real project workspace: WORKSPACE.md, project docs, and supporting prompts stay available across sessions
  • Smarter doc routing: docs in .meridian/docs/ can advertise when they should be read
  • Instruction reinforcement: Meridian can remind Claude to follow your local guidance during long sessions
  • End-of-task quality pressure: the stop checklist nudges Claude to finish the boring but important parts
  • Session learning: a background learner can update workspace/docs based on what actually happened

Meridian is intentionally opinionated, but it stays behind the scenes. You still talk to Claude normally.

Best fit

Meridian is most useful if you use Claude Code for:

  • multi-hour or multi-day implementation work
  • medium or large repositories
  • tasks where losing decisions or next steps is expensive
  • projects that benefit from structured docs and a running workspace file

...