asm0dey

Precedent Maintain — Development skill for Claude Code

Development community

Check the decision graph for contradictions, tag drift and dead projects.

How to install Precedent Maintain

Installs to ~/.claude/skills/asm0dey-precedent-precedent-maintain/SKILL.md

Terminal
mkdir -p ~/.claude/skills/asm0dey-precedent-precedent-maintain && curl -fsSL https://raw.githubusercontent.com/asm0dey/precedent/HEAD/commands/precedent-maintain.md -o ~/.claude/skills/asm0dey-precedent-precedent-maintain/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Precedent Maintain does


description: Check the decision graph for contradictions, tag drift and dead projects

uv run ~/.claude/skills/precedent/scripts/precedent.py maintain

Report what it finds. Contradictions (one project, one topic, two live answers) are for the user to resolve — record a new decision with `--supersedes ` rather than editing history. Suspected duplicate tags are repaired with `tag --merge --into `.

Run `maintain --apply` only to delete orphan nodes; everything e

Alternatives in Development

  • Obsidian Health — Run a vault health check — grouped by severity, detects contradictions, concept gaps, stale claims, and struct 277 ★
  • Bm Doctor — Diagnose and recover basemind when it isn't working (MCP tools missing/erroring, "no index", dead server) — ru 94 ★
  • Cut Video — Claude Code skill: tighten long recordings — remove silences, ums, dead air 92 ★

Full documentation available on GitHub

View Source Repository