Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Create forms, validation schemas, and CRUD API endpoints. Use when building new data entry features or managing existing forms.
.claude/skills/aiskillstore-form-creator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -13% | 0% |
src/lib/validations/{feature}.schema.tstypescript export const featureSchema = z.object({ ... }); export type FeatureFormValues = z.infer<typeof featureSchema>;
src/components/forms/{feature}-form.tsx"use client"; required.useForm with zodResolver.initialData and onSubmit.Form, FormField, Input).src/app/api/{feature}/route.tswithAuthRequired or withSuperAdminAuthRequired.GET: Handle pagination/search.POST: Validate body against schema -> Insert to DB.PATCH: Validate partial body -> Update DB.For code patterns, best practices, and examples, see reference.md.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-06 | pass→pass | 12,323 | 15,710 | +27% | 1 | 1 | 0% | 2,307 | 3,949 | +71% | 0 | 0 | — |
case-01 | fail→fail | 20,634 | 12,975 | -37% | 1 | 1 | 0% | 4,660 | 3,272 | -30% | 0 | 0 | — |
case-02 | fail→fail | 27,572 | 17,076 | -38% | 1 | 1 | 0% | 6,187 | 4,253 | -31% | 0 | 0 | — |
case-03 | fail→fail | 25,308 | 16,818 | -34% | 1 | 1 | 0% | 5,488 | 4,210 | -23% | 0 | 0 | — |
case-04 | pass→pass | 11,628 | 7,304 | -37% | 1 | 1 | 0% | 2,142 | 1,680 | -22% | 0 | 0 | — |
case-05 | pass→pass | 16,238 | 12,485 | -23% | 1 | 1 | 0% | 3,208 | 2,780 | -13% | 0 | 0 | — |
case-07 | fail→pass | 8,625 | 4,438 | -49% | 1 | 1 | 0% | 1,747 | 1,099 | -37% | 0 | 0 | — |
case-08 | fail→fail | 11,070 | 5,384 | -51% | 1 | 1 | 0% | 2,171 | 1,430 | -34% | 0 | 0 | — |
case-09 | fail→pass | 11,941 | 8,774 | -27% | 1 | 1 | 0% | 2,407 | 2,179 | -9% | 0 | 0 | — |
case-10 | fail→pass | 18,159 | 11,675 | -36% | 1 | 1 | 0% | 3,846 | 2,947 | -23% | 0 | 0 | — |
case-11 | fail→pass | 11,798 | 8,974 | -24% | 1 | 1 | 0% | 2,531 | 2,296 | -9% | 0 | 0 | — |
case-12 | fail→pass | 16,091 | 11,901 | -26% | 1 | 1 | 0% | 3,437 | 2,981 | -13% | 0 | 0 | — |
case-13 | pass→pass | 11,394 | 7,692 | -32% | 1 | 1 | 0% | 2,246 | 1,821 | -19% | 0 | 0 | — |
case-14 | fail→pass | 13,916 | 10,172 | -27% | 1 | 1 | 0% | 2,981 | 2,309 | -23% | 0 | 0 | — |
case-15 | fail→pass | 13,442 | 11,894 | -12% | 1 | 1 | 0% | 2,705 | 2,899 | +7% | 0 | 0 | — |
case-16 | fail→pass | 13,744 | 13,621 | -1% | 1 | 1 | 0% | 2,982 | 3,290 | +10% | 0 | 0 | — |
case-17 | fail→fail | 21,035 | 18,179 | -14% | 1 | 1 | 0% | 4,457 | 4,545 | +2% | 0 | 0 | — |
case-18 | fail→fail | 8,525 | 2,783 | -67% | 1 | 1 | 0% | 1,515 | 759 | -50% | 0 | 0 | — |
case-19 | fail→pass | 13,276 | 7,356 | -45% | 1 | 1 | 0% | 2,800 | 1,867 | -33% | 0 | 0 | — |
case-20 | fail→pass | 11,873 | 7,541 | -36% | 1 | 1 | 0% | 2,339 | 1,831 | -22% | 0 | 0 | — |
case-21 | fail→pass | 13,445 | 9,112 | -32% | 1 | 1 | 0% | 2,525 | 2,143 | -15% | 0 | 0 | — |
case-22 | fail→fail | 27,141 | 23,332 | -14% | 1 | 1 | 0% | 6,159 | 5,740 | -7% | 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 +50 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.