Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate load test scripts for k6, Locust, and Gatling from OpenAPI specs
.claude/skills/a5c-ai-load-test-generator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 15% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 70% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 36% | 0% |
Generates load test scripts for k6, Locust, and Gatling including test scenarios from OpenAPI specifications and performance validation patterns.
json{ "type": "object", "required": ["scenarios"], "properties": { "scenarios": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "endpoints": { "type": "array" }, "load": { "type": "object", "properties": { "vus": { "type": "number" }, "duration": { "type": "string" }, "rampUp": { "type": "string" } } } } } }, "framework": { "type": "string", "enum": ["k6", "locust", "gatling", "artillery"], "default": "k6" }, "openapiSpec": { "type": "string", "description": "Path to OpenAPI spec for auto-generation" }, "options": { "type": "object", "properties": { "thresholds": { "type": "object", "properties": { "p95ResponseTime": { "type": "number" }, "errorRate": { "type": "number" } } }, "thinkTime": { "type": "object", "properties": { "min": { "type": "number" }, "max": { "type": "number" } } }, "dataFile": { "type": "string", "description": "Path to test data CSV" } } } } }
json{ "type": "object", "properties": { "scripts": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "path": { "type": "string" }, "framework": { "type": "string" } } } }, "configFile": { "type": "string" }, "runCommand": { "type": "string" }, "thresholds": { "type": "object" } } }
javascript{ kind: 'skill', skill: { name: 'load-test-generator', context: { scenarios: [ { name: 'smoke-test', endpoints: ['/api/health', '/api/users'], load: { vus: 10, duration: '1m', rampUp: '10s' } } ], framework: 'k6', options: { thresholds: { p95ResponseTime: 500, errorRate: 0.01 } } } } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 16,673 | 12,723 | -24% | 1 | 1 | 0% | 2,834 | 2,686 | -5% | 0 | 0 | — |
case-02 | fail→fail | 20,413 | 12,777 | -37% | 1 | 1 | 0% | 4,448 | 3,622 | -19% | 0 | 0 | — |
case-03 | fail→pass | 18,163 | 15,848 | -13% | 1 | 1 | 0% | 2,970 | 3,407 | +15% | 0 | 0 | — |
case-04 | fail→pass | 17,156 | 9,615 | -44% | 1 | 1 | 0% | 2,773 | 3,043 | +10% | 0 | 0 | — |
case-05 | fail→pass | 12,557 | 11,145 | -11% | 1 | 1 | 0% | 3,131 | 2,197 | -30% | 0 | 0 | — |
case-06 | fail→pass | 9,260 | 11,138 | +20% | 1 | 1 | 0% | 1,920 | 3,255 | +70% | 0 | 0 | — |
case-07 | fail→pass | 9,567 | 13,331 | +39% | 1 | 1 | 0% | 2,019 | 2,742 | +36% | 0 | 0 | — |
case-08 | fail→pass | 17,019 | 19,060 | +12% | 1 | 1 | 0% | 2,924 | 3,977 | +36% | 0 | 0 | — |
case-09 | fail→pass | 18,553 | 14,111 | -24% | 1 | 1 | 0% | 3,256 | 2,973 | -9% | 0 | 0 | — |
case-10 | pass→pass | 8,718 | 7,532 | -14% | 1 | 1 | 0% | 1,916 | 2,555 | +33% | 0 | 0 | — |
case-11 | fail→pass | 10,996 | 13,371 | +22% | 1 | 1 | 0% | 2,132 | 2,611 | +22% | 0 | 0 | — |
case-12 | fail→pass | 9,873 | 13,010 | +32% | 1 | 1 | 0% | 2,180 | 2,667 | +22% | 0 | 0 | — |
case-13 | pass→pass | 14,603 | 11,332 | -22% | 1 | 1 | 0% | 2,100 | 3,463 | +65% | 0 | 0 | — |
case-14 | fail→pass | 11,018 | 13,412 | +22% | 1 | 1 | 0% | 2,287 | 2,498 | +9% | 0 | 0 | — |
case-15 | pass→pass | 7,321 | 13,659 | +87% | 1 | 1 | 0% | 1,438 | 2,690 | +87% | 0 | 0 | — |
case-16 | fail→pass | 15,036 | 10,338 | -31% | 1 | 1 | 0% | 2,358 | 3,094 | +31% | 0 | 0 | — |
case-17 | fail→pass | 18,713 | 16,253 | -13% | 1 | 1 | 0% | 3,045 | 3,553 | +17% | 0 | 0 | — |
case-18 | fail→pass | 12,600 | 9,616 | -24% | 1 | 1 | 0% | 1,573 | 2,884 | +83% | 0 | 0 | — |
case-19 | fail→pass | 15,793 | 15,038 | -5% | 1 | 1 | 0% | 3,523 | 2,984 | -15% | 0 | 0 | — |
case-20 | pass→pass | 24,990 | 31,445 | +26% | 1 | 1 | 0% | 2,911 | 5,495 | +89% | 0 | 0 | — |
case-21 | pass→pass | 7,221 | 17,668 | +145% | 1 | 1 | 0% | 1,508 | 3,550 | +135% | 0 | 0 | — |
case-22 | pass→pass | 19,770 | 13,493 | -32% | 1 | 1 | 0% | 2,883 | 3,448 | +20% | 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. 22 cases were attempted. The headline lift of +64 percentage points is the difference between those two pass rates over the 22 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.