Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use this skill when working on Deno projects and you want predictable module imports, permission-aware runtime behavior, and clean project structure.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -49% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -7% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -43% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 10% | 0% |
Use this skill when working on Deno projects and you want predictable module imports, permission-aware runtime behavior, and clean project structure.
Deno requires explicit permissions. Make them intentional:
--allow-net for network--allow-read for filesystem reads--allow-all in production scriptsCommon:
deno.json / deno.jsoncmod.ts as entrypoint for librariesmain.ts for appsdeno testdeno.json and entrypoints; trace imports.deno test and deno fmt if configured.--allow-all by defaultOther measured skills in the registry, with their headline benchmark lift.