dsh plugins中文
← Back to popular plugin directory

Code Verification Protocol for Vibration Coding

unknowbug/anchorlaw · skills

Code verification protocol for vibe coding — every claim must have a verifiable practice anchor.

★ 5GitHub stars
1Forks
2026-08-14Last updated
PythonLanguage
MITLicense

Project overview

Anchorlaw Protocol English | 中文 "Any claim must have a verifiable practice anchor." — First Law, Materialist Practice Theory

Anchorlaw is a code verification protocol for vibe coding — not a test framework, not a linter.

The scanner finds: Swallowed exceptions — except: pass / catch {} Bare exception handlers — catching Exception / any Missing anchors — functions with no @pt or @idk Defensive null chains — 3+ chained if x is None: return None Trivial tests — assert f(x) == f(x) Vague TODOs — // TODO: fix without ticket reference Full Protocol (Experimental) DeepSeek Harness (DSH) Host Adaptation

Install command

dsh plugin --profile web add github:unknowbug/anchorlaw
View GitHub repository ↗Back to popular plugin directory