Deno Guidance
Summary
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Features
- Current Deno conventions and permission model
- Package selection across JSR and npm
- deno.json configuration and CLI usage
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Deno has changed substantially across its major versions, and models frequently produce code for an earlier Deno: old import syntax, deprecated standard library paths, and the wrong permission flags.
This official skill establishes the current conventions: how to structure a project, how the permission model works and which flags a given operation needs, how to configure deno.json for tasks, imports, and compiler options, and how to choose between JSR packages, npm packages, and the standard library.
It is the base skill for any Deno work, and it prevents the class of error where generated code is plausible, idiomatic for 2022, and broken today. Published by the Deno team.
Related Skills
Gradio App Builder
by Hugging Face
Build Gradio web UIs and ML demos in Python with the current API — components, layouts, events, and chat interfaces.
Cloudflare Platform
by Cloudflare
Cloudflare's official platform skill — Workers, Pages, storage, AI, networking, security, and IaC in one reference.
Verification Before Completion
by Jesse Vincent
Never claim work is complete, fixed, or passing without running the check and reading the output first.
Test-Driven Development
by Jesse Vincent
Enforce a real red-green-refactor loop when implementing features or fixes, so behaviour is specified before it is written.