Agent skill

swe-bench-lite

Quick-start command to run SWE-bench Lite evaluation with sensible defaults.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill benchmark-swe-lite --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-ml/benchmark-swe-lite/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

# Instructions This skill provides a streamlined way to run the SWE-bench Lite benchmark with pre-configured defaults. ## What This Skill Does This skill runs a quick SWE-bench Lite evaluation with: - 5 sample tasks (configurable) - Verbose output for visibility - Results saved to `results.json` - Report saved to `report.md` ## Prerequisites Check Before running, verify: 1. **Docker is running:** ```bash docker ps ``` 2. **API key is set:** ```bash echo $ANTHROPIC_API_KEY ``` 3. **Config file exists:** - Check for `mcpbr.yaml` in the current directory - If missing, run `mcpbr init` to generate it ## Default Command The default command for SWE-bench Lite: ```bash mcpbr run -c mcpbr.yaml --dataset SWE-bench/SWE-bench_Lite -n 5 -v -o results.json -r report.md ``` ## Customization Options Users can customize the run by modifying: - **Sample size:** Change `-n 5` to any number (or remove for full dataset) - **Config file:** Change `-c mcpbr.yaml` to point to a different config - **Verbosity:** Use `-vv` for very verbose output - **Output files:** Change `results.json` and `report.md` to different paths ## Example Variations ### Minimal quick test (1 task) ```bash mcpbr run -c mcpbr.yaml

What's inside
Steps it walks through
  1. What This Skill Does
  2. Prerequisites Check
  3. Default Command
  4. Customization Options
  5. Example Variations
  6. Minimal quick test (1 task)
  7. Full evaluation (all ~300 tasks)
  8. MCP-only (skip baseline)
  9. Specific tasks
  10. Expected Runtime & Cost
  11. What to Do If It Fails
  12. After the Run
  13. Pro Tips
Ships with 1 file
  • metadata.json
Commands it runs
docker ps
echo $ANTHROPIC_API_KEY
mcpbr run -c mcpbr.yaml --dataset SWE-bench/SWE-bench_Lite -n 5 -v -o results.json -r report.md
mcpbr run -c mcpbr.yaml -n 1 -v
mcpbr run -c mcpbr.yaml --dataset SWE-bench/SWE-bench_Lite -v -o results.json
mcpbr run -c mcpbr.yaml -n 5 -M -v -o results.json
mcpbr run -c mcpbr.yaml -t astropy__astropy-12907 -t django__django-11099 -v
More from claude-skill-registry
All skills →
About this skill
What does the swe-bench-lite skill do?

Quick-start command to run SWE-bench Lite evaluation with sensible defaults.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill benchmark-swe-lite --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