claude-skills
Two general-purpose Claude Code skills, extracted from real day-to-day use and generalized for anyone's codebase.
Skills
1080 — plan cheap, execute cheaper, review cheap
Anthropic's 10/80/10 delegation pattern, made concrete: the expensive model does the 10% thinking at each end (writing a self-contained plan, reviewing the diff), while a cheap executor subagent does the 80% typing in the middle. Includes an honest "when NOT to use this" section — it's not a fit for live debugging, money-path judgment calls, or anything too small or too vague to write a plan for.
Install:
npx skills add <owner>/claude-skills@1080
The companion executor subagent lives at 1080/agents/executor.md — install alongside the skill.
archaic-hybrid — the missing link between caveman and homo sapiens
A writing register for card-based UIs, notification feeds, and any phone-read summary: sentences stay grammatical, but nothing survives that doesn't earn its screen space. Verdict-first titles, one fact per bullet, sacred facts (numbers/names/dates/money) never compressed away, and explicit auto-clarity exceptions for irreversible actions and security/money warnings where compression itself becomes the risk.
Install:
npx skills add <owner>/claude-skills@archaic-hybrid
License
MIT — see LICENSE.