OutlineDriven/odin-gemini-cli-extension

Outline-Driven Development for Gemini CLI - methodology + skills + agents for Google Gemini coding workflows.

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

ai-collab-protocols

01

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…

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

askme

02

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…

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

ast-grep

03

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.

not rated 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…

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

atomic-commit

05

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…

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

axiom-mode

06

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

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

caveman

07

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.

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

cleanup-codebase

08

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

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

contexts

09

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.

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

debug

10

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.

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

deps-upgrade

11

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…

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

design-an-interface

12

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.

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

design-by-contract

13

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.

not rated 5 1mo ago A 32 tokens copy · 92% Apache-2.0

design

14

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…

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

domain-model

15

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…

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

duet

16

OutlineDriven/odin-gemini-cli-extension

Skill Claude CodeCodex

Two-party posture — user as director, agent as executor; every fork, tradeoff, or choice surfaced via batched AskUserQuestion with a recommended default. Use when the user invokes /duet, says "ask before" / "pair with me" / "human-in-the-loop", or for aesthetic/architectural/irreversible decisions.

not rated 5 1mo ago A 73 tokens copy · 89% Apache-2.0

edit-article

17

OutlineDriven/odin-gemini-cli-extension

Skill Claude CodeCodex

Mechanically tighten existing prose — restructure sections by dependency order, split or merge paragraphs, remove redundancy. Use to compress verbose plan files, READMEs, ADRs, and design docs. Does NOT change voice, register, tone, or any ODIN-mandated phrasing.

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

explore

18

OutlineDriven/odin-gemini-cli-extension

Skill Claude CodeCodex

Read-only codebase exploration: discovery, structural reading, and emission of architecture/pattern/tooling/dependency summaries. Use to understand existing code, map files, trace function flow, locate symbols, or build pre-implementation context. Uses a staged 1/3/5 Explore-agent escalation protocol scaled to scope.…

not rated 5 1mo ago A 122 tokens copy · 86% Apache-2.0

fix

19

OutlineDriven/odin-gemini-cli-extension

Skill Claude CodeCodex

Polymorphic iterative repair loop — accept a verifier failure, structured findings (review/resolve/triage-issue), or a bug description; modify→verify→keep on green, auto-revert on guard regression, until clean or iteration cap. Use when the user says "fix", "make it pass", or "apply the findings", or hands an artifact…

not rated 5 1mo ago A 108 tokens copy · 100% Apache-2.0

generate-my-taste

20

OutlineDriven/odin-gemini-cli-extension

Skill Claude CodeCodex

Evidence-first generator for a personal -taste Claude Code skill. Mines local memories and agent histories for influences, slop bans, and overkill bans; asks compact confirmation forks; previews the synthesis; then writes a right-sized taste skill with exactly 5 anchors by default. Trigger with "generate my taste…

not rated 5 1mo ago A 82 tokens copy · 100% Apache-2.0

{skill_name}

21

OutlineDriven/odin-gemini-cli-extension

Skill Claude CodeCodex

Personal taste skill — 5 evidence-derived anchors ({anchornames}) for prose, code, design, and decisions. Two modes: audit judges an artifact against the two-sided charter; anchor loads the taste register before producing. Trigger with "{triggerphrase}", "taste-test", "is this slop?", or "overkill?".

not rated 5 1mo ago A 69 tokens copy · 100% Apache-2.0

gh-address-comments

22

OutlineDriven/odin-gemini-cli-extension

Skill Claude CodeCodex

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

not rated 5 1mo ago A 39 tokens copy · 100% Apache-2.0

gh-fix-ci

23

OutlineDriven/odin-gemini-cli-extension

Skill Claude CodeCodex

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize the failure, then plan and implement the fix after user approval. Use when the user asks to debug or fix failing PR CI on GitHub Actions; external checks (Buildkite, etc.) are reported as URLs only.

not rated 5 1mo ago A 65 tokens copy · 91% Apache-2.0

git-branchless

24

OutlineDriven/odin-gemini-cli-extension

Skill Claude CodeCodex

Enforce idiomatic git-branchless during planning and executing tasks — detached-HEAD-first work, in-memory rebase via git move, event-log recovery via git undo, deferred branch creation, speculative-merge git sync for base updates. Use when planning or executing multi-commit work, history rewrites, stack edits…

not rated 5 1mo ago A 131 tokens copy · 100% 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: