evolution-state-analyzer
Installation
SKILL.md
Evolution State Analyzer
This skill provides meta-analysis of the evolution process itself by examining the memory_graph.jsonl file.
Capabilities
- Stagnation Detection: Identifies repetitive cycles without improvement.
- Gene Efficacy Analysis: Tracks which genes yield the highest success rates.
- Failure Cluster Analysis: Groups failure reasons to pinpoint systemic issues.
- Trend Reporting: Visualizes evolution score trends over time.
Usage
const analyzer = require('./index');
const insights = await analyzer.analyzeState();
console.log(JSON.stringify(insights, null, 2));