deno

deno is a skill for Claude Code, Codex from j4flmao/agent-skills. It costs 68 tokens per session (4,740 once invoked), scanned A, original, MIT.

A set of guidance for building TypeScript applications with Deno, a JavaScript and TypeScript runtime. It covers Deno’s permission controls, module imports, standard library, Fresh framework, and deployment options.

In plain words
What is it for?
Creating Deno project configuration, setting permissions and imports, structuring Fresh applications, and preparing Deno Deploy or Docker deployment.
Why use it?
It keeps Deno projects aligned with the runtime’s security model and project conventions. It also provides a defined setup for development, testing, formatting, linting, and deployment.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is import { userController } from '../controllers/user.controller.ts';.

Good fit Creating Deno project configuration, setting permissions and imports, structuring Fresh applications, and preparing Deno Deploy or Docker deployment.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/j4flmao/agent-skills
agentmods
npx agentmods add skills/j4flmao/agent-skills/deno

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deno

README.md
[![agentmods](https://agentmods.dev/badge/skills/j4flmao/agent-skills/deno/github.svg)](https://agentmods.dev/skills/j4flmao/agent-skills/deno)
Your own site
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/deno"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/deno/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deno

Your own site · 80×15
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/deno"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/deno.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,740 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.04740
Opus 5 $0.00034 $0.02370
Sonnet 5 $0.00014 $0.00948
Haiku 4.5 $0.00007 $0.00474

Measured 9d ago against content hash 5fa9c276687d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

deno scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/backend/deno/SKILL.md · 594 lines

How it starts

The opening of the file, as written. The whole thing — 594 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Deno

Purpose

Build secure-by-default TypeScript applications with Deno runtime — permissions model, module system, standard library, Fresh framework, and deployment.

Agent Protocol

Trigger

User request includes: Deno, deno deploy, deno fresh, deno std, deno run, deno compile, deno test, deno fmt, deno lint, deno task, deno.json, import_map.json, TypeScript runtime, Fresh framework, deno.land.

Input Context

  • Runtime (Deno, Deno Deploy, self-hosted)
  • Framework (Fresh, Oak, Hono, bare)
  • Permissions required (net, read, write, env, ff, run)
  • Module strategy (deno.land/x, npm, JSR)

Output Artifact

Project setup, permission flags, module imports, Fresh route structure, deployment config.

Response Format

Produce artifact directly. No preamble, no postamble, no explanations. No filler, no hedging, no transitions. Strip articles a/an/the where unambiguous. Compress output — why use many token when few do trick.

Completion Criteria

  • Deno.json config with tasks, lint, fmt, permissions
  • Import map or deno.json imports configured
  • Fresh project structure with routes and islands
  • Deno Deploy or Docker deployment config

Max Response Length

4096 tokens

Architecture Decision Trees

Framework Selection: Fresh vs Oak vs Hono vs Bare

Criterion Fresh Oak Hono Bare (std/http)
SSR + Islands Yes (Preact) No No No
REST API Heavy (file-based) Best Best Minimal
Edge deployment Deno Deploy native Compatible Compatible Compatible
Middleware model Route-level Context pipeline Express-like Manual
Type safety Partial Generic params Full (TypeBox/Zod) Manual
npm compat Via JSR Via JSR Built-in Via JSR

Decision: routes/ file-based routing → Fresh. REST API w/ middleware → Oak. TypeScript-first w/ validation → Hono. Minimal/single-purpose → std/http.

Module Import Strategy: deno.land/x vs JSR vs npm

Read the full file on GitHub · 594 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 594 lines · 68 tokens per session scan A 5fa9c276687d

Subscribe to this mod's changes

deno is a skill published in the GitHub repository j4flmao/agent-skills (22 stars, last pushed 2d ago), licensed MIT. It adds 68 tokens to every session and 4,740 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

nifra

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…

nifrajs/nifra · 83 tokens

adapter-express

Mount tRPC as Express middleware with createExpressMiddleware() from @trpc/server/adapters/express. Access Express req/res in createContext via CreateExpressContextOptions. Mount at a path prefix like app.use('/trpc', ...). Avoid global express.json() conflicting with tRPC body parsing for FormData.

trpc/trpc · 67 tokens

trpc-router

Entry point for all tRPC skills. Decision tree routing by task: initTRPC.create(), t.router(), t.procedure, createTRPCClient, adapters, subscriptions, React Query, Next.js, links, middleware, validators, error handling, caching, FormData.

trpc/trpc · 59 tokens

aws-sst-development

SST v4 (Ion) expert for managing AWS resources as code with the Pulumi-backed framework.

sickn33/agentic-awesome-skills · 26 tokens

stripe-projects

Use after E2B sandbox/API access has been provisioned through Stripe Projects and the user needs to use the resulting E2B API key with the E2B CLI, JavaScript SDK, Python SDK, or Code Interpreter SDK.

e2b-dev/E2B · 51 tokens

chat-sdk

Build multi-platform chat bots with Chat SDK (chat npm package). Use when developers want to (1) Build a Slack, Teams, Google Chat, Discord, Telegram, GitHub, Linear, or WhatsApp bot, (2) Use Chat SDK to handle mentions, direct messages, subscribed threads, reactions, slash commands, cards, modals, files, or AI…

vercel-labs/open-agents · 191 tokens