What problem does it solve?
This Skill streamlines Deno development by providing a guided workflow for setting up new Deno projects, managing permissions for testing, and leveraging JSR for package management.
Core Features & Use Cases
- Deno project scaffolding: Initialize a consistent project structure using Deno 2 conventions.
- Permissions-aware testing: Run tests with restricted permissions using Deno's -P flag and a proper deno.json configuration.
- JSR-based dependency management: Use JSR to discover and manage JavaScript/TypeScript dependencies efficiently.
- Use Case: When starting a new Deno app or adjusting tests, this Skill ensures you follow best practices and compliant permissions.
Quick Start
Use deno to scaffold a new project, configure deno.json with sensible permissions, and add dependencies via deno add from JSR or npm as needed.