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/juicesharp/rpiv-mono/implementnpx skills add juicesharp/rpiv-mono --skill implementgit clone --depth 1 https://github.com/juicesharp/rpiv-monoWrote 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/juicesharp/rpiv-mono/implement)<a href="https://agentmods.dev/skills/juicesharp/rpiv-mono/implement"><img src="https://agentmods.dev/badge/skills/juicesharp/rpiv-mono/implement.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.00071 | $0.03124 |
| Opus 5 | $0.00036 | $0.01562 |
| Sonnet 5 | $0.00014 | $0.00625 |
| Haiku 4.5 | $0.00007 | $0.00312 |
Grade A, and why
implement 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 2d 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 — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Implement
You are tasked with implementing an approved technical plan from .rpiv/artifacts/plans/. These plans contain phases with specific changes and success criteria.
Input
$ARGUMENTS
The input above is <plan-path> [phase]:
- First token is the plan path under
.rpiv/artifacts/plans/. - Anything after it (e.g. "Phase 2") names a single phase to scope to.
Rules:
- If a phase is named → single-phase (sequenced lane) mode. Phases run sequentially, in the plan's dependency order, so every earlier phase has already landed its files — your prerequisites are present in the working tree. Implement ONLY the named phase, touching only the files that phase owns. Hard rules for this mode:
- Never implement, create, or edit another phase's files — not even if one is missing. You are one unit of a sequenced run; back-filling another phase's work duplicates it and corrupts the next lane.
- A genuinely missing prerequisite is a hard error, not a decision. If a file your phase must read or edit (one an earlier phase owns) is absent, STOP and fail with
prerequisite missing: <path> (expected from an earlier phase). Do not create it, do notask_user_questionabout it, and do not defer your own edits — fail loudly so the run surfaces the ordering defect. - Never silently defer your phase's own edits. Apply every change the named phase owns, or fail. A phase that writes a partial slice and checks off nothing is worse than a clean failure.
- Repo-located scratch lives under
.rpiv/tmp/, nowhere else. Any file you create that is not in your phase'sfiles:— a probe script, a fixture, a captured payload — goes under.rpiv/tmp/(exempt from the workflow's scope floor) or outside the repo entirely. The floor counts untracked files too (git status -uall): a scratch file left at the repo root or in an undeclared directory is an undeclared write the downstreamimplement-scope-checkflags. Delete repo-located scratch when you're done with it regardless. - Do not read, edit, or check off other phases' sections. Stop and print the closing block as soon as the named phase's own success criteria pass.
- Record a
#### Reconciliationdirective for cross-phase test updates you can't apply yourself. Under build/vet's parallel implement lane, a correct change in YOUR phase can invalidate a test expectation that lives in a SIBLING phase's landed section — and single-phase mode forbids editing another phase's files. Do NOT edit the sibling's file and do NOT silently skip it: record a#### Reconciliationdirective in your OWN phase's section. The directive is a machine-findable, machine-applicablefind → replaceagainst a single repo-root-relative target, so the downstreamreconcilestage can apply it write-restricted to the plan's declared write-set:
The#### Reconciliation - `path/to/x.test.ts`: replace `expect(r).toBe(3)` → `expect(r).toBe(4)` — <one-line rationale>find/replacespans may span multiple lines, but must carry no inner backticks — the spans are backtick-delimited, so a snippet containing a backtick (a template literal, markdown-in-a-test) is inexpressible in this form. For such content use the fenced form: the same-: replace — <rationale>header with NO inline spans, followed by afind:line + a fenced code block, then areplace:line + a fenced code block (indent the blocks under the list item; the fence line's own indentation is stripped from the captured content):
The target MUST be in the plan's declared write-set — the union of every phase's#### Reconciliation - `path/to/x.test.ts`: replace — <one-line rationale> find: ``` const s = `a ${b} c`; ``` replace: ``` const s = `a ${b} c d`; ```files:, twin-expanded (x.tslicensesx.test.ts) — the same authority the scope floor enforces; eligibility is plan-derived, never a filename convention, so any language's test or expectation file qualifies once declared.reconcilerejects (and reports) a directive against an undeclared path — route such an edit through validate's remediation arm or the owning phase. Record directives only for MECHANICAL expectation/consistency updates you can state concretely; a real logic change in a sibling's files is plan-level work (/skill:revise), not a reconciliation directive.
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.
- 2d ago Changed · +15 lines 33df46d2b8ba
- 6d ago First seen · 162 lines · 71 tokens per session scan A 0d6bb42226aa
implement is a skill published in the GitHub repository juicesharp/rpiv-mono (750 stars, last pushed 3d ago), licensed MIT. It adds 71 tokens to every session and 3,124 once invoked, about $0.0004 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-30.
Other skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
story-readiness
Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…
autotask-creator
Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.