Deno runtime, TypeScript-native development, permissions, and built-in tooling. Use when working with deno, deno.json, deno serve, deno test, deno fmt, or building TypeScript projects with the Deno runtime.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Deno runtime, TypeScript-native development, permissions, and built-in tooling. Use when working with deno, deno.json, deno serve, deno test, deno fmt, or building TypeScript projects with the Deno runtime.
Deno
Use deno fmt for formatting - no prettier config needed.
Use deno lint for linting.
deno test for testing - built-in test runner.
Permissions are explicit: --allow-read, --allow-write, --allow-net, --allow-env.
Prefer URL imports over npm packages when possible.
Use deno.json or deno.jsonc for project configuration.
Standard library at https://deno.land/std/ - prefer stdlib over third-party.
TypeScript is native - no tsconfig.json needed unless customizing.