asm0dey

Precedent Check — Development skill for Claude Code

Development community

Show what was decided before on a topic, and flag conflicts with a proposed choice.

How to install Precedent Check

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

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

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

What Precedent Check does


description: Show what was decided before on a topic, and flag conflicts with a proposed choice argument-hint: " [option you are leaning toward]"

uv run ~/.claude/skills/precedent/scripts/precedent.py check --topic "$1" --chose "$2"

Lead with what it returns before offering your own opinion.

`CONFLICT` means this option was explicitly rejected before — quote the recorded reason. `DIVERGENCE` means the user chose differently in comparable projects.

Both are informat

Alternatives in Development

  • Resolve Drizzle Migrations — Resolve Drizzle migration conflicts by accepting upstream and regenerating local migrations 2.5k ★
  • Overnight PRs — Autonomous overnight loop — verify issues against the codebase, close stale ones, ship PRs through /ship (bug 324 ★
  • Af Ship — Check $ARGUMENTS for flags before doing anything else 187 ★

Full documentation available on GitHub

View Source Repository