OutlineDriven/odin-claude-plugin

Outline-Driven Development for Claude Code - 46 agents, 25+ skills, diagram-first methodology, AST-based editing, atomic commits.

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

ai-collab-protocols

01

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Surface in-task AI collaboration protocols one tactic at a time, replacing ambiguous references with durable, recoverable handles.

35 5d ago A 30 tokens original Apache-2.0

askme

02

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Explore intent with Verbalized Sampling before planning. Use when the task is ambiguous, you need maximum clarifying questions, or you want collaborative or adversarial mode via /askme.

35 5d ago A 40 tokens original Apache-2.0

ast-grep

03

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Run code analysis and refactoring with ast-grep. Use when doing AST-based modifications, structural search, linting across code shape, or replacing regex-fragile transformations.

35 5d ago A 39 tokens original Apache-2.0

atomic-issues-prs

04

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Publish a change-set as atomic GitHub issues or PRs. Use when the user says "atomic PRs" or wants one issue/PR per logical change.

35 5d ago A 39 tokens original Apache-2.0

audit-project

05

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Run an iterative multi-agent code audit until critical and high findings are resolved. Use when the user says "audit my code", "find all the bugs", "deep code audit", "iterative review", or "review until clean".

35 5d ago A 50 tokens original Apache-2.0

autobahn

06

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Carve the unsafe part out of a task up front, then run the safe remainder at full strength instead of running the whole thing timidly. Use when a task mixes reversible work with something irreversible or out of scope, such as a schema migration, a deletion, or a change to credentials or data at rest, or when the user…

35 5d ago A 93 tokens original Apache-2.0

autolearn

07

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Compound a solved problem into a durable in-repo learning doc. Use when a verified non-trivial fix lands, the user says "compound this", "document this fix", or "remember this". This is the automatic-capture entry point; for an explicitly requested one-off write-up, use compound.

35 5d ago A 65 tokens original Apache-2.0

autopilot

08

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Run a hands-off plan-to-ship pipeline by chaining existing skills. Use when the user says "autopilot", "take this from plan to shipped", "run the whole pipeline", "hands-off ship it", or "do the end-to-end build".

35 5d ago A 57 tokens original Apache-2.0

axiom-mode

09

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Switch to ODIN's compact formal-logic English register using predicate claims and ASCII keywords. Use when the user requests "axiom", "axiom-mode", "axiom-compact", "formal-logic", or "compact form".

35 5d ago A 52 tokens original Apache-2.0

batch-ask-me

10

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when the user wants to walk a complex design space round by round: map the decision tree, fire the current frontier as batched single-select questions, and loop until shared understanding is reached. Triggers: multi-fork decisions, ambiguous requirements, unresolved prerequisites, "batch ask me", "clarify the…

35 5d ago A 70 tokens original Apache-2.0

book-to-skill

11

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when turning a book, course, whitepaper, or comparable source document into a reusable agent skill: the user names a source and asks to distill it, encode its method, or build an agent that works the way it prescribes. Classifies the source as procedure or reference, writes a validated SKILL.md, and proves the…

35 5d ago A 78 tokens original Apache-2.0

brainstorm

12

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Explore vague or ambitious ideas into a right-sized requirements-only plan. Use when the user wants to brainstorm, think through scope, decide what to build, or needs collaborative product framing before planning, not for a decisive verdict on whether to adopt or switch to a specific external technology, library, or…

35 5d ago A 85 tokens original Apache-2.0

breaking-driven

13

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Demolish bloated code and re-derive it clean, cutting every surface the rebuilt contract does not name. Use for a repo-wide bloat sweep, when patching a subsystem has stopped paying, or when the user says "this whole module is bloated", "rewrite this properly", or "break it and rebuild".

35 5d ago A 69 tokens original Apache-2.0

browser-testing

14

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Test and debug browser code with Chrome DevTools MCP. Use when building or debugging browser UI, inspecting the DOM, capturing console errors, analyzing network requests, or verifying visual output.

35 5d ago B 39 tokens original Apache-2.0

can-i-help

15

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Route contributors to data-backed contribution opportunities. Use when the user asks "where can I help", "what can I contribute", "find a good first issue", or "what should I work on".

35 5d ago A 44 tokens original Apache-2.0

capstone

16

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when the user is ready to apply what they learned to something real: scope a project sized to what they have cleared, write the brief with milestones and a done test, then judge the finished work against it. For single-concept exercises and quizzes, use drill.

35 5d ago A 57 tokens original Apache-2.0

cascade-dedup

17

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Strip duplicate and conflicting directives across the system-prompt cascade family: the canonical baseline, the six output-style embeds, and the two external harness embeds.

35 5d ago A 35 tokens original Apache-2.0

ci-cd

18

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Set up or modify CI/CD pipelines and deployment automation. Use when setting up build pipelines, automating quality gates, configuring test runners in CI, or establishing deployment strategies.

35 5d ago A 38 tokens original Apache-2.0

clarify

19

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Scan a request, document, or conversation for ambiguities, undefined terms, implicit assumptions, and unstated boundaries, then surface them as a certainty-tiered findings report with recommended defaults. Use when the user says "clarify", "what is ambiguous here", "find the gaps in this spec", "what am I assuming"…

35 5d ago A 91 tokens original Apache-2.0

clean-and-true

20

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Run the repo hygiene skills over your own just-changed output before handing it back, routing to whichever the change earned among rewrite-clean-v0, debloat, shower, reorder, verify-both-ways, consolidate-to-one-home, and unslop. Use automatically after editing a durable artifact, or when the user says "clean and…

35 5d ago A 112 tokens original Apache-2.0

cleanup-codebase

21

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Reduce internal duplication, dead code, and ceremony. Use when you spot dead fields, redundant wrappers, or speculative abstractions in code you are already editing.

35 5d ago C 35 tokens original Apache-2.0

codebase-design

22

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Shared vocabulary for designing deep modules: module, interface, implementation, depth, seam, adapter, leverage, locality. Use when designing or improving a module interface, deciding where a seam goes, making code more testable, or when another skill needs the deep-module terms.

35 5d ago A 58 tokens original Apache-2.0

commit-push-current

23

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Commit working-tree changes and push to the current branch: no branch creation, no branch switch, no PR. Use when asked to push to the branch you are already on, including the default branch.

35 5d ago A 45 tokens original Apache-2.0

commit-push-pr

24

OutlineDriven/odin-claude-plugin

Skill Claude CodeCodex

Use when asked to ship/open a PR, or for PR-description-only flows like writing, rewriting, or describing a PR body.

35 5d ago A 31 tokens original Apache-2.0