Agent skill

evolve-record

Record the outcome after applying an evolution strategy.

Stars 679
Forks 7

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"
})

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results