calibrate

Benchmarks AI agents and skills with synthetic problems to measure recall, precision, and calibration bias.

24|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Borda/.home --skill calibrate-borda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calibrate
Source: https://github.com/Borda/.home/tree/main/.claude/skills/calibrate
Command: npx skills add https://github.com/Borda/.home --skill calibrate-borda

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill rigorously tests AI agents and skills against synthetic problems to measure their performance, identify systematic gaps, and ensure their self-reported confidence aligns with actual accuracy.

Core Features & Use Cases

  • Performance Benchmarking: Quantifies recall, precision, and F1 scores for agents and skills.
  • Calibration Analysis: Detects over/under-confidence by comparing reported confidence with actual recall.
  • Gap Identification: Pinpoints recurring issues and anti-patterns in agent outputs.
  • Automated Improvement: Generates proposals to update agent instructions based on benchmark results.
  • Use Case: Run /calibrate sw-engineer full to test the software engineer agent on 10 synthetic coding problems, analyze its performance, and automatically generate updated instructions if needed.

Quick Start

Use the calibrate skill to benchmark all agents and skills with full problem sets and apply any necessary changes.

Frequently Asked Questions about calibrate

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

FAQPage Schema
How do I benchmark AI agent performance on coding tasks?

Benchmark AI agent performance by generating synthetic problems with known outcomes to measure recall, precision, and calibration bias. This process identifies systematic gaps in agent outputs and proposes instruction updates for performance improvement.

What is calibration analysis in AI agent testing?

Calibration analysis in AI agent testing detects over/under-confidence by comparing an agent's self-reported confidence levels against its actual recall on synthetic problems. This identifies systematic gaps where reported certainty does not align with real accuracy.

How do I measure recall and precision for AI skills?

Measure recall and precision for AI skills by testing them against synthetic problems with known outcomes. This benchmarking calculates F1 scores and calibration bias to pinpoint recurring issues and anti-patterns in agent outputs.

Can I automatically update agent instructions based on benchmark results?

You can automatically update agent instructions based on benchmark results. The calibration process analyzes performance gaps from synthetic problem testing and generates proposals to update instructions for immediate performance improvement.

Does agent benchmarking support A/B comparison against a baseline?

Agent benchmarking supports A/B comparison against a general-purpose baseline. This feature allows you to evaluate specialized skill performance by comparing its recall, precision, and calibration metrics directly against baseline results.