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

grill-ai-mastery

25

OutlineDriven/odin-codex-plugin

Skill Claude Code

Hybrid interview that probes AI-engineering mastery by tip-vocabulary depth — entity referencing, loop closure, observability, harness improvement — not by token usage or LOC. Start collaborative (two-way tip exchange), escalate to adversarial probing when depth is lacking. Trigger when the user says "interview me on…

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

grill-me

26

OutlineDriven/odin-codex-plugin

Skill Claude Code

Adversarial relentless interview against any plan or design until shared understanding is reached. Walk the decision tree, resolve dependencies one answer at a time, recommend a default per question. Trigger when the user says "grill me", "stress-test this", "interview me about this design", or otherwise asks for…

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

OutlineDriven/odin-codex-plugin

Skill Claude Code

Surface deepening refactors that turn shallow modules into deep ones, informed by CONTEXT.md and docs/adr/. Use when the user asks to improve architecture, find refactor candidates, raise testability, or make a codebase more agent-navigable. Skip for single localized fixes.

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

inits

28

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Analyze a codebase and create or improve an AGENTS.md file for future agent instances. Use when onboarding to a repository and capturing hard-to-rediscover conventions, constraints, and rationale.

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

llm-self-loop

29

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Restructure Web-UI / human-triggered tasks into CLI + file-output loops the LLM can iterate alone, with structured logs and addressable scratchpads. Apply trap-or-abandon: if a step cannot be looped, improve the harness rather than babysit. Trigger on iterative grunt-work, "push a button in a web UI to trigger this"…

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

memory-clean

30

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Audit memory directory for structural issues (orphans, dangling refs, duplicates, missing sections, oversized entries) and staleness against session-history transcripts; report-first, fix-on-confirmation. Use when the user says "audit memory", "memory hygiene", or "find stale/duplicate memories".

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

memory-sanitize

31

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Produce share-safe copies of memory files under /tmp with PII redacted (paths, emails, session IDs, dates) and credentials scanned (tokens, keys); never mutates originals. Use when the user says "sanitize memory for sharing", "redact memory PII", or "scan memory for credentials".

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

memory-update

32

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Scan agent's session-history transcripts for save-worthy signals (corrections, preferences, decisions, references), propose and write auto-memory files with valid frontmatter and MEMORY.md entry. Use when the user says "save this to memory", "remember that", or "scan this session for memories".

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

parallel-launch

33

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Decompose a task into independent concerns and execute them through broadly parallel, specialized agent groups. Use when a request involves multiple independent sub-tasks, research across separate domains, or work that can be parallelized across files or modules.

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

perf-profile

34

OutlineDriven/odin-codex-plugin

Skill Claude CodeCodex

Hotspot detection and performance root-cause analysis: flamegraph interpretation, allocation tracking, latency profiling, regression measurement. Use when a workload misses its latency, throughput, or memory budget; when a benchmark regresses; or before optimizing any hot path (no optimization without a profile).

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

plans

35

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.

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

pr-merge-base

36

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.

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

pr-merge-temporal

37

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.

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

pr-reviews

38

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.

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

proceed

39

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.

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

proof-driven

40

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.

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

qa

41

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.

not rated 15 2mo 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.

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

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.

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

research

44

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

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

resolve

45

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.

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

reviews

46

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.

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

security-review

47

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.

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

setup-gitignore

48

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.

not rated 15 2mo ago A 64 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: