OutlineDriven/odin-codex-plugin

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

This repository also configures its own agents. See what odin-codex-plugin tells them →

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

setup-pre-commit

49

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Install git pre-commit hooks via the project's hook tool — Husky+lint-staged (JS), pre-commit (Python/OCaml), lefthook (Go), cargo-husky (Rust). Use when the user wants commit-time formatting, linting, type-checking, or test gates. Detects ecosystem first.

not rated 15 2mo ago A 73 tokens original Apache-2.0

srgn-cli

50

OutlineDriven/odin-codex-plugin

Skill Codex

Build safe, syntax-aware srgn CLI commands for source-code search and transformation. Use for srgn commands, scoped refactors (comments/docstrings/imports/functions), multi-file rewrites with --glob, tree-sitter queries, or CI checks with --fail-any/--fail-none.

not rated 15 2mo ago A 62 tokens original Apache-2.0

OutlineDriven/odin-codex-plugin

Skill Claude Code

One-shot bootstrap of strict-mode tooling per ecosystem plus per-task GOALS.md scaffolding so an agentic loop can self-verify. Writes typechecker/linter/schema-validator config for TS (strict + noUncheckedIndexedAccess + exactOptionalPropertyTypes), Python (Pyright strict, Ruff strict), Rust (Clippy deny-correctness)…

not rated 15 2mo ago A 184 tokens original Apache-2.0

taste

52

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Cross-domain taste skill — apply distinctive judgment to any artifact (prose, code, design, decisions) instead of converging to AI defaults. Two modes — audit (judge work against the two-sided charter and portable anchors) and anchor (load register before producing). Auto-detects by phrasing; override via /taste audit…

not rated 15 2mo ago B 97 tokens original Apache-2.0

tests-adversarial

53

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Write adversarial tests that intentionally stress failure paths. Use when hardening error handling, stress-testing assumptions, validating boundary behavior, or hunting silent failures.

not rated 15 2mo ago A 35 tokens original Apache-2.0

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Delete tests that don't catch real bugs — the inverse of TDD. Use when reviewing legacy test suites, slow CI investigations, refactor-driven test sweeps, or evaluating whether a test the type system already covers should stay. Thesis — a test exists only if removing it would let a real bug reach production.

not rated 15 2mo ago A 68 tokens original Apache-2.0

tidy

55

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Tidy-operations dispatcher. Invoke on "tidy", "clean up", "tidy this file/memory/workspace/git/docs", or when active context (current file, diff, stack, memory directory) has structural rot to resolve before touching behavior. Detects target domain from context and routes to the sibling skill. Requires explicit target…

not rated 15 2mo ago A 84 tokens original Apache-2.0

to-issues

56

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Decompose a plan, PRD, or spec into independently-grabbable vertical-slice issues (markdown file by default, GitHub issues via flag). Trigger when the user wants implementation tickets, work decomposition, or to convert an implementation plan into parallelizable work. Takes a plan file and emits atomic vertical slices.

not rated 15 2mo ago A 67 tokens original Apache-2.0

to-prd

57

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Synthesize current conversation context and codebase understanding into a PRD artifact (markdown file by default, GitHub issue via flag). Trigger when the user asks for a PRD, requirements doc, feature spec, or wants to crystallize an in-flight discussion into a durable artifact before planning. PRD precedes…

not rated 15 2mo ago A 69 tokens original Apache-2.0

triage-issue

58

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Investigate a reported bug to root cause, then emit a TDD-shaped fix plan as an issue artifact. Trigger when the user reports a bug, says "triage", asks for issue investigation, or wants a fix plan before code changes.

not rated 15 2mo ago A 54 tokens original Apache-2.0

type-driven

59

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Type-driven development. Use when developing with refined types, state machines encoded in types, or proof-carrying types; enforces totality and exhaustive pattern matching.

not rated 15 2mo ago A 36 tokens original Apache-2.0

ubiquitous-language

60

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Extract a domain glossary from the current dialogue; flag ambiguities, propose canonical terms, persist to UBIQUITOUSLANGUAGE.md. Trigger when the user is hardening domain terminology, building a glossary, or fresh domain concepts surface in conversation without documented language.

not rated 15 2mo ago A 59 tokens original Apache-2.0

validation-first

61

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Validation-first development. Use when developing with formal state machine specifications, invariants, and temporal properties before writing implementation code.

not rated 15 2mo ago A 27 tokens original Apache-2.0

write-a-skill

62

OutlineDriven/odin-codex-plugin

Skill Claude Code

Author a single new skill — produce a SKILL.md plus optional bundled references and scripts following Anthropic's progressive-disclosure conventions. Trigger when the user asks to "write a skill", "create a skill", "draft a SKILL.md", or "add a skill" for a specific capability. Distinct from repo onboarding workflows…

not rated 15 2mo ago A 80 tokens original Apache-2.0

zoom-out

63

OutlineDriven/odin-codex-plugin

Skill Claude Code

Step up one layer of abstraction and surface a map of relevant modules and callers when the local view is too narrow. Trigger when the agent (or user) is unfamiliar with a code region and needs the surrounding architecture before committing to a change.

not rated 15 2mo ago A 51 tokens original Apache-2.0

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: