abstractonion/cadence

A disciplined workflow plugin for Cursor, Claude Code, Codex, et al.: propose-then-implement, tight feedback loops, and stack conventions across all projects and accounts.

4Stars on the repository
59Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

async-orm-relations

01

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

Use when writing async backend code that touches ORM related fields — eagerly prefetch them (selectrelated, prefetchrelated, selectinload, joinedload); do not rely on lazy loading in async contexts.

not rated 4 2mo ago A 51 tokens original MIT

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

Use when planning a multi-file or multi-concern change — break it into small steps with explicit files, edits, and verification commands per step.

not rated 4 2mo ago A 38 tokens original MIT

cadence-audit

03

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 21 tokens original MIT

cadence-diff-check

04

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 27 tokens original MIT

cadence-dispatch

05

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 25 tokens original MIT

cadence-integrate

06

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 22 tokens original MIT

cadence-investigate

07

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 28 tokens original MIT

cadence-own-pr

08

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 31 tokens original MIT

cadence-parallel

09

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 33 tokens original MIT

cadence-plan

10

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 19 tokens original MIT

cadence-promote

11

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 27 tokens original MIT

cadence-propose

12

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 31 tokens original MIT

cadence-ship

14

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 26 tokens original MIT

cadence-tldr

15

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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.

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

cadence-verify

16

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 23 tokens original MIT

capture-learnings

18

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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.

not rated 4 2mo ago A 35 tokens original MIT

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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.

not rated 4 2mo ago A 45 tokens original MIT

clean-commits

20

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 32 tokens original MIT

complete-refactors

21

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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.

not rated 4 2mo ago A 40 tokens original MIT

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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.

not rated 4 2mo ago A 36 tokens original MIT

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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

not rated 4 2mo ago A 29 tokens original MIT

eli5-di10

24

abstractonion/cadence

Skill Claude CodeCodex

Part of cadence

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.

not rated 4 2mo ago A 86 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: