skills
Modern Deno development, migration, deployment, and sandboxing
All Skills in This Repository (5)
Pure Emerald Level Indicatorsdeno-project-templates
Scaffold Deno projects using official template initializers.
deno-guidance
Guide Deno project setup, dependency configuration, and CLI workflows.
deno-expert
Guide Deno code reviews and debugging with expert best practices.
deno-frontend
Build Deno frontend UIs with Fresh 2.x, Preact, and Tailwind.
deno-deploy
Guide Deno app deployments to Deno Deploy with environment and domain configuration.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core