Skip to main content

← All sources

Deno skills

Deno, JSR imports, Fresh framework, Deno Deploy, best practices skills-hub.ai mirrors 8 skills from Deno daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/denoland/skills

Installing a Deno skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Deno skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Deno skills via API
curl https://skills-hub.ai/api/v1/skills?source=deno

# Browse all sources
open https://skills-hub.ai/sources

Top Deno skills

See all →

The most-installed skills from Deno, ranked by adoption.

  1. 01deno-project-templates

    Use when scaffolding new Deno projects. Provides templates for Fresh web apps, CLI tools, libraries, and API servers with modern best practices.

    Buildfrom Deno
  2. 02deno-guidance

    Use when starting any Deno project, choosing packages, configuring deno.json, or running CLI commands. Provides foundational knowledge for building modern Deno applications.

    Buildfrom Deno
  3. 03deno-frontend

    Use when building a web frontend with Deno — running React, Vite, Astro, SvelteKit, Next.js, Nuxt or other npm frameworks under Deno, or working with Fresh, Deno's own island-architecture framework. Covers which path to pick, Fresh 2.x routes, handlers, islands, Preact signals, Tailwind, and Fresh 1.x to 2.x migration.

    Buildfrom Deno
  4. 04deno-expert

    Expert-level Deno knowledge for code review, debugging, and best practice enforcement. Use when reviewing Deno code or answering advanced Deno questions.

    Buildfrom Deno
  5. 05deno-sandbox

    Use when building features that execute untrusted user code, AI-generated code, or need isolated code execution environments. Covers the @deno/sandbox SDK.

    Buildfrom Deno
  6. 06deno-deploy

    Use when deploying Deno apps to production, asking about Deno Deploy, or working with `deno deploy` CLI commands. Covers deployment workflows, environment variables, KV database access, custom domains, the --tunnel flag for local development, and the `deno deploy` command reference.

    Buildfrom Deno
  7. 07migrate-to-deno

    Use when moving a Node.js, npm, Yarn, pnpm, or Bun project to Deno, or when adopting Deno incrementally in an existing JavaScript or TypeScript codebase. Covers using Deno as a drop-in package manager, running existing package.json scripts, CommonJS versus ESM, node_modules layout, lockfile migration, permissions, whether to adopt the built-in toolchain, and per-tool command equivalents.

    Buildfrom Deno
  8. 08deno

    Use when writing, running, configuring, reviewing, or debugging code in a Deno project, or when scaffolding a new one. Covers dependency management with deno install and deno add, package.json and node_modules support, npm and JSR packages, permissions, where configuration belongs across package.json, tsconfig.json and deno.json, workspaces, the built-in toolchain (fmt, lint, test, check, bench, compile), and publishing.

    Buildfrom Deno

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jul 30, 2026, 5:49 PM (success).

Deno skills, frequently asked

What are Deno skills?

Deno skills are AI coding skills published by Deno (Deno, JSR imports, Fresh framework, Deno Deploy, best practices) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Deno skills are available?

skills-hub.ai indexes 8 skills from Deno, synced daily from the upstream GitHub repository (https://github.com/denoland/skills).

How do I install a Deno skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Deno skills?

Yes. Every skill from this source is mirrored from Deno's own GitHub repository (https://github.com/denoland/skills). Each skill page links back to the upstream source of truth, so you can verify the original.