Claude Code Plugins

Community-maintained marketplace

Feedback

rollout-reflector

@ConnorWhelan11/glia-fab
0
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name rollout-reflector
description Analyze failed trajectories, propose prompt patches with rationale. Reflection-based prompt improvement from failures. Use when working on evolution tasks.
metadata [object Object]

Rollout Reflector

Analyze failed trajectories, propose prompt patches with rationale.

Inputs

Parameter Type Required Default Description
rollout_paths array Yes - Paths to failed rollout.json files
genome_id string Yes - Genome that produced these rollouts
reflection_depth string No medium Depth of analysis (quick, medium, deep)

Outputs

Field Type Description
patches array Proposed prompt patches with rationales
failure_patterns array Common failure patterns identified
recommendations object Suggested genome improvements

Usage

python scripts/rollout-reflector.py [arguments]

Generated from `skills/evolution/rollout-reflector.yaml`