About
This skill optimizes your Deno development workflow by providing domain-specific guidance on modern JavaScript and TypeScript patterns, specifically focusing on Deno v2.x features. It streamlines the transition from Node.js by mapping legacy patterns to modern Deno equivalents, such as replacing manual cleanup with the 'using' statement for explicit resource management, swapping traditional polling for async generators, and utilizing type-safe Deno error classes. By prioritizing Web Standard APIs for HTTP, file operations, and cryptography, this skill ensures your codebase is performant, exception-safe, and aligned with Deno's core philosophy.