Agent skill · Documentation

exps-performance

Documentation for the main LLM performance experiments (exps_performance)

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill exps-performance --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/exps-performance/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# exps_performance - Main Performance Experiments ## Purpose Run LLM inference on algorithmic problems, collect CoT rationales and evaluate correctness. ## Key Files | File | Purpose | |------|---------| | `src/exps_performance/main.py` | Main runner | | `src/exps_performance/dataset.py` | Dataset definitions | | `src/exps_performance/arms.py` | Evaluation arms (NL, code_sim, code_exec) | | `src/exps_performance/llm.py` | LLM interface | | `src/exps_performance/analysis.py` | Analysis and plotting | | `src/exps_performance/noise.py` | Noise injection experiments | ## Results Structure ``` src/exps_performance/results/ {model}_seed{seed}/ tb/ run_{timestamp}/ res.jsonl # Main results file ``` ## res.jsonl Schema | Field | Description | |-------|-------------| | `kind` | Problem type (e.g., "knap", "bellman_ford") | | `digit` | Problem size/digits | | `nl_correct` | NL evaluation result | | `code_correct` | Code execution result | | `sim_correct` | Code similarity result | | `model` | Model name | | `seed` | Random seed | ## Data Sources - Performance results: `src/exps_performance/results/{model}_seed{seed}/tb/run_*/res.jsonl` - Excludes `gsm8k` from accuracy calculations in logisti

What's inside
Steps it walks through
  1. Purpose
  2. Key Files
  3. Results Structure
  4. res.jsonl Schema
  5. Data Sources
  6. Running Commands
Ships with 1 file
  • metadata.json
Commands it runs
Run main experiment
uv run python src/exps_performance/main.py --model <model> --seed <seed>
Run analysis
uv run python src/exps_performance/analysis.py
More from claude-skill-registry
All skills →
About this skill
What does the exps-performance skill do?

Documentation for the main LLM performance experiments (exps_performance)

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill exps-performance --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going