OutlineDriven

188 mods across 5 repositories, 116 stars between them.

clarify

25

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Scan a request, document, or conversation for ambiguities, undefined terms, implicit assumptions, and unstated boundaries, then surface them as a certainty-tiered findings report with recommended defaults. Use when the user says "clarify", "what is ambiguous here", "find the gaps in this spec", "what am I assuming"…

35 5d ago A 91 tokens original Apache-2.0

clean-and-true

26

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Run the repo hygiene skills over your own just-changed output before handing it back, routing to whichever the change earned among rewrite-clean-v0, debloat, shower, reorder, verify-both-ways, consolidate-to-one-home, and unslop. Use automatically after editing a durable artifact, or when the user says "clean and…

35 5d ago A 112 tokens original Apache-2.0

cleanup-codebase

27

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Reduce internal duplication, dead code, and ceremony. Use when you spot dead fields, redundant wrappers, or speculative abstractions in code you are already editing.

35 5d ago C 35 tokens original Apache-2.0

codebase-design

28

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Shared vocabulary for designing deep modules: module, interface, implementation, depth, seam, adapter, leverage, locality. Use when designing or improving a module interface, deciding where a seam goes, making code more testable, or when another skill needs the deep-module terms.

35 5d ago A 58 tokens original Apache-2.0

commit-push-current

29

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Commit working-tree changes and push to the current branch: no branch creation, no branch switch, no PR. Use when asked to push to the branch you are already on, including the default branch.

35 5d ago A 45 tokens original Apache-2.0

commit-push-pr

30

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when asked to ship/open a PR, or for PR-description-only flows like writing, rewriting, or describing a PR body.

35 5d ago A 31 tokens original Apache-2.0

commit

32

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when the user asks to commit/save staged or unstaged changes with a repo-appropriate, value-communicating message.

35 5d ago A 27 tokens original Apache-2.0

compound

33

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when a verified non-trivial outcome should be written up as a docs/solutions/ entry or a CONCEPTS.md term, and the user asks for it explicitly. Fires only on request; for automatic capture after a verified fix, use autolearn.

35 5d ago A 55 tokens original Apache-2.0

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Fold a scattered fact into a single home and point the rest at it. Use when the same rule, constant, or definition is restated in several files, or the user says "consolidate this", "make this the single source of truth", or "ssotize this". The consolidation is proposed and approved before any edit lands. To…

35 5d ago A 103 tokens original Apache-2.0

contexts

35

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when the user says "get context on X", "how does X work", or wants architectural orientation before coding.

35 5d ago A 26 tokens original Apache-2.0

contract-driven

36

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Design-by-Contract (DbC). Use when crossing public API boundaries, guarding complex state invariants, or hardening untrusted inputs and integration seams.

35 5d ago A 34 tokens original Apache-2.0

debloat

37

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Compress a bloated artifact to its load-bearing density, cutting words and never a rule. Use when a document, skill, or spec has grown padded while every rule in it still binds, or the user says "debloat this", "tighten this up", or "this is too long". Every rule present before the pass is present after it. To cut…

35 5d ago A 101 tokens original Apache-2.0

debug

38

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Hypothesis-driven debugging. Use when a test fails, a crash or exception occurs, output is wrong, or an intermittent flake has no obvious cause.

35 5d ago A 33 tokens original Apache-2.0

decide

39

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when the user has a fork and wants it resolved and applied, not explored: "help me decide", "just decide this", "what should I do here", "decide and fix it". Frames each fork as one single-select with a recommended default, takes the pick, and applies it. Requirement exploration that ends in a document goes to…

35 5d ago A 86 tokens original Apache-2.0

dedup-skills

40

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Ledger-first dedup of a skills/ or prompt-directory tree. Use when the user asks to dedup skills, find rules repeated across or within skill files, or check whether skills contradict each other.

35 5d ago A 45 tokens original Apache-2.0

deps-upgrade

42

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Dependency-upgrade campaign. Use when CVEs require remediation, a major upstream version lands, stack compatibility forces a sweep, on a scheduled hygiene cadence, or for a lockfile audit before a release.

35 5d ago A 44 tokens original Apache-2.0

design

43

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when starting UI work, defining palettes or design tokens, or when output looks AI-generic, vibe-coded, or default-framework sloppy.

35 5d ago A 30 tokens original Apache-2.0

deslop

44

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Certainty-graded cleanup of code debris. Use when the user says "deslop", "remove debug code", "find placeholders or stub code", or "remove dead code", or when the slop skill routes code findings here.

35 5d ago B 50 tokens original Apache-2.0

diagram-contract

45

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when a diagram is going into a document: pick the tool, write the text source, render it, and embed it with an accessible caption. Text DSL plus a committed SVG is the shape — nomnoml for structure and flow, D2 for architecture, the house palette on both.

35 5d ago A 62 tokens original Apache-2.0

do-it-now

46

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Ship the whole ask in one pass. Use when work would otherwise be split into phases, staged rollouts, follow-up PRs, or TODO-later remainders, or when the user says ship it now, no phases, or do it now.

35 5d ago A 56 tokens original Apache-2.0

doc-review

47

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when the user asks to review or critique a prose planning document — a plan, spec, PRD, requirements doc, or design doc.

35 5d ago A 32 tokens original Apache-2.0

docs-and-adrs

48

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Document decisions, not just code. Use when making architectural decisions, changing public APIs, shipping features, or capturing context for future engineers and agents.

35 5d ago A 34 tokens original Apache-2.0