os-improvement-report

Generate a chart and narrative from per-cycle eval logs.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill os-improvement-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: os-improvement-report
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/agent-agentic-os/skills/os-improvement-report
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill os-improvement-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, matplotlib, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The improvement reporting workflow makes it easy to see how the agentic loop evolves across cycles by generating a clear chart and concise narrative from existing experiment logs and ledger data.

Core Features & Use Cases

  • Charted progress: visual timeline of eval scores with KEEP/DISCARD markers and the running best.
  • Textual summary: automated notes highlighting baselines, deltas, and top improvements.
  • Cross-skill applicability: works with agentic-os and related exploration-cycle plugins that log results in standard sections.

Quick Start

Run the per-cycle improvement report to produce the chart and summary from the project's logs.

Frequently Asked Questions about os-improvement-report

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

FAQPage Schema
How do I visualize agentic loop evaluation results over time?

To visualize agentic loop evaluation results, this Skill reads numeric data from experiment logs and ledger sources to generate a timeline chart tracking performance evolution. It produces a visual chart with KEEP/DISCARD markers and a concise summary.

How do I track improvement deltas in an agentic OS cycle?

Tracking improvement deltas requires aggregating per-cycle evaluation data from logs and ledger sources. This Skill surfaces keep/discard delta narratives and highlights baselines alongside top improvements in an automated textual summary.

Can I use matplotlib and pandas to chart agentic loop logs?

Yes, you can use matplotlib and pandas to chart agentic loop logs. This Skill uses both libraries alongside numpy to read numeric evaluation results, process the data, and produce a visual timeline chart of eval scores.

Does the improvement reporting workflow support exploration-cycle plugins?

Yes, the improvement reporting workflow supports exploration-cycle plugins. It is designed for cross-skill applicability, working with agentic-os and related plugins that log results in standard sections to aggregate cycle data.

What do I need to generate an automated evaluation report from experiment logs?

To generate an automated evaluation report, you need existing per-cycle eval results and ledger data logged in standard sections. The Skill aggregates these sources to output both a visual progress chart and a textual summary.