denolanddenolandOfficialยท5 Agent Skills Included

skills

Modern Deno development, migration, deployment, and sandboxing

Guides building, running, and deploying Deno applications with current best practices. Migrates Node, npm, Yarn, pnpm, and Bun projects to Deno without rewriting existing code. Covers Fresh frontends, Deno Deploy production workflows, and secure sandboxed code execution. Eliminates guesswork around permissions, lockfiles, and built-in tooling.
npx skills add denoland/skills --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Deno skills?โ–ผ

Run `npx skills add denoland/skills --all -g -y` in your terminal to install all five skills globally.

How to migrate a Node.js project to Deno?โ–ผ

The migrate-to-deno skill walks through it in reversible steps, starting with `deno install` on your existing package.json. Most projects need no code changes, only a different binary.

How to deploy a Deno app to production?โ–ผ

The deno-deploy skill covers the full workflow: creating apps non-interactively, running `deno deploy --prod`, managing environment variables, and provisioning databases.

Do these skills work with Cursor and Copilot?โ–ผ

Yes. They follow the Agent Skills specification and work in Claude Code, Cursor, VS Code Copilot, and other compatible coding assistants.

How to run untrusted code safely in Deno?โ–ผ

The deno-sandbox skill shows how to execute user or generated code inside isolated Firecracker microVMs using the @deno/sandbox SDK.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’