Skip to content

quantiles-evals/skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Quantiles Coding Agent Skill

This repository contains reusable coding-agent instructions for running Quantiles evaluations from a repository. It is designed for Codex, Claude Code, Cursor, GitHub Copilot, Gemini CLI, OpenCode, and other coding agents that support reusable skills or instruction files.

This skill teaches coding agents a repeatable Quantiles workflow using the qt CLI. It covers local initialization, benchmark and custom eval runs, sample-level inspection, run comparison, resume behavior, and regression summaries. For a concise, public, LLM-readable overview of Quantiles with links to agent guides and related documentation, see quantiles.io/llms.txt.

What the skill does

This skill teaches coding agents to do the following:

  • Run evaluations through qt.
  • Preserve run IDs, commands, inputs, metrics, stdout, stderr, and failure context.
  • Use qt run $BENCHMARK to run built-in benchmarks and custom eval workflows.
  • Use qt show $RUN_ID to inspect run results.
  • Use qt compare $RUN_ID_A $RUN_ID_B to analyze changes between runs.
  • Use --json to inspect structured result outputs.
  • Use qt resume when a run is interrupted or partially completed.
  • Report aggregate metrics, sample-level results, failed samples, regressions, and next steps.

Install

Install the Quantiles CLI and make this skill available to your coding agent with the following prompt:

Please install the Quantiles skill at github.com/quantiles-evals/skill

Alternatively, copy this repository's SKILL.md to the location on disk your coding agent expects to find skills.

After your agent completes the install, have it run its first benchmark using the following prompt

Use the Quantiles skill to run the SimpleQA Verified benchmark and summarize the results.

Note: this prompt uses a demo model which generates random text and does not use any hosted LLM provider and does not incur any inference cost.

About

Use when running Quantiles AI evaluations with a coding agent: use the qt CLI to run built-in or custom evals, inspect run history and results, compare runs, resume failed workflows, and summarize metrics and regressions.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors