Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Build Debian packages with proper control files, dependencies, and maintainer scripts
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -17% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 87% | 0% |
Build Debian packages (.deb) with proper control files, dependencies, and maintainer scripts for Ubuntu, Debian, and derivatives.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "packageName": { "type": "string" }, "version": { "type": "string" }, "dependencies": { "type": "array" }, "architecture": { "enum": ["amd64", "arm64", "all"] } }, "required": ["projectPath", "packageName", "version"] }
Package: myapp
Version: 1.0.0
Section: utils
Priority: optional
Architecture: amd64
Depends: libc6 (>= 2.17), libgtk-3-0
Maintainer: Your Name <email@example.com>
Description: My Application
A longer description of my application
that can span multiple lines.bashdpkg-deb --build --root-owner-group myapp_1.0.0_amd64
rpm-spec-generatorlinux-gpg-signingOther measured skills in the registry, with their headline benchmark lift.