os-skill-improvement

Improve agent skills by running baseline evaluations and applying focused patches.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/richfrem/claude-design-bc-gov-design-system --skill os-skill-improvement
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: os-skill-improvement
Source: https://github.com/richfrem/claude-design-bc-gov-design-system/tree/main/.agents/skills/os-skill-improvement
Command: npx skills add https://github.com/richfrem/claude-design-bc-gov-design-system --skill os-skill-improvement

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires os-eval-runner, Triple-Loop Retrospective, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill improves existing agent skills based on evaluation results using the RED-GREEN-REFACTOR cycle, enhancing routing accuracy and skill effectiveness.

Core Features & Use Cases

  • RED phase: Run a baseline to observe failure modes.
  • GREEN phase: Apply focused patches and verify with os-eval-runner.
  • REFACTOR phase: Refactor to close loopholes until score meets threshold.
  • Integration: Works with os-eval-runner as the objective evaluation gate.
  • Use Case: When a skill's routing accuracy is low, trigger descriptions need sharpening, or os-eval-runner scores are below target.

Quick Start

Run the os-skill-improvement skill to improve the 'os-memory-manager' skill.

Frequently Asked Questions about os-skill-improvement

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

FAQPage Schema
How do I improve agent skill routing accuracy using evaluation results?▼

Agent skill routing accuracy is improved by running baseline evaluations, applying focused patches, and refactoring skills based on evaluation results using the RED-GREEN-REFACTOR cycle.

What is the RED-GREEN-REFACTOR cycle for agent skill development?▼

The RED-GREEN-REFACTOR cycle for agent skill development is a continuous improvement process: RED runs baselines to observe failures, GREEN applies patches, and REFACTOR closes loopholes until evaluation scores meet thresholds.

How do I use os-eval-runner to fix low agent skill scores?▼

To fix low agent skill scores, use os-eval-runner as an objective evaluation gate to verify focused patches during the GREEN phase and continue refactoring until the target score threshold is met.

Do I need os-eval-runner to continuously improve existing agent skills?▼

Yes, os-eval-runner is a required dependency for continuous agent skill improvement, functioning as the objective evaluation gate to verify patches and measure refactoring progress against target thresholds.

When should I trigger a skill improvement cycle for my agents?▼

Trigger a skill improvement cycle when agent routing accuracy is low, trigger descriptions need sharpening, or baseline evaluation scores from os-eval-runner fall below your target threshold.

What's the best way to sharpen agent trigger descriptions based on evaluation data?▼

The best way to sharpen trigger descriptions is applying focused patches during the GREEN phase and refactoring to close loopholes, verifying changes against baseline evaluation data until scores pass.