btseytlin

33 mods across 1 repository, 47 stars between them.

btseytlin/ultrapack

Skill Claude CodeCodex

Use when implementing deterministic, reusable code where regressions would warrant a CI red light. Enforces RED-GREEN-REFACTOR. Applicability rule and skip conditions inside.

47 27d ago A 39 tokens WTFPL

try

26

btseytlin/ultrapack

Skill Claude CodeCodex

Manually test the latest change with one realistic positive case and one adversarial negative case, capturing evidence before any further fix. Use when the user asks for a quick confidence check or wants to test a recent implementation.

47 27d ago A 45 tokens WTFPL

udebug

27

btseytlin/ultrapack

Skill Claude CodeCodex

Use on any bug, test failure, or unexpected behavior before proposing a fix. Enforces four-phase root-cause investigation — reproduce, pattern-match, hypothesize, fix — with a hard rule against symptom patches.

47 27d ago A 46 tokens WTFPL

udesign

28

btseytlin/ultrapack

Skill Claude CodeCodex

Use before any creative work — features, components, behavior changes. Turns an idea into a validated spec with explicit tradeoffs and unknowns, and splits scope into multiple tasks if it's too large. Output is the ## Context and ## Design sections of the task file.

47 27d ago A 60 tokens WTFPL

udocument

29

btseytlin/ultrapack

Skill Claude CodeCodex

Use when writing or editing documentation — project docs, CLAUDE.md, READMEs, SKILL.md, docstrings, inline comments. Auto-triggers on .md files and docstring edits. Enforces lead-with-why, kill stale content, lists over tables, no aspirational sentences.

47 27d ago A 65 tokens WTFPL

uexecute

30

btseytlin/ultrapack

Skill Claude CodeCodex

Use to implement an approved plan. When the plan declares ### Interface graph, derives waves by topo-sort over [blocks] IF edges only — non-blocking IF edges (the default) put producer and consumer in the same wave, since the IF declaration is sufficient context. Edits inline when only one implementer would fire…

47 27d ago A 114 tokens WTFPL

uplan

31

btseytlin/ultrapack

Skill Claude CodeCodex

Use after design to turn a validated spec into a lean implementation plan. Outputs the ## Plan section of the task file — files, line numbers, class/method names, invariants, test strategy, order. Ends with a scope-creep / simpler-way check.

47 27d ago A 58 tokens WTFPL

ureview

32

btseytlin/ultrapack

Skill Claude CodeCodex

Use after verify passes for the future maintainer's audit — sit in the chair of the person who'll touch this code in 3-6 months and ask "what will bite us later?" at the decision level. Surfaces wrong abstractions, load-bearing-but-unobvious shapes, next-change traps, drift from surrounding code; raises a Scope flag…

47 27d ago A 101 tokens WTFPL

uverify

33

btseytlin/ultrapack

Skill Claude CodeCodex

Use after execute to attack the change and demonstrate how it's broken. Default stance — the change is broken; prove and demonstrate it. Builds an attack checklist (happy-path / negative / invariant / interface hypotheses), runs each freshly, smokes the end-to-end, writes a short summary to the task file's Verify…

47 27d ago A 76 tokens WTFPL