simplify
Installation
SKILL.md
Task
Review only HEAD on the current branch for opportunities to reduce duplication, accidental complexity, and verbose docs while preserving behavior, security assumptions, trust boundaries, and operational detail.
This is a review-only pass:
- Do not edit files or apply patches automatically.
- Inspect files changed in
HEAD, plus nearby code needed to judge duplication or simpler local patterns. - Ignore earlier commits and unstaged/staged working-tree changes that are not part of
HEAD. - Report worthwhile findings and, when useful, the smallest safe patch shape.
Repository Priorities
- Never simplify by moving outcome authority, payout decisions, wallet authority, auth checks, RPC privileges, worker-only actions, or database writes to a less trusted boundary.
- For fairness, settlement, payouts, wallet, auth, RPC, worker, or database-write paths, trace the trust boundary before recommending consolidation.
- Prefer deletion, direct codepaths, and reuse of established local helpers over new abstractions.
- Documentation should be lean, but must preserve decision rationale, security assumptions, operational steps, schema/API details, and user-visible behavior.