tidy
Installation
SKILL.md
Tidy — ODIN's compress-operations dispatcher
Compress first. Before adding complexity, reduce coupling. Before changing behavior, improve structure. This skill detects what needs tidying from context and routes to the right sibling skill. Domain procedures live in the siblings — this skill owns only scope detection, dispatch, and the output contract.
Invariants:
- Every tidy action is atomic and scoped to what is already in view.
- Tidy commits are always separate from behavior commits.
- No opportunistic sweeps beyond the declared or clearly active scope.
Scope detection
Inspect context in priority order and dispatch to the first matching domain: