evolve-record

star 1.5k

Record the outcome after applying an evolution strategy.

Prismer-AI By Prismer-AI schedule Updated 6/10/2026

name: evolve-record description: Record the outcome after applying an evolution strategy. allowed-tools: Bash

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"
})
Install via CLI
npx skills add https://github.com/Prismer-AI/PrismerCloud --skill evolve-record
Repository Details
star Stars 1,523
call_split Forks 14
navigation Branch main
article Path SKILL.md
More from Creator