Load this repo's own invariants and standards (docs/invariants/, docs/standards/) and apply them to the current task. ALWAYS invoke before designing, writing, or editing ANY code.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add ooloth/dotfiles --skill uphold-project-invariants --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Uphold Project Invariants?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ooloth-uphold-project-invariants)More formats (shields.io, HTML) on the badges page.
---
name: uphold-project-invariants
description: Load this repo's own invariants and standards (docs/invariants/, docs/standards/) and apply them to the current task. ALWAYS invoke before designing, writing, or editing ANY code.
---
## Your task
1. Read `docs/invariants/README.md` to understand what qualifies as an invariant in this repo.
2. List `docs/invariants/` and `docs/standards/`, then load every file whose theme is relevant to
the current task. When in doubt, load it — a false positive costs one read; a false negative
means a missed constraint.
3. Apply the two differently:
- **Invariants** hold unconditionally. Violating one means the system is broken, not merely
unconventional. There is no exception to weigh — if the task appears to require violating an
invariant, stop and raise it rather than proceeding.
- **Standards** are graded Must/Should/Consider. A Must has no exception; a Should has
sanctioned ones, so name the exception if you take it; a Consider is a judgment call with no
default.
4. If either directory is missing or empty, say nothing about it and carry on.
5. If you notice a gap — something this repo clearly depends on that neither directory records —
mention what should be added. If no gap, say nothing.
6. Proactively apply what you loaded.
This skill covers only what is specific to this repo. Portable engineering guidance lives in the
global `uphold-standards` skill, which loads separately.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!