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 commands/ronkupper/prism/prism-convergegit clone --depth 1 https://github.com/Ronkupper/PRISMWrote 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/commands/ronkupper/prism/prism-converge)<a href="https://agentmods.dev/commands/ronkupper/prism/prism-converge"><img src="https://agentmods.dev/badge/commands/ronkupper/prism/prism-converge.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 | $0.00033 | $0.00560 |
| Opus 5 | $0.00016 | $0.00280 |
| Sonnet 5 | $0.00007 | $0.00112 |
| Haiku 4.5 | $0.00003 | $0.00056 |
Grade A, and why
prism-converge 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.
What it actually says
Converge the returns from a dispatched pass back into the PRISM Master — the return leg of the dispatch round-trip (the dispatch-consumer role).
The returns to absorb (a pasted vendor output, a file path, or empty to use what is attached / in the project):
$ARGUMENTS
Then proceed:
- Load the framework if it is not already active: read
PRISM_core.md(naming PRISM also auto-triggers theprismSkill, which loads the same core). Fetchreference/dispatch-conventions.md— the convergence-side bundle. - Locate the Master and the Dispatch register. Identify which dispatch these returns answer; if it is ambiguous or no register entry matches, surface that and ask rather than guessing.
- Run the transport-integrity check (Step 0) before absorbing anything.
Confirm the
━━━ END PRISM DISPATCHED PASTE — <Dispatch ID> ━━━sentinel is present and that its Dispatch ID matches the register entry. Halt on a missing sentinel, a Dispatch-ID mismatch, or a truncated return — a mis-pasted or wrong-pass return must never be silently absorbed. - Absorb and reconcile (Layer-1). Fold the returns into the Master's findings with provenance; run the convergence Monitors that bear — M8 (Stale Source), M9 (Convergence Type Drift), M10 (Rerun) — and surface any M7 (Source Conflict) rather than silently resolving it.
- Write canonical state. Append the convergence delta to the Master, mark the dispatch returned in the register, and rewrite What's next so the next session resumes from the updated plan.
If the returns look incomplete, contaminated, or off-pass, stop and surface it — do not absorb partial or suspect output into the Master.
This command is a Claude-Skill convenience for the convergence return-leg; it
changes no framework mechanic. Saying "converge these returns" in plain language
is equivalent, and is the portable form on every other vendor. It is the return
sibling of /prism-whats-next (which stages the outgoing dispatch).
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 · 44 lines · 33 tokens per session scan A 234ca7e2f4ec
prism-converge is a command published in the GitHub repository Ronkupper/PRISM (5 stars, last pushed 2mo ago), licensed MIT. It adds 33 tokens to every session and 560 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 commands, from other repositories
awesome-chatgpt
Search awesome-ChatGPT-repositories for open-source GitHub repositories related to ChatGPT and LLMs.
design-review
Workflow recipe — review a design end-to-end, ending in measured numbers rather than adjectives, by chaining 4 skills.
setup-pm-skills
Onboard a new user — find out what they do, recommend the right bundles & top skills, and set up a project CONTEXT.md so every skill is tailored to them.
ship-an-mcp-server
Workflow recipe — make your product agent-usable by chaining 4 skills, spec to pricing.
rescue-an-account
Workflow recipe — diagnose an at-risk customer and build the full save play through to renewal by chaining 4 skills.
report
Produce executive and technical compliance reports.