OutlineDriven

188 mods across 5 repositories, 116 stars between them.

plans

97

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Software architect and planning specialist - conduct thorough read-only planning before any action. Use when exploring a codebase to design implementation plans, defining objectives, gathering relevant files, and summarizing available tools before coding begins.

15 1mo ago A 44 tokens original Apache-2.0

pr-merge-base

98

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Merge one or more PRs into the base branch with queue-like sequencing and conflict resolution. Use when merging PRs that may conflict with each other or the base, requiring ordered application and intelligent conflict handling.

15 1mo ago A 46 tokens original Apache-2.0

pr-merge-temporal

99

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Merge multiple PRs into a temporal integration branch before merging to base, with ordered conflict resolution. Use when you want to validate a set of PRs together on a staging branch before advancing the base branch.

15 1mo ago A 47 tokens original Apache-2.0

pr-reviews

100

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Review code changes on a given GitHub PR using gh CLI. Use when the user asks to review a pull request, analyze PR diffs, or provide feedback on open PRs with structured quality, security, and testing assessments.

15 1mo ago A 50 tokens original Apache-2.0

proceed

101

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Execute an implementation plan with surgical precision. Use after a planning phase (plan-now or similar) has produced a step-by-step strategy and identified critical files. Focuses on precise code changes with verification at each step.

15 1mo ago A 46 tokens original Apache-2.0

proof-driven

102

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Proof-driven development. Use when implementing with formal verification using property-based testing, theorem proving, or proof tactics; zero unproven property policy enforced.

15 1mo ago A 33 tokens original Apache-2.0

qa

103

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Conversational QA mode — user reports bugs in plain language, agent clarifies minimally, files GitHub issues that survive refactors. Trigger on "QA", "QA session", or ad-hoc bug reporting without a fixed deliverable shape. Distinct from branch-scoped and PR-scoped review.

15 1mo ago A 62 tokens original Apache-2.0

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Refactor by removing backward compatibility and legacy layers. Use when modernizing APIs, cleaning up migration debt, removing compat shims, or eliminating stale feature flags.

15 1mo ago A 40 tokens original Apache-2.0

request-refactor-plan

105

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Plan a refactor as a sequence of tiny, working commits via adversarial interview. Default output is a markdown plan at /docs/refactor-plans/ .md; pass --emit-issue to also file a GitHub issue. Trigger on structural refactors (rename, extract, move, split, dedupe) — NOT new features.

15 1mo ago A 80 tokens original Apache-2.0

research

106

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Read-only external knowledge gathering via ODIN's 5-tier doc ladder (Official docs → API refs → Books/papers → Tutorials → Community). For library APIs, framework behavior, SDK migrations, version-specific docs, vendor announcements, RFCs. Verifies claims against primary sources. Invoke on "how does X library work"…

15 1mo ago A 87 tokens original Apache-2.0

resolve

107

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Resolve code review comments by verifying validity, then proposing multiple architectural solutions (not naive fixes) for confirmed issues. Use when addressing review feedback or analyzing comment validity.

15 1mo ago A 34 tokens original Apache-2.0

reviews

108

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Review the code changes on the current branch. Use when the user asks to review their current work, analyze recent commits, or get a code quality assessment of the active branch against the main branch.

15 1mo ago A 41 tokens original Apache-2.0

security-review

109

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Adversarial security audit — STRIDE, OWASP Top 10, supply-chain (CVE/SBOM), secrets scan, auth/authz analysis. Use on changes touching auth, input parsing, deserialization, network I/O, dependencies, or secrets; before any production release or external-surface PR.

15 1mo ago A 66 tokens original Apache-2.0

setup-gitignore

110

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Initialize or idempotently revise the repo's .gitignore by composing gitignore.io templates, AI-tooling/IDE patterns, and confirmed noise from git status. Use when the user says "set up gitignore", "fix gitignore", or untracked files keep appearing in git status.

15 1mo ago A 64 tokens original Apache-2.0

setup-pre-commit

111

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.

15 1mo ago A 73 tokens original Apache-2.0

srgn-cli

112

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

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.

15 1mo ago A 62 tokens original Apache-2.0

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

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)…

15 1mo ago A 184 tokens original Apache-2.0

taste

114

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…

15 1mo ago B 97 tokens original Apache-2.0

test-driven

115

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Test-Driven Development (TDD) across any supported language. Use when implementing features or fixes with TDD methodology, writing tests before code, or following XP-style development.

15 1mo ago A 38 tokens original Apache-2.0

tests-adversarial

116

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.

15 1mo ago A 35 tokens original Apache-2.0

tests-purge-unneeded

117

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.

15 1mo ago A 68 tokens original Apache-2.0

tidy

118

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…

15 1mo ago A 84 tokens original Apache-2.0

to-issues

119

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.

15 1mo ago A 67 tokens original Apache-2.0

to-prd

120

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…

15 1mo ago A 69 tokens original Apache-2.0