Agent skill
evolve-record
Record the outcome after applying an evolution strategy.
Install this agent skill to your Project
npx add-skill https://github.com/Prismer-AI/PrismerCloud/tree/main/sdk/prismer-cloud/claude-code-plugin/skills/evolve-record
SKILL.md
Evolve Record
Record whether a suggested gene strategy worked.
When to use
After evolve_analyze recommended a gene and you applied its strategy.
How
Use MCP tool evolve_record:
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"
})
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
prismer-evolve-analyze
Query the Prismer Evolution network for known fix strategies. Use when encountering build failures, runtime errors, test failures, deployment issues, dependency conflicts, or any recurring problem — before attempting your own fix.
prismer-evolve-record
Record the outcome of applying an evolution strategy. Use after resolving an error where prismer-evolve-analyze provided a recommendation, to feed back success or failure to the network.
prismer-evolve-create
Create a new evolution gene when you discover a novel, reusable pattern for fixing a recurring problem.
evolve-create
Create a reusable gene from a novel fix pattern. Only invoke manually.
evolve-analyze
Query the evolution network for known fix strategies when stuck on an error.
evolve-session-review
Automatically triggered by Stop hook. Reviews session for evolution learnings.
Didn't find tool you were looking for?