6 skills
skills83 ★
Modern Deno skills for AI coding assistants. Covers Deno, JSR imports, Fresh, Deno Deploy, and best practices.
checked 4d ago
Deploy a Deno app without managing servers
Walks through configuring environment variables, KV storage, custom domains, and tunneling for local dev—then ships your app with a single command.
·★84↓0
checked 4d ago
Set up and scaffold a Deno project
Walks through deno.json config, dependency choices, and CLI setup for a new project—saving the back-and-forth on versions, permissions, and import maps.
·★84↓0
checked 4d ago
Build a Deno web UI with Fresh and Preact
Scaffolds routes, island components, and Tailwind styles in Fresh 2.x. Includes context patterns, PageProps setup, and migration guidance if you're upgrading from 1.x.
·★84↓0
checked 4d ago
Catch Deno gotchas and runtime bugs
Reviews your Deno code for permission pitfalls, import weirdness, and async hazards. Flags anti-patterns and suggests the idiomatic fix without rewriting.
·★84↓0
checked 4d ago
Safely run user code without blowing up your server
Executes JavaScript, TypeScript, or Python in an isolated sandbox so untrusted code—whether user-submitted or AI-generated—can't access your database, env vars, or network.
·★84↓0
checked 4d ago
Bootstrap a new Deno project in seconds
Generates a ready-to-run Deno project scaffold—web app, CLI tool, library, or API server—with dependency lockfiles, TypeScript config, and test structure pre-wired.
·★84↓0