deno skills

56 tagged deno, measured the same way as everything else here.

Browse within: bun 22aiagents 16conversational-ai 16coding 8oauth2 8postgresql 8typescript 8javascript 7agentic 6c 6kotlin 6rust 6framework 5full-stack 5

lint-all

01

denoland/deno

Skill Claude CodeCodex

Lint all code (Rust + JS/TS). Use before opening a PR when Rust code was changed.

108k 2d ago A 24 tokens original MIT

node-compat

02

denoland/deno

Skill Claude CodeCodex

Run a Node.js compatibility test, diagnose failures, and either fix the implementation, skip, or ignore the test. Use when asked to work on node compat tests.

108k 2d ago A 37 tokens original MIT

review-pr

03

denoland/deno

Skill Claude CodeCodex

Review a Deno runtime pull request for correctness, tests, security, and conventions. Use when asked to review a PR or when a PR number/URL is provided for review.

108k 2d ago A 39 tokens original MIT

dashboard

04

InsForge/InsForge

Skill Claude CodeCodex

Use this skill when contributing to InsForge's shared dashboard package. This is for maintainers editing packages/dashboard, which ships in self-hosting and cloud-hosting modes, and the local frontend/ shell used for self-hosting in this repo.

13k 2d ago A 60 tokens original Apache-2.0

e2e-testing

05

InsForge/InsForge

Skill Claude CodeCodex

Use this skill when an InsForge maintainer has finished an OSS repo change and is ready to open, update, or submit the InsForge PR. Runs the release-quality deterministic E2E gate by building a package.json-derived InsForge test image tag, deciding whether sibling agent-e2e fixture coverage must change, dispatching…

13k 2d ago A 92 tokens original Apache-2.0

doc-author

06

InsForge/InsForge

Skill Claude CodeCodex

Write, edit, and maintain documentation. Use for collaborative drafting, autonomous writing, or improving existing docs. Defaults to collaborative mode where the human makes final decisions. Built by Mintlify.

13k 2d ago A 40 tokens original Apache-2.0

npm-security

07

bodadotsh/npm-security-best-practices

Skill Claude CodeCodex

Prevent JavaScript/TypeScript projects from supply-chain attacks across package managers like npm, pnpm, yarn, bun, and deno. Use whenever planning, installing, updating packages or configuring package managers.

856 7d ago A 43 tokens original MIT

config

08

matiasbattocchia/open-bsp-api

Skill Claude CodeCodex

Configure the OpenBSP plugin — check status, set org/account, manage allowed contacts, or force re-login. Use when the user asks to configure OpenBSP, check plugin status, manage contacts, or re-authenticate.

561 5d ago A 48 tokens original Unlicense

dogfood

09

paiml/paiml-mcp-agent-toolkit

Skill Claude CodeCodex

Dogfood pmat — rebuild, install, exercise every CLI command against pmat's own repo, check output integrity + self-quality, find next work. Read-only audit; files issues for bugs.

163 2d ago A 40 tokens original MIT

paiml/paiml-mcp-agent-toolkit

Skill Claude CodeCodex

Generates comprehensive, LLM-optimized codebase context using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: Starting work on unfamiliar codebases Onboarding to new projects or repositories Need quick understanding of project architecture Preparing for refactoring or feature implementation Creating…

163 2d ago A 112 tokens original MIT

paiml/paiml-mcp-agent-toolkit

Skill Claude CodeCodex

Analyzes polyglot codebases with multiple programming languages using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: Working with projects containing multiple programming languages Assessing cross-language integration patterns and quality Understanding language distribution and architectural…

163 2d ago A 147 tokens original MIT

deno-deploy

12

denoland/skills

Skill Claude CodeCodex

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.

96 1mo ago A 64 tokens original MIT

deno-sandbox

13

denoland/skills

Skill Claude CodeCodex

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

96 1mo ago A 36 tokens original MIT

migrate-to-deno

14

denoland/skills

Skill Claude CodeCodex

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, nodemodules layout, lockfile migration, permissions…

96 1mo ago A 93 tokens original MIT

zuke-setup

15

zuke-build/zuke

Skill Claude CodeCodex

Set up Zuke — a code-first, strongly-typed build automation system for Deno/TypeScript — in a project. Use when the user wants to add Zuke to a repo, scaffold a zuke.ts build file, install the Zuke CLI, or bootstrap the ./zuke launcher. After scaffolding, switch to the zuke-write-build skill to author targets.

33 yesterday A 82 tokens original MIT

zuke-write-build

16

zuke-build/zuke

Skill Claude CodeCodex

Write or edit a Zuke build (zuke.ts) — the code-first, strongly-typed build system for Deno/TypeScript. Use when adding or changing targets, wiring dependencies, calling a tool wrapper (DenoTasks, NpmTasks, DockerTasks, ...), generating CI, or authoring/refactoring a zuke.ts build file. For first-time project…

33 yesterday A 93 tokens original MIT

vf-ext-development

17

veryfront/veryfront-code

Skill Claude CodeCodex

Use when creating, modifying, testing, or publishing a Veryfront extension under extensions/ — covers manifest/factory parity, capability types, contract registration, teardown hygiene, and CI lint checks.

18 yesterday A 41 tokens original Apache-2.0

vf-performance

18

veryfront/veryfront-code

Skill Claude CodeCodex

Use when reviewing code for performance issues, profiling hot paths, benchmarking before/after changes, or optimizing runtime, build, request latency, or bundle size.

18 yesterday A 33 tokens original Apache-2.0

flywheel

19

veryfront/veryfront-code

Skill Claude CodeCodex

Development flywheel - autonomous cycle of run, observe, fix, verify. Use for continuous development with browser automation.

18 yesterday A 26 tokens original Apache-2.0

parselbox

20

thesanjeetc/Parselbox

Skill Claude CodeCodex

Drive a Parselbox sandbox effectively. Use when a Parselbox executecode MCP tool is available, when writing code against the parselbox Python SDK, or when wiring parselbox into an MCP config. Covers discovery (sbx.), stateful execution, background tasks, bash/js/require interop, filesystem, and serve/@api patterns.

4 4d ago C 76 tokens original MIT

nifra-api

21

nifrajs/nifra

Skill Claude CodeCodex

Use when building or changing a typed JSON API in Nifra - routes with server() or defineContract, request validation with @nifrajs/schema or any Standard Schema library, middleware and plugins, WebSockets, OpenAPI, and consuming the API from the zero-codegen @nifrajs/client. Load after the nifra skill.

2 6d ago A 73 tokens original MIT

nifra-web

22

nifrajs/nifra

Skill Claude CodeCodex

Use when building the full-stack side of a Nifra app - file routes, layouts, loaders and actions, forms, server functions, streaming SSR, islands, SSG and ISR, the query cache, and the React, Vue, Solid, Svelte, or Preact render adapters. Covers the client/server boundary rules and the hydration errors that boundary…

2 6d ago A 85 tokens original MIT

nifra

23

nifrajs/nifra

Skill Claude CodeCodex

Use when writing, reviewing, or debugging code in a Nifra project (@nifrajs/ packages, nifra CLI, server()/defineContract, loaders and actions, file routes under routes/). Explains how to reach Nifra's live MCP tools so signatures come from the installed version instead of memory, and which sibling skill to load for…

2 6d ago A 83 tokens original MIT