Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Set and wire Convex deployment env vars / secrets for the app.
.claude/skills/get-convex-convex-env/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -59% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -38% | 0% |
<!-- GENERATED from convex-agents content/capabilities/env.json — do not edit by hand. -->
Store secrets as Convex deployment env vars (npx convex env set), read them with process.env in actions, never commit them.
npx convex env set KEY value (per deployment).npx convex env list.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 16,272 | 16,911 | +4% | 1 | 1 | 0% | 2,724 | 1,320 | -52% | 0 | 0 | — |
case-02 | pass→pass | 9,654 | 5,984 | -38% | 1 | 1 | 0% | 1,664 | 1,199 | -28% | 0 | 0 | — |
case-03 | fail→fail | 14,461 | 13,706 | -5% | 1 | 1 | 0% | 2,445 | 2,115 | -13% | 0 | 0 | — |
case-04 | fail→pass | 15,980 | 12,555 | -21% | 1 | 1 | 0% | 2,375 | 2,061 | -13% | 0 | 0 | — |
case-05 | pass→pass | 9,945 | 4,554 | -54% | 1 | 1 | 0% | 1,667 | 907 | -46% | 0 | 0 | — |
case-16 | fail→fail | 10,880 | 8,349 | -23% | 1 | 1 | 0% | 1,564 | 1,547 | -1% | 0 | 0 | — |
case-06 | pass→pass | 5,479 | 2,619 | -52% | 1 | 1 | 0% | 882 | 479 | -46% | 0 | 0 | — |
case-07 | pass→pass | 7,324 | 3,698 | -50% | 1 | 1 | 0% | 1,251 | 720 | -42% | 0 | 0 | — |
case-08 | pass→pass | 4,230 | 2,871 | -32% | 1 | 1 | 0% | 731 | 597 | -18% | 0 | 0 | — |
case-09 | pass→pass | 13,698 | 8,543 | -38% | 1 | 1 | 0% | 2,182 | 1,561 | -28% | 0 | 0 | — |
case-10 | fail→fail | 13,888 | 6,705 | -52% | 1 | 1 | 0% | 1,939 | 1,418 | -27% | 0 | 0 | — |
case-11 | pass→pass | 4,883 | 2,661 | -46% | 1 | 1 | 0% | 817 | 577 | -29% | 0 | 0 | — |
case-12 | fail→pass | 13,585 | 6,159 | -55% | 1 | 1 | 0% | 2,276 | 932 | -59% | 0 | 0 | — |
case-13 | pass→pass | 12,424 | 5,264 | -58% | 1 | 1 | 0% | 1,700 | 817 | -52% | 0 | 0 | — |
case-14 | pass→pass | 17,901 | 10,520 | -41% | 1 | 1 | 0% | 2,484 | 1,675 | -33% | 0 | 0 | — |
case-15 | fail→pass | 16,063 | 12,310 | -23% | 1 | 1 | 0% | 2,364 | 2,053 | -13% | 0 | 0 | — |
case-17 | pass→pass | 14,425 | 9,172 | -36% | 1 | 1 | 0% | 2,350 | 1,714 | -27% | 0 | 0 | — |
case-18 | pass→pass | 11,109 | 2,224 | -80% | 1 | 1 | 0% | 1,817 | 436 | -76% | 0 | 0 | — |
case-19 | fail→pass | 16,847 | 9,563 | -43% | 1 | 1 | 0% | 2,809 | 1,745 | -38% | 0 | 0 | — |
case-20 | fail→fail | 10,333 | 2,718 | -74% | 1 | 1 | 0% | 1,591 | 550 | -65% | 0 | 0 | — |
case-21 | pass→pass | 12,700 | 2,408 | -81% | 1 | 1 | 0% | 1,983 | 494 | -75% | 0 | 0 | — |
case-22 | fail→pass | 10,368 | 6,146 | -41% | 1 | 1 | 0% | 1,463 | 1,207 | -17% | 0 | 0 | — |
case-23 | pass→pass | 7,799 | 5,847 | -25% | 1 | 1 | 0% | 1,430 | 1,254 | -12% | 0 | 0 | — |
case-24 | pass→pass | 8,837 | 7,662 | -13% | 1 | 1 | 0% | 1,576 | 1,276 | -19% | 0 | 0 | — |
case-25 | pass→pass | 7,245 | 6,434 | -11% | 1 | 1 | 0% | 1,277 | 1,142 | -11% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 25 cases were attempted. The headline lift of +24 percentage points is the difference between those two pass rates over the 25 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.