op-anti-patternslisted
Install: claude install-skill TimTGelhard/ACHRON-spine
# op-anti-patterns — read before doing the thing
Anti-patterns are the explicit "never do this" reference. When about to do something that pattern-matches one of these categories, read the relevant file first and reconsider.
The single highest-leverage category is **meta** — when the user proposes extending the system itself (skills, agents, hooks, CLAUDE.md, chapters). The manual's rules apply to the manual itself; do not exempt.
## Index
| Category / about to... | Atomic file |
|---|---|
| Write a prompt, give feedback, talk across turns | `~/.achron-spine/chapters/anti-patterns/18a-prompting.md` |
| Bundle work into a session, carry a long session forward, "I'll do auth + feature together" | `~/.achron-spine/chapters/anti-patterns/18b-scope.md` |
| Dump the codebase, `cat` files, ignore compaction, store state in conversation | `~/.achron-spine/chapters/anti-patterns/18c-context.md` |
| Spawn a subagent, use `Write` for an edit, poll with `sleep` | `~/.achron-spine/chapters/anti-patterns/18d-tools.md` |
| Declare done without verifying, skip two-session RLS check, merge unread diff | `~/.achron-spine/chapters/anti-patterns/18e-verification.md` |
| Touch env vars, exception handling, error messages, migrations, logging | `~/.achron-spine/chapters/anti-patterns/18f-security.md` |
| Skip stage 0 (Decide), skip stage 5 (Harden), defer docs, one big PR | `~/.achron-spine/chapters/anti-patterns/18g-workflow.md` |
| Ship code not understood, let CLAUDE.md drift, hoard memory,