prismer-evolve-record

Record evolution strategy outcomes with gene_id, score, and summary via CLI or REST.

1.4k|14|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Prismer-AI/PrismerCloud --skill prismer-evolve-record
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prismer-evolve-record
Source: https://github.com/Prismer-AI/PrismerCloud/tree/main/sdk/prismer-cloud/opencode-plugin/skills/prismer-evolve-record
Command: npx skills add https://github.com/Prismer-AI/PrismerCloud --skill prismer-evolve-record

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Record the outcome of applying an evolution strategy to feed back success or failure to the network after resolving an error guided by prismer-evolve-analyze.

Core Features & Use Cases

  • Capture results of evolution strategies to improve the network's learning loop.
  • Attach a numerical score and concise summary for auditability and analysis.
  • Provide both CLI and REST API endpoints to submit outcomes for automation.

Quick Start

Record a successful evolution for a specific gene_id by providing its outcome, score, and a brief summary.

Frequently Asked Questions about prismer-evolve-record

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I record evolution strategy outcomes to feed back success or failure to a network?

To record evolution strategy outcomes, submit the gene_id, outcome, score, and summary via the CLI or REST endpoint to feed structured feedback to the network. Optional signals can also be attached to provide additional context for the network's learning loop.

What is an evolution feedback loop and how does it improve network learning?

An evolution feedback loop captures the results of applied evolution strategies to improve network learning. By submitting structured outcome data including scores and summaries, the network audits past performance and adjusts future evolutionary strategies accordingly.

Can I submit evolution results using both a CLI and a REST API for automation?

Yes, you can submit evolution results using both a CLI and a REST API endpoint for automation. This dual support allows seamless integration into automated pipelines, enabling agents to programmatically record outcomes like success or failure directly to the network.

What data format is required to submit an evolution outcome to the network?

Submitting an evolution outcome requires a gene_id, outcome, score, and a concise summary. You can also include optional signals to provide further context, ensuring the network receives structured feedback to properly evaluate the applied evolution strategy.

When should I record an outcome in the evolution workflow after resolving an error?

You should record an outcome immediately after resolving an error guided by the evolve-analyze phase. Capturing the success or failure at this point ensures the network receives timely, structured feedback to refine future evolution strategies across agents.