abstractonion

60 mods across 1 repository, 4 stars between them.

cadence-audit

25

abstractonion/cadence

Skill Claude CodeCodex

Apply all applicable cadence rules to the current file or staged diff and report findings.

4 2mo ago A 21 tokens original MIT

cadence-diff-check

26

abstractonion/cadence

Skill Claude CodeCodex

Self-review the staged diff like a stranger, with quoted evidence. Surfaces scope drift and weak claims.

4 2mo ago A 27 tokens original MIT

cadence-dispatch

27

abstractonion/cadence

Skill Claude CodeCodex

Gauge task scope and dependencies, then route to the right subagents and commands — serial or parallel.

4 2mo ago A 25 tokens original MIT

cadence-integrate

28

abstractonion/cadence

Skill Claude CodeCodex

Post-parallel integration pass — survey combined diff, resolve wiring, run fresh checks.

4 2mo ago A 22 tokens original MIT

cadence-investigate

29

abstractonion/cadence

Skill Claude CodeCodex

Root-cause a bug or unexpected behavior without patching. Ranks hypotheses, returns evidence, no file edits.

4 2mo ago A 28 tokens original MIT

cadence-own-pr

30

abstractonion/cadence

Skill Claude CodeCodex

Babysit PR #N until it settles — green required CI and actionable review addressed; ongoing loop, not a single pass.

4 2mo ago A 31 tokens original MIT

cadence-parallel

31

abstractonion/cadence

Skill Claude CodeCodex

User-invoked only — partition multi-scope work, lock decisions in the parent, fan out subagents, then integrate on return.

4 2mo ago A 33 tokens original MIT

cadence-plan

32

abstractonion/cadence

Skill Claude CodeCodex

Decompose the current task into independently verifiable steps with per-step checks.

4 2mo ago A 19 tokens original MIT

cadence-promote

33

abstractonion/cadence

Skill Claude CodeCodex

Review the latest learnings entry against promotion gates and draft a rule diff for approval — no writes without go.

4 2mo ago A 27 tokens original MIT

cadence-propose

34

abstractonion/cadence

Skill Claude CodeCodex

Surface 1–3 options before any change. For design, product, or architecture decisions where you want choices, not work.

4 2mo ago A 31 tokens original MIT

cadence-ship

36

abstractonion/cadence

Skill Claude CodeCodex

Walk the clean-commits → lint/typecheck → verify → commit sequence. Refuses unrelated files.

4 2mo ago A 26 tokens original MIT

cadence-tldr

37

abstractonion/cadence

Skill Claude CodeCodex

User-invoked explicit compression only — analogy-first, 150 words, no code or options. Valid when the user ran /tldr or used explicit compression phrases this turn.

4 2mo ago A 42 tokens copy · 88% MIT

cadence-verify

38

abstractonion/cadence

Skill Claude CodeCodex

Run runtime verification (browser, tests, manual) on the current change before claiming done.

4 2mo ago A 23 tokens original MIT

capture-learnings

40

abstractonion/cadence

Skill Claude CodeCodex

Use after shipping a change, fixing a non-trivial bug, or finishing a debugging session — name one durable lesson the next session would benefit from knowing.

4 2mo ago A 35 tokens original MIT

abstractonion/cadence

Skill Claude CodeCodex

Use when adding server-state queries or mutations (TanStack Query, SWR, RTK Query, Apollo) — define options in a centralized factory module; do not write inline keys at call sites.

4 2mo ago A 45 tokens original MIT

clean-commits

42

abstractonion/cadence

Skill Claude CodeCodex

Use when committing or pushing — keep diffs surgical, exclude unrelated changes, and verify the local branch matches the named target before pushing.

4 2mo ago A 32 tokens original MIT

complete-refactors

43

abstractonion/cadence

Skill Claude CodeCodex

Use when renaming, moving, or restructuring code — update every call site, test, fixture, and reference in the same change; no compat aliases or follow-up TODOs.

4 2mo ago A 40 tokens original MIT

abstractonion/cadence

Skill Claude CodeCodex

Use when a subtask is self-contained or parallelizable — delegate it to a fresh subagent with a precise brief instead of dragging conversation context forward.

4 2mo ago A 36 tokens original MIT

abstractonion/cadence

Skill Claude CodeCodex

Use when making backend schema changes — generate the migration but stop short of applying it against any shared or production database.

4 2mo ago A 29 tokens original MIT

eli5-di10

46

abstractonion/cadence

Skill Claude CodeCodex

Use when the user explicitly asks for compression — ELI5, "explain like I'm 5", "explain like I'm five", "in 10 seconds", "10 seconds to live", "die in 10", /tldr, or follow-up "in similar fashion" after they already invoked compression — a short analogy-first answer, not ranked options or an approval gate.

4 2mo ago A 86 tokens original MIT

explicit-undefined

47

abstractonion/cadence

Skill Claude CodeCodex

Use when typing data-shaped TypeScript fields or props — prefer T | undefined over field?: T so callers must reason about the missing case.

4 2mo ago A 36 tokens original MIT

abstractonion/cadence

Skill Claude CodeCodex

Use when placing new modules, components, hooks, or helpers — default to the feature folder that uses them; promote to shared only when a concrete second user exists.

4 2mo ago A 38 tokens original MIT