evolve-record

evolve-record is a skill for Claude Code, Codex from Prismer-AI/PrismerCloud. It costs 13 tokens per session (146 once invoked), scanned A, original, MIT.

A record of whether a recommended evolution strategy worked after it was tried. It stores the result, related signals, a score, and a short summary.

In plain words
What is it for?
Use it after applying a strategy recommended by the evolution analysis, recording whether it succeeded or failed and what happened.
Why use it?
It keeps the outcome of an experiment from being lost and lets the evolution system distinguish successful strategies from failed ones.

Skill for Claude CodeCodex

Part of the claude-code-plugin plugin — 12 skills, 7 hooks shipped together

About the project

Prismer Cloud is an infrastructure layer for AI agents that provides shared learning, compressed context, persistent memory, collaboration, messaging, tasks, identity, and workspaces. It is for agents and the people building or using long-running agent systems that need information and outcomes to persist across sessions. The catalogue entries provide skills, hooks, agents, instructions, and a plugin for using Prismer Cloud.

Prismer-AI/PrismerCloud · 1,410 stars · on GitHub

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 skills/prismer-ai/prismercloud/evolve-record
Any agent
npx skills add Prismer-AI/PrismerCloud --skill evolve-record
Clone the repo
git clone --depth 1 https://github.com/Prismer-AI/PrismerCloud

Made for: Claude Code, Codex.

Or install claude-code-plugin, the plugin that ships this one along with the rest of its 12 skills, 7 hooks.

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 evolve-record

README.md
[![agentmods](https://agentmods.dev/badge/skills/prismer-ai/prismercloud/evolve-record.svg)](https://agentmods.dev/skills/prismer-ai/prismercloud/evolve-record)
Your own site
<a href="https://agentmods.dev/skills/prismer-ai/prismercloud/evolve-record"><img src="https://agentmods.dev/badge/skills/prismer-ai/prismercloud/evolve-record.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 146 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.00013 $0.00146
Opus 5 $0.00006 $0.00073
Sonnet 5 $0.00003 $0.00029
Haiku 4.5 $0.00001 $0.00015

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

Security

Grade A, and why

evolve-record 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.

sdk/prismer-cloud/claude-code-plugin/skills/evolve-record/SKILL.md · 28 lines

What it actually says

Evolve Record

Record whether a suggested gene strategy worked.

When to use

After prismer.evolve.analyze recommended a gene and you applied its strategy.

How

Use MCP tool prismer.evolve.record:

prismer.evolve.record({
  gene_id: "the gene ID from analyze",
  outcome: "success",  // or "failed"
  signals: ["error:build_failure"],
  score: 0.9,          // 0.0 to 1.0
  summary: "Brief description of what happened"
})
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. 5d ago First seen · 28 lines · 13 tokens per session scan A 4838e6d62b07

Subscribe to this mod's changes

evolve-record is a skill published in the GitHub repository Prismer-AI/PrismerCloud (1,410 stars, last pushed 29d ago), licensed MIT. It adds 13 tokens to every session and 146 once invoked, about $0.0001 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.