prism-meta

prism-meta is a command for coding agents from Ronkupper/PRISM. It costs 37 tokens per session (605 once invoked), scanned A, original, MIT.

A command for resuming PRISM Meta work, where contributors reflect on methods, combine findings, and build worksheets.

In plain words
What is it for?
It pulls the latest repository state, adopts the assigned session number, processes the meta inbox, and continues from the saved resume pointer.
Why use it?
It restores the shared repository state and pending meta-work items so a contributor can continue from the correct handoff.

Command

Part of the prism plugin — 1 skill, 7 commands shipped together

Install

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.

agentmods
npx agentmods add commands/ronkupper/prism/prism-meta
Clone the repo
git clone --depth 1 https://github.com/Ronkupper/PRISM

Or install prism, the plugin that ships this one along with the rest of its 1 skill, 7 commands.

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

agentmods badge for prism-meta

README.md
[![agentmods](https://agentmods.dev/badge/commands/ronkupper/prism/prism-meta.svg)](https://agentmods.dev/commands/ronkupper/prism/prism-meta)
Your own site
<a href="https://agentmods.dev/commands/ronkupper/prism/prism-meta"><img src="https://agentmods.dev/badge/commands/ronkupper/prism/prism-meta.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 605 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00037 $0.00605
Opus 5 $0.00018 $0.00302
Sonnet 5 $0.00007 $0.00121
Haiku 4.5 $0.00004 $0.00060

Measured 3d ago against content hash 6a086264db36, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

prism-meta 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 3d 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.

plugins/prism/commands/prism-meta.md · 46 lines

What it actually says

Resume the PRISM Meta lane (the methodology lane — reflection, synthesis, worksheet-building) from its continuous repo state.

Optional meta pointer or focus note (may be empty):

$ARGUMENTS

Then proceed:

  1. Pull canonical repo state. The Meta lane is repo_backed — work from a fresh clone or pull --rebase of the live tail, never a stale checkout (commit-only-your-own-files; see PRISM_core.md §3.7.3). If the repo is not reachable, degrade to the pointer/handoff the operator supplies above.
  2. Load the framework if it is not already active: read PRISM_core.md (naming PRISM also auto-triggers the prism Skill, which loads the same core).
  3. Adopt the session identity. Read the meta resume-pointer (the latest meta handoff / meta What's next) and adopt the Meta-<N> number it assigns — do not self-grab a number. Announce it ("Meta-N, resuming from ML-…").
  4. Drain the meta inbox. Read OPEN_ITEMS_meta.md; fold each non-terminal cross-lane / open item into the meta-log (promote any candidate-ML to a real ML-N from the live tail), then append a drained disposition line. Draining is append-only — never edit a prior item in place.
  5. Run the SP-13 substrate self-check and emit your M5 self-band (this standing session's own context band, read against Meta-N). Hand off proactively at a seam if your self-band warrants.
  6. Proceed from the meta pointer (or the focus above, weighed against it); honor lane boundaries — append to the meta-log and update the meta pointer; route object-lane items to the object lane's inbox rather than acting on them here.

This command is a Claude-Skill convenience for entering the Meta lane; it changes no framework mechanic. It is the contributor / methodology command — the sibling of the engagement commands (/prism-start, /prism-whats-next, /prism-converge, /prism-status, /prism-close), serving the lane that develops the methodology itself rather than running an audit. The plain-language form ("resume the PRISM meta lane") is equivalent and is the portable form on every other vendor.

Changes

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.

  1. 3d ago First seen · 46 lines · 37 tokens per session scan A 6a086264db36

Subscribe to this mod's changes

prism-meta is a command published in the GitHub repository Ronkupper/PRISM (5 stars, last pushed 2mo ago), licensed MIT. It adds 37 tokens to every session and 605 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.