deno-runtime/SKILL.md
Build applications using Deno runtime with TypeScript support and built-in tooling.
npx skillsauth add Heldinhow/awesome-opencode-dev-skills deno-runtimeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Deno is a secure TypeScript runtime built on V8, with built-in tooling and modern JavaScript features. This skill should be invoked when creating JavaScript/TypeScript applications that benefit from TypeScript-first development, built-in testing, and simplified dependency management.
curl -fsSL https://deno.land/x/install/install.sh | shdeno --versiondeno run --allow-<perm> <file.ts>deno test for test suitesdeno fmtdeno linttools
Implement WebSocket communication for real-time bidirectional client-server communication.
development
Implement webhook handlers for processing incoming events from external services.
development
Test web applications using Playwright for end-to-end browser testing.
development
Build production-quality HTML artifacts using React, Tailwind CSS, and shadcn/ui.