Skip to main content
Run any Skill in Manus
with one click
GitHub repository

odin-claude-plugin

odin-claude-plugin contains 102 collected skills from OutlineDriven, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
102
Stars
32
updated
2026-07-21
Forks
0
Occupation coverage
10 occupation categories · 100% classified
repository explorer

Skills in this repository

breaking-driven
software-developers

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

2026-07-21
deslop
software-developers

Use when the user says "deslop", "remove debug code", "find placeholders or stub code", or "remove dead code".

2026-07-20
tidy
software-developers

Dispatch compress operations. Use when the user says "tidy" or names a file, diff, memory, workspace, git stack, or doc to tidy.

2026-07-20
cleanup-codebase
software-developers

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

2026-07-20
refactor-break-compat
software-developers

Use when modernizing APIs, removing compat shims, killing feature flags, or rewriting a subsystem cleanly.

2026-07-20
simplify
software-developers

Use when the user says "simplify this diff", or asks for a compression pass over a change-set.

2026-07-20
contract-driven
software-developers

Design-by-Contract (DbC). Use when crossing public API boundaries, guarding complex state invariants, or hardening untrusted inputs and integration seams.

2026-07-20
workflows-driven
computer-occupations-all-other

Drive decomposable work as a deterministic multi-subagent workflow: phased fan-out under per-task contracts with adversarial verification. Use for audits, migrations, broad research or review sweeps, work needing independent cross-checks before committing, or scale one context cannot hold.

2026-07-19
mutual-sync
computer-occupations-all-other

Use when user, agent, and codebase may hold different pictures of the current state: before substantive work after a gap, or mid-session when parties talk past each other. Triggers: "mutual sync", "sync up", "are we on the same page", stale user claims about the code, refuted agent assumptions.

2026-07-19
batch-ask-me
project-management-specialists

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

2026-07-18
loop-me
project-management-specialists

Use when the user wants to design a recurring personal or team workflow: capture loops, write specs in workflows/*.md, and run a stateful askme session until the spec is implementer-ready. Triggers: "loop me", "design a workflow", "automate this recurring task", morning routine, inbox processing.

2026-07-18
to-questionnaire
project-management-specialists

Use when the user wants to turn a knowledge gap into an async questionnaire for someone else: identify the recipient and the needed answers, then write a discovery questionnaire to to-questionnaire-<slug>.md. Triggers: "turn this into a questionnaire", "questionnaire for X", "I need to ask someone else", async information gathering.

2026-07-18
writing-beats
technical-writers

Use when the user wants to build an article as a choose-your-own-adventure journey of beats, sequence raw material one move at a time, or says "write this beat by beat", "journey-style article", or "assemble beats".

2026-07-18
writing-fragments
technical-writers

Use when the user wants to generate raw writing material before structuring it, has scattered ideas for an article, or says "collect fragments", "mine this topic", or "gather notes first".

2026-07-18
writing-shape
technical-writers

Use when the user wants to turn a pile of fragments into a polished article, shape raw material paragraph by paragraph, or says "write this up", "turn this into a post", or "structure these fragments".

2026-07-18
handoff
software-developers

Snapshot the current session into a resumable handoff artifact so a cold session, agent, or person continues without replaying context. Use when the user says "write a handoff", "hand off", "snapshot this session", "I'm running low on context", "pause and pack this up for the next session", or "resume this later".

2026-07-18
teach
postsecondary-teachers-all-other

Use when the user wants to learn a skill or concept across multiple sessions in a persistent teaching workspace at the cwd: they ask you to set up a course, design lessons, build a learning workspace, or explicitly request ongoing teaching. Not for one-off explanations or quick answers.

2026-07-18
setup-ts-deep-modules
software-developers

Wire dependency-cruiser into a TypeScript repo so each package is a deep module: implementation hidden in subfolders, reachable only through its entry-point files. Use when the user asks to enforce package boundaries, set up deep modules, stop deep imports, or wants code outside a package to import only its entry points.

2026-07-18
design
web-and-digital-interface-designers

Use when starting UI work, defining palettes or design tokens, or when output looks AI-generic, vibe-coded, or default-framework sloppy.

2026-07-17
onboard
software-developers

Use when the user asks to be onboarded, oriented, given a tour, or shown where to start in a repo.

2026-07-17
ai-collab-protocols
computer-occupations-all-other

Surface in-task AI collaboration protocols one tactic at a time. Use when the user refers to entities by colloquial labels, asks how to structure a Claude workflow, or describes a multi-step workflow without durable URLs.

2026-07-17
api-design
software-developers

Guide stable API and interface design. Use when creating REST or GraphQL endpoints, defining type contracts, or establishing frontend/backend or module boundaries.

2026-07-17
atomic-issues-prs
software-developers

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.

2026-07-17
autolearn
software-developers

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

2026-07-17
autopilot
software-developers

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

2026-07-17
can-i-help
software-developers

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

2026-07-17
deprecate-and-migrate
software-developers

Use when removing old code, migrating users to a new implementation, or deciding whether to maintain or sunset something.

2026-07-17
generate-my-taste
computer-occupations-all-other

Generate a personal taste skill from local evidence and confirmation forks. Use when the user says "generate my taste skill", "make my taste skill", or "derive my taste spine".

2026-07-17
incremental
software-developers

Use when a change spans multiple files, or you're about to write a lot of code at once.

2026-07-17
memory-clean
software-developers

Use when the user asks to audit memory or find stale or duplicate memories.

2026-07-17
parallel-launch
software-developers

Use when the request has multiple independent sub-tasks, cross-domain research, or parallelizable file or module work.

2026-07-17
pr-merge-base
software-developers

Use when PRs may conflict with each other or the base, or require ordered application.

2026-07-17
pr-merge-temporal
software-developers

Use when validating a set of PRs together on a staging branch before advancing the base branch.

2026-07-17
research
software-developers

Use when researching a named library, framework, SDK, API, or service, or finding a migration guide.

2026-07-17
strategy
project-management-specialists

Use when defining product strategy, setting a north star, starting or redirecting a product, or an existing STRATEGY.md has gone stale.

2026-07-17
strict-validation-setup
software-developers

Bootstrap strict-mode tooling and per-task GOALS.md scaffolding so an agentic loop can self-verify. Use when setting up a new project, making a task self-verifying, or scaffolding goals for an agentic loop.

2026-07-17
subagent-driven
computer-occupations-all-other

Execute a multi-task plan. Use when the user says "execute with subagents", or hands you an ordered multi-task plan to run.

2026-07-17
ast-grep
software-developers

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.

2026-07-17
commit-push-pr
software-developers

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

2026-07-17
commit-push
software-developers

Use when asked to ship/publish commits without opening a PR.

2026-07-17
Showing top 40 of 102 collected skills in this repository.