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 agentmods add skills/koroqe/opos/adopt-proposalnpx skills add Koroqe/OPOS --skill adopt-proposalgit clone --depth 1 https://github.com/Koroqe/OPOSWrote 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/koroqe/opos/adopt-proposal)<a href="https://agentmods.dev/skills/koroqe/opos/adopt-proposal"><img src="https://agentmods.dev/badge/skills/koroqe/opos/adopt-proposal.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.00043 | $0.00823 |
| Opus 5 | $0.00022 | $0.00411 |
| Sonnet 5 | $0.00009 | $0.00165 |
| Haiku 4.5 | $0.00004 | $0.00082 |
Grade A, and why
adopt-proposal 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 5d ago.
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 — 36 lines — stays where its author put it; the contents beside it link to each section on GitHub.
adopt-proposal
When to use
When a proposal bundle exists under some */backlog/proposals/<date>-<slug>/ (written by design-process --draft, typically overnight from a twice-run process-gap backlog item) and a human is ready to decide. Invoke as /adopt-proposal <bundle-path> or bare /adopt-proposal to list pending bundles. Interactive only — adoption IS the human gate; this skill refuses to run under the scheduled-run prelude.
Steps
- List or resolve. Bare invocation → glob
**/backlog/proposals/*/PROPOSAL.md, print each cover sheet's one-line summary + age, stop. With a path → validate it is a bundle (PROPOSAL.md + SKILL.md + PROCESS.md present; path inside repo root). - Present the cover sheet (source item, consultations run/skipped, lessons applied, open questions) and the full SKILL.md + PROCESS.md diff-style. Surface loudly: any scheduling frontmatter (adoption does NOT register it — that is a separate
/schedule-processhuman gate), anytools:beyond Read/Grep/Glob in referenced agents, any sensitive paths the process would touch. - Decide (Confirm tier — one decision, per the v0.12 definition-of-done):
adopt/adopt with edits(apply the human's edits to the bundle first) /reject(bundle stays, source item →state: rejected+ reason) /defer(nothing changes). - On adopt:
git mvthe SKILL.md + PROCESS.md into the bundle's declaredintended_placement:(read from PROPOSAL.md's cover sheet — dept-scopeddepartments/<dept>/.claude/skills/<name>/or company-wide.claude/skills/<name>/; missing/invalid placement → treat as an open question, require the human to supply it before adopting); createhistory/.gitkeep(+scheduled-runs/.gitkeepwhen scheduling fields are declared); runui.scheduling.validate_frontmatteron the PROCESS.md (scheduling fields present → must return ok); update the owner agent's advisoryowns_processes:; flip the source backlog item tostate: designed+designed_as: <path>; delete the bundle folder; commitfeat(core): adopt <name> process from draft proposal. - History entry for this run (adopted/rejected/deferred, bundle path, any edits).
What ships with it
2 files 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.
- 5d ago First seen · 36 lines · 43 tokens per session scan A 5119a247ba35
adopt-proposal is a skill published in the GitHub repository Koroqe/OPOS (2 stars, last pushed 4d ago), licensed MIT. It adds 43 tokens to every session and 823 once invoked, about $0.0002 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-08-31.
Other skills, from other repositories
super-evolve
Ultimate self-evolution skill. Merges evolve + self-improve into one comprehensive meta-skill with external research, area focus, dry-run mode, and expanded memory mining.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
implementation-final-review
Perform the repository's risk-tiered independent final review before implementation completion. Use only when explicitly invoked or when repository instructions require it after behavior-impacting implementation work; audit the complete task diff, supported contracts, lifecycle and security boundaries, complexity, and…
captions-overlay
Overlay doctrine for the embedded-captions workflow — the caption MODEL (drop / rail / embed) and the rule that captions are an OVERLAY composited on top of the film, never a reserved bottom band you shift content up to avoid. Load when adding captions/subtitles to a talking-head or launch video, when deciding whether…
technical-writing
Write, edit, review, or audit user-facing documentation for the eve repository. Use for changes under docs/, documentation tied to eve APIs or CLI behavior, docs work based on Slack or support feedback, and requests to make eve docs clearer, more natural, or less AI-patterned while verifying claims against current…
om-auto-sec-report-pr
Paranoid OWASP-oriented security analysis for a SINGLE unit of work — one PR, one spec under .ai/specs/, or one branch diff. Hunts non-obvious attack vectors beyond OWASP Top 10, flags same-pattern hotspots elsewhere, and emits "Next steps — go deeper" follow-ups. Writes markdown + HTML under .ai/analysis/; runs…