odin-reflector
121Plugin Claude Code
Marketplace for the codex-reflector Claude Code plugin — independent second-model reviewer using OpenAI Codex CLI.
Plugin Claude Code
Marketplace for the codex-reflector Claude Code plugin — independent second-model reviewer using OpenAI Codex CLI.
Plugin Claude Code
Codex CLI reflector — independent critic, oracle, and metacognition layer.
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.
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.
Hook
Runs after a tool call finishes, executing codex-reflector.py via python3. From OutlineDriven/odin-reflector.
Hook
Runs when a tool call fails, executing codex-reflector.py via python3. From OutlineDriven/odin-reflector.
Hook
Runs when the agent finishes a response, executing codex-reflector.py via python3. From OutlineDriven/odin-reflector.
Hook
Runs before the context is compacted, executing codex-reflector.py via python3. From OutlineDriven/odin-reflector.
OutlineDriven/odin-gemini-cli-extension
Instructions file CodexOpenCode
Instructions for OutlineDriven/odin-gemini-cli-extension, covering gemini code agent manual, token-efficient cli output, core system & file ops, search & discovery and code manipulation.
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…
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…
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.
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…
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…
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".
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.
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).
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.
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.
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…
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.
OutlineDriven/odin-gemini-cli-extension
Skill Claude CodeCodex
Design-by-Contract (DbC) development. Use when implementing with formal preconditions, postconditions, and invariants across any language.
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…
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…