Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add OutlineDriven/odin-claude-plugin --skill create-pull-requestgit clone --depth 1 https://github.com/OutlineDriven/odin-claude-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/outlinedriven/odin-claude-plugin/create-pull-request)<a href="https://agentmods.dev/skills/outlinedriven/odin-claude-plugin/create-pull-request"><img src="https://agentmods.dev/badge/skills/outlinedriven/odin-claude-plugin/create-pull-request.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.03707 |
| Opus 5 | $0.00026 | $0.01853 |
| Sonnet 5 | $0.00010 | $0.00741 |
| Haiku 4.5 | $0.00005 | $0.00371 |
Grade A, and why
create-pull-request scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create pull request
Contract
| Field | Bound contract |
|---|---|
| Trigger | User asks to create a PR, open or update a draft PR, write or refresh a PR description, revise an existing PR body for reviewer context, or append GitHub issue and Linear ticket references to a PR body. |
| Authority | Human-gated: requires explicit human invocation and preview confirmation before each remote mutation. The write set is one GitHub PR: create or update its title, body, draft state, head, and base, or append one #### Issues block to its body. Rollback is gh pr edit restoring the prior body or closing the created PR. |
| Side effect | Creates or updates a GitHub PR with a descriptive title and body, optionally as a draft; rewrites an existing PR body; or appends one #### Issues block. Remote mutation on GitHub, bounded to one PR. |
| Done | The mode's done state holds: a created or updated PR whose remote title, body, draft state, head, and base match the preview (full, quick); a remote PR body that gives reviewers context the diff cannot, confirmed by a fresh read (describe); or a fresh remote read showing one non-duplicate #### Issues block with both supplied references (link-issues). |
Inputs
Required:
- Mode: one of
full(default),quick,describe,link-issues. Pick the mode from the user's ask, not by guessing. ghCLI installed and authenticated (gh --version,gh auth status).- For
fullandquick: a current git branch that is notmain/master, with commits ahead of the base branch, and the base branch confirmed against the repository default (quick mode rechecks this and rebases when the branch is stale). - For
describe: a PR number or URL and its diff context, retrieved viagh pr diffandgh pr view --json files. - For
link-issues: a PR identifier accepted bygh pr view, a GitHub issue reference, and a Linear ticket key, all supplied exactly. Do not infer, search for, or substitute a missing identifier. Accept an explicit repository when the PR is not resolvable from the current repository.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today First seen · 118 lines · 52 tokens per session scan A c7cfcf71a503
create-pull-request is a skill published in the GitHub repository OutlineDriven/odin-claude-plugin (35 stars, last pushed yesterday), licensed Apache-2.0. It adds 52 tokens to every session and 3,707 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…