OutlineDriven/odin-codex-plugin

Outline-Driven Development for Codex CLI - methodology + skills + agents for OpenAI Codex coding workflows.

15Stars on the repository
60Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

ai-collab-protocols

01

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Surface in-task-collaboration protocols when the user describes an AI workflow informally — URL-as-entity-reference, PR-comment threads as session memory. Trigger when the user names entities by colloquial label instead of stable URL, asks "how should I structure this for Claude", or describes a multi-step Claude…

15 1mo ago A 84 tokens copy · 86% Apache-2.0

askme

02

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Verbalized Sampling (VS) protocol for intent exploration before planning, mode-aware. Default exhaustive runs full VS; collaborative runs tip-sharing dialogue; adversarial walks the design tree one fork at a time. Auto-detects from phrasing ("help me refine" → collaborative, "poke holes" → adversarial); override via…

15 1mo ago A 106 tokens original Apache-2.0

ast-grep

03

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Code search, analysis, and refactoring using ast-grep (sg). Use for AST-based code modifications, structural search, and linting.

15 1mo ago A 33 tokens original Apache-2.0

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Run the atomic-commit workflow on the current changes, then publish the resulting commits to the remote. Use whenever the user says "commit and push", "ship these changes", "atomic commit and push", "publish my work", or wants atomic commits delivered to origin in one step. Prefers git submit (git-branchless); falls…

15 1mo ago A 111 tokens original Apache-2.0

atomic-commit

05

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Review staged + unstaged changes and split them into one commit per logical change. Use whenever the user says "atomic commit", "commit my changes", "split this into commits", or has multiple unrelated edits sitting in the working tree — even if they don't say "atomic". Runs repo-native type-checker and linter before…

15 1mo ago A 78 tokens original Apache-2.0

axiom-mode

06

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

ODIN's compact-form conversation skill -- formal-logic English register with predicate claims, Hoare-triple framing, and ASCII shortened-English keywords. Trigger when user requests "axiom", "axiom-mode", "axiom-compact", or "compact form".

15 1mo ago A 57 tokens copy · 94% Apache-2.0

caveman

07

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Verbosity-reduction response register. Drops redundant clauses, narrative hedging, and ceremony while preserving articles, grammar, and decision-oriented register. Trigger on "caveman", "compact mode", "less tokens", "be brief", or context-window pressure in long sessions.

15 1mo ago A 59 tokens original Apache-2.0

cleanup-codebase

08

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Reduce concepts, duplication, and ceremony in internal code while touching nearby code. Use when working an existing path and you spot dead fields, redundant wrappers, or speculative abstractions; distinct from refactor-break-bw-compat (internal hygiene, not public API removal).

15 1mo ago A 57 tokens original Apache-2.0

contexts

09

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Auto-router for context gathering. Detects whether the task needs codebase exploration or external knowledge research and dispatches accordingly. Trigger on "get context", "background on X", "context on X", "how does X work", architectural orientation, or any setup-before-coding request.

15 1mo ago A 59 tokens original Apache-2.0

debug

10

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Hypothesis-driven defect isolation — stack-trace forensics, breakpoint strategy, state inspection, and root-cause confirmation via minimal repro. Use when a defect surfaces (test failure, crash, exception, wrong output, intermittent flake) and the cause is not immediately obvious from the change set.

15 1mo ago A 61 tokens original Apache-2.0

deps-upgrade

11

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Dependency-upgrade campaign — outdated scan, batch-by-severity, breaking-change remediation, lockfile audit. Use when CVEs require remediation, when a major upstream version lands, when stack compatibility forces a sweep, or on a scheduled (quarterly) hygiene cadence. CVE-driven bumps consume security audit findings…

15 1mo ago A 68 tokens copy · 88% Apache-2.0

design-an-interface

12

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Generate radically-different module or API contract designs in parallel, then compare on depth, simplicity, and ease-of-correct-use. Trigger when the user is shaping a new module surface, exploring contract options, comparing module shapes, or applying "design it twice" to a first-pass sketch.

15 1mo ago A 62 tokens original Apache-2.0

design-by-contract

13

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Design-by-Contract (DbC) development. Use when implementing with formal preconditions, postconditions, and invariants across any language.

15 1mo ago A 32 tokens copy · 92% Apache-2.0

design

14

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Set visual and interaction direction for any UI surface (web, React, TUI, CLI, desktop, Qt, design-system tokens) before any UI code. Direction-first: generates 3-4 distinct directions via verbalized sampling, picks one via per-axis single-select, then derives palette, typography, spacing, motion budget. Loads when…

15 1mo ago A 151 tokens original Apache-2.0

domain-model

15

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Grill against the existing domain model. Stress-test a plan's terminology against CONTEXT.md and ADRs; update both inline as decisions crystallise. Trigger when user proposes a feature/refactor that touches business concepts and the project has documented domain language to honor — or when domain language is missing…

15 1mo ago A 67 tokens original Apache-2.0

duet

16

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Two-party posture — user as director, agent as executor; every fork, tradeoff, or choice surfaced via batched AskUserQuestion with a recommended default. Use when the user invokes /duet, says "ask before" / "pair with me" / "human-in-the-loop", or for aesthetic/architectural/irreversible decisions.

15 1mo ago A 73 tokens copy · 89% Apache-2.0

edit-article

17

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Mechanically tighten existing prose — restructure sections by dependency order, split or merge paragraphs, remove redundancy. Use to compress verbose plan files, READMEs, ADRs, and design docs. Does NOT change voice, register, tone, or any ODIN-mandated phrasing.

15 1mo ago A 61 tokens original Apache-2.0

explore

18

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Read-only codebase exploration: discovery, structural reading, and emission of architecture/pattern/tooling/dependency summaries. Use to understand existing code, map files, trace function flow, locate symbols, or build pre-implementation context. Uses 1/3/5 Explore-agent escalation scaled to scope. Trigger on…

15 1mo ago A 119 tokens copy · 88% Apache-2.0

fix

19

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Polymorphic iterative repair loop — accept a verifier failure, structured findings (review/resolve/triage-issue), or a bug description; modify→verify→keep on green, auto-revert on guard regression, until clean or iteration cap. Use when the user says "fix", "make it pass", or "apply the findings", or hands an artifact…

15 1mo ago A 108 tokens original Apache-2.0

generate-my-taste

20

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Evidence-first generator for a personal -taste Claude Code skill. Mines local memories and agent histories for influences, slop bans, and overkill bans; asks compact confirmation forks; previews the synthesis; then writes a right-sized taste skill with exactly 5 anchors by default. Trigger with "generate my taste…

15 1mo ago A 82 tokens original Apache-2.0

{skill_name}

21

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Personal taste skill — 5 evidence-derived anchors ({anchornames}) for prose, code, design, and decisions. Two modes: audit judges an artifact against the two-sided charter; anchor loads the taste register before producing. Trigger with "{triggerphrase}", "taste-test", "is this slop?", or "overkill?".

15 1mo ago A 69 tokens original Apache-2.0

gh-address-comments

22

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

15 1mo ago A 39 tokens copy · 100% Apache-2.0

gh-fix-ci

23

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize the failure, then plan and implement the fix after user approval. Use when the user asks to debug or fix failing PR CI on GitHub Actions; external checks (Buildkite, etc.) are reported as URLs only.

15 1mo ago A 65 tokens copy · 91% Apache-2.0

git-branchless

24

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Enforce idiomatic git-branchless during planning and executing tasks — detached-HEAD-first work, in-memory rebase via git move, event-log recovery via git undo, deferred branch creation, speculative-merge git sync for base updates. Use when planning or executing multi-commit work, history rewrites, stack edits…

15 1mo ago A 131 tokens original Apache-2.0