OutlineDriven

188 mods across 5 repositories, 116 stars between them.

odin-reflector

121

OutlineDriven/odin-reflector

Plugin Claude Code

Marketplace for the codex-reflector Claude Code plugin — independent second-model reviewer using OpenAI Codex CLI.

9 23d ago A tokens not measured original Apache-2.0

OutlineDriven/odin-reflector

Instructions file CodexOpenCode

Instructions for OutlineDriven/odin-reflector, covering codex reflector agent notes, surface split, model routing invariants, python claude/cursor plugin invariants and omp native extension invariants.

9 23d ago A 3,750 tokens original Apache-2.0

OutlineDriven/odin-reflector

Instructions file

Instructions for OutlineDriven/odin-reflector, a project described as: Codex CLI meta-reflection layer for Outline-Driven Development. Add-on for the Claude plugin.

9 23d ago A 3 tokens copy · 100% Apache-2.0

PostToolUse

125

OutlineDriven/odin-reflector

Hook

Runs after a tool call finishes, executing codex-reflector.py via python3. From OutlineDriven/odin-reflector.

9 23d ago A tokens not measured original Apache-2.0

Stop

127

OutlineDriven/odin-reflector

Hook

Runs when the agent finishes a response, executing codex-reflector.py via python3. From OutlineDriven/odin-reflector.

9 23d ago A tokens not measured original Apache-2.0

PreCompact

128

OutlineDriven/odin-reflector

Hook

Runs before the context is compacted, executing codex-reflector.py via python3. From OutlineDriven/odin-reflector.

9 23d ago A tokens not measured copy · 86% Apache-2.0

ai-collab-protocols

130

OutlineDriven/odin-gemini-cli-extension

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…

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

askme

131

OutlineDriven/odin-gemini-cli-extension

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…

5 1mo ago A 106 tokens copy · 100% Apache-2.0

ast-grep

132

OutlineDriven/odin-gemini-cli-extension

Skill Claude CodeCodex

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

5 1mo ago A 33 tokens copy · 100% Apache-2.0

OutlineDriven/odin-gemini-cli-extension

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…

5 1mo ago A 111 tokens copy · 100% Apache-2.0

atomic-commit

134

OutlineDriven/odin-gemini-cli-extension

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…

5 1mo ago A 78 tokens copy · 100% Apache-2.0

axiom-mode

135

OutlineDriven/odin-gemini-cli-extension

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

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

caveman

136

OutlineDriven/odin-gemini-cli-extension

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.

5 1mo ago A 59 tokens copy · 100% Apache-2.0

cleanup-codebase

137

OutlineDriven/odin-gemini-cli-extension

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

5 1mo ago A 57 tokens copy · 100% Apache-2.0

contexts

138

OutlineDriven/odin-gemini-cli-extension

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.

5 1mo ago A 59 tokens copy · 100% Apache-2.0

debug

139

OutlineDriven/odin-gemini-cli-extension

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.

5 1mo ago A 61 tokens copy · 100% Apache-2.0

deps-upgrade

140

OutlineDriven/odin-gemini-cli-extension

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…

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

design-an-interface

141

OutlineDriven/odin-gemini-cli-extension

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.

5 1mo ago A 62 tokens copy · 100% Apache-2.0

design

143

OutlineDriven/odin-gemini-cli-extension

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…

5 1mo ago A 151 tokens copy · 100% Apache-2.0

domain-model

144

OutlineDriven/odin-gemini-cli-extension

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…

5 1mo ago A 67 tokens copy · 100% Apache-2.0