Install any skill in seconds. Free to start, no credit card required.
Get Started Free →JWT creation, validation, and management for SDK authentication
.claude/skills/a5c-ai-jwt-handler/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -8% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 15% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 70% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 19% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 30% | 0% |
This skill implements JWT-based authentication for SDKs including token creation, validation, key rotation via JWKS, and secure claims handling.
yamlskill: name: jwt-handler context: algorithm: RS256 issuer: "https://api.example.com" audience: "api-users" expiration: "1h" refreshExpiration: "7d" jwksEndpoint: "/.well-known/jwks.json" keyRotation: enabled: true period: "30d" claims: - sub - email - roles
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 22,034 | 29,006 | +32% | 1 | 1 | 0% | 3,916 | 5,575 | +42% | 0 | 0 | — |
case-02 | fail→fail | 30,826 | 31,751 | +3% | 1 | 1 | 0% | 7,351 | 6,337 | -14% | 0 | 0 | — |
case-03 | fail→pass | 22,643 | 15,021 | -34% | 1 | 1 | 0% | 3,727 | 3,415 | -8% | 0 | 0 | — |
case-04 | pass→pass | 20,829 | 27,826 | +34% | 1 | 1 | 0% | 3,809 | 4,933 | +30% | 0 | 0 | — |
case-05 | fail→fail | 20,418 | 17,212 | -16% | 1 | 1 | 0% | 2,556 | 2,733 | +7% | 0 | 0 | — |
case-06 | pass→pass | 17,871 | 18,138 | +1% | 1 | 1 | 0% | 2,259 | 2,823 | +25% | 0 | 0 | — |
case-07 | pass→pass | 35,197 | 25,262 | -28% | 1 | 1 | 0% | 5,741 | 5,383 | -6% | 0 | 0 | — |
case-08 | pass→pass | 26,444 | 30,610 | +16% | 1 | 1 | 0% | 4,035 | 4,733 | +17% | 0 | 0 | — |
case-09 | fail→fail | 22,413 | 26,719 | +19% | 1 | 1 | 0% | 4,599 | 4,995 | +9% | 0 | 0 | — |
case-10 | fail→pass | 13,491 | 13,929 | +3% | 1 | 1 | 0% | 2,764 | 3,189 | +15% | 0 | 0 | — |
case-11 | pass→pass | 24,912 | 32,052 | +29% | 1 | 1 | 0% | 4,119 | 5,964 | +45% | 0 | 0 | — |
case-12 | fail→pass | 17,330 | 32,396 | +87% | 1 | 1 | 0% | 3,663 | 6,214 | +70% | 0 | 0 | — |
case-13 | pass→pass | 23,141 | 29,574 | +28% | 1 | 1 | 0% | 3,841 | 5,625 | +46% | 0 | 0 | — |
case-14 | fail→pass | 21,715 | 19,045 | -12% | 1 | 1 | 0% | 3,646 | 4,325 | +19% | 0 | 0 | — |
case-15 | fail→fail | 12,308 | 24,181 | +96% | 1 | 1 | 0% | 2,488 | 3,748 | +51% | 0 | 0 | — |
case-16 | pass→pass | 22,565 | 28,873 | +28% | 1 | 1 | 0% | 3,332 | 6,773 | +103% | 0 | 0 | — |
case-17 | fail→fail | 21,346 | 29,265 | +37% | 1 | 1 | 0% | 4,203 | 5,518 | +31% | 0 | 0 | — |
case-18 | pass→pass | 16,083 | 16,436 | +2% | 1 | 1 | 0% | 3,160 | 3,889 | +23% | 0 | 0 | — |
case-19 | fail→fail | 16,357 | 28,732 | +76% | 1 | 1 | 0% | 1,969 | 5,063 | +157% | 0 | 0 | — |
case-20 | pass→pass | 11,816 | 17,941 | +52% | 1 | 1 | 0% | 1,998 | 2,594 | +30% | 0 | 0 | — |
case-21 | pass→pass | 23,710 | 31,510 | +33% | 1 | 1 | 0% | 4,153 | 7,249 | +75% | 0 | 0 | — |
case-22 | pass→pass | 14,753 | 16,938 | +15% | 1 | 1 | 0% | 2,971 | 3,931 | +32% | 0 | 0 | — |
case-23 | pass→pass | 23,908 | 21,809 | -9% | 1 | 1 | 0% | 3,778 | 3,970 | +5% | 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. 23 cases were attempted. The headline lift of +17 percentage points is the difference between those two pass rates over the 23 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.