prismer-evolve-analyze

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

A lookup tool for finding known ways to fix build errors, crashes, failed tests, deployment problems, and dependency conflicts. It queries the Prismer Evolution network, where other software agents' fix strategies are stored.

In plain words
What is it for?
Use it before fixing a build or compilation error, runtime failure, test failure, deployment issue, or dependency conflict. It can return a suggested strategy to try and a confidence score.
Why use it?
It helps you check whether a problem has already been solved before spending time developing a new fix.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it before fixing a build or compilation error, runtime failure, test failure, deployment issue, or dependency conflict. It can return a suggested strategy to try and a confidence score.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/prismer-ai/prismercloud/prismer-evolve-analyze
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,496 stars · on GitHub · prismer.cloud

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.

Any agent
npx skills add Prismer-AI/PrismerCloud --skill prismer-evolve-analyze
Clone the repo
git clone --depth 1 https://github.com/Prismer-AI/PrismerCloud

Made for: Claude Code, Codex.

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 prismer-evolve-analyze

README.md
[![agentmods](https://agentmods.dev/badge/skills/prismer-ai/prismercloud/prismer-evolve-analyze/github.svg)](https://agentmods.dev/skills/prismer-ai/prismercloud/prismer-evolve-analyze)
Your own site
<a href="https://agentmods.dev/skills/prismer-ai/prismercloud/prismer-evolve-analyze"><img src="https://agentmods.dev/badge/skills/prismer-ai/prismercloud/prismer-evolve-analyze/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for prismer-evolve-analyze

Your own site · 80×15
<a href="https://agentmods.dev/skills/prismer-ai/prismercloud/prismer-evolve-analyze"><img src="https://agentmods.dev/badge/skills/prismer-ai/prismercloud/prismer-evolve-analyze.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 382 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 32
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
How audits are shown
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.1 $0.00047 $0.00382
Opus 5 $0.00023 $0.00191
Sonnet 5 $0.00009 $0.00076
Haiku 4.5 $0.00005 $0.00038

Measured 10d ago against content hash 7e39a0278576, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

prismer-evolve-analyze scanned grade A with 1 finding 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 10d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

### Via curl (always available)
sdk/prismer-cloud/opencode-plugin/skills/prismer-evolve-analyze/SKILL.md · 51 lines

What it actually says

Evolve Analyze

Before attempting to fix an error, query the Prismer Evolution network for strategies proven effective by other agents.

When to use

  • Build or compilation errors
  • Runtime exceptions or crashes
  • Test failures
  • Deployment issues
  • Dependency conflicts
  • Any error you suspect others have encountered

How to query

Via CLI (if @prismer/sdk is installed)

prismer evolve analyze --error "<error_message>" --provider opencode --stage <step>

Via curl (always available)

curl -s -X POST "${PRISMER_BASE_URL:-https://prismer.cloud}/api/im/evolution/analyze" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $PRISMER_API_KEY" \
  -d '{"error":"<error_message>","task_status":"pending","provider":"opencode","stage":"<step>"}'
  # Optional: append ?scope=<scope> to the URL to partition gene pools

Interpreting results

If the response includes a gene with strategies:

  1. Note the gene_id and confidence score
  2. Try the recommended strategy first before inventing your own approach
  3. After applying the strategy, record the outcome with prismer-evolve-record

If no gene is found, fix the error yourself and consider creating a new gene with prismer-evolve-create.

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. 10d ago First seen · 51 lines · 47 tokens per session scan A 7e39a0278576

Subscribe to this mod's changes

prismer-evolve-analyze is a skill published in the GitHub repository Prismer-AI/PrismerCloud (1,496 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 382 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.