Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate snapcraft.yaml with confinement settings for Ubuntu Snap packages
.claude/skills/a5c-ai-snap-yaml-generator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-21 | ✗→✓ | ▲ Improved | 27% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -26% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -18% | 0% |
Generate snapcraft.yaml configuration for Ubuntu Snap packages with proper confinement and interfaces.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "snapName": { "type": "string" }, "confinement": { "enum": ["strict", "classic", "devmode"] }, "interfaces": { "type": "array" } }, "required": ["projectPath", "snapName"] }
yamlname: myapp version: '1.0.0' summary: My Application description: | A longer description of my application. base: core22 confinement: strict grade: stable apps: myapp: command: bin/myapp desktop: share/applications/myapp.desktop plugs: - desktop - desktop-legacy - home - network - x11 - wayland parts: myapp: plugin: dump source: . stage-packages: - libgtk-3-0
bashsnapcraft sudo snap install myapp_1.0.0_amd64.snap --dangerous
flatpak-manifest-generatordeb-package-builder| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | pass→pass | 10,931 | 7,609 | -30% | 1 | 1 | 0% | 2,078 | 1,539 | -26% | 0 | 0 | — |
case-02 | pass→pass | 7,504 | 5,319 | -29% | 1 | 1 | 0% | 1,470 | 1,199 | -18% | 0 | 0 | — |
case-03 | fail→pass | 11,348 | 5,726 | -50% | 1 | 1 | 0% | 1,906 | 1,520 | -20% | 0 | 0 | — |
case-04 | pass→pass | 9,594 | 4,852 | -49% | 1 | 1 | 0% | 1,660 | 1,267 | -24% | 0 | 0 | — |
case-05 | pass→pass | 6,805 | 5,387 | -21% | 1 | 1 | 0% | 1,183 | 1,336 | +13% | 0 | 0 | — |
case-06 | pass→pass | 6,630 | 3,757 | -43% | 1 | 1 | 0% | 1,219 | 1,017 | -17% | 0 | 0 | — |
case-07 | pass→pass | 11,862 | 7,996 | -33% | 1 | 1 | 0% | 2,299 | 2,118 | -8% | 0 | 0 | — |
case-08 | pass→pass | 6,142 | 3,332 | -46% | 1 | 1 | 0% | 1,083 | 968 | -11% | 0 | 0 | — |
case-09 | fail→fail | 7,886 | 4,880 | -38% | 1 | 1 | 0% | 1,483 | 1,327 | -11% | 0 | 0 | — |
case-10 | pass→pass | 7,619 | 6,034 | -21% | 1 | 1 | 0% | 1,289 | 1,388 | +8% | 0 | 0 | — |
case-11 | pass→pass | 8,607 | 6,283 | -27% | 1 | 1 | 0% | 1,514 | 1,533 | +1% | 0 | 0 | — |
case-12 | pass→pass | 11,540 | 5,416 | -53% | 1 | 1 | 0% | 1,782 | 1,314 | -26% | 0 | 0 | — |
case-13 | pass→pass | 2,353 | 2,049 | -13% | 1 | 1 | 0% | 420 | 673 | +60% | 0 | 0 | — |
case-14 | fail→pass | 5,872 | 1,740 | -70% | 1 | 1 | 0% | 1,157 | 696 | -40% | 0 | 0 | — |
case-15 | pass→pass | 5,808 | 3,320 | -43% | 1 | 1 | 0% | 1,054 | 1,022 | -3% | 0 | 0 | — |
case-16 | pass→pass | 8,139 | 6,154 | -24% | 1 | 1 | 0% | 1,477 | 1,433 | -3% | 0 | 0 | — |
case-17 | pass→pass | 3,551 | 2,358 | -34% | 1 | 1 | 0% | 594 | 785 | +32% | 0 | 0 | — |
case-18 | pass→pass | 2,556 | 3,223 | +26% | 1 | 1 | 0% | 474 | 925 | +95% | 0 | 0 | — |
case-19 | pass→pass | 1,692 | 2,857 | +69% | 1 | 1 | 0% | 191 | 838 | +339% | 0 | 0 | — |
case-20 | fail→fail | 5,624 | 4,383 | -22% | 1 | 1 | 0% | 1,148 | 1,382 | +20% | 0 | 0 | — |
case-21 | fail→pass | 4,929 | 4,104 | -17% | 1 | 1 | 0% | 960 | 1,222 | +27% | 0 | 0 | — |
case-22 | pass→pass | 4,096 | 2,701 | -34% | 1 | 1 | 0% | 763 | 880 | +15% | 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 +14 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.