deno-project-templates
Installation
SKILL.md
Deno Project Templates
This skill provides templates for creating new Deno projects with modern best practices.
When to Use This Skill
- Creating a new Deno project from scratch
- Setting up project structure for different application types
- Scaffolding Fresh web apps, CLI tools, libraries, or API servers
Scope Boundaries
This skill applies only when the user asks for a Deno project. Follow these rules:
- If the user asks for a Node.js, Python, Go, Rust, or other non-Deno project, answer using that technology's project setup directly. Do not suggest Deno templates.
- Only use these templates when the user explicitly asks for a Deno project or is working in a Deno environment.
- When mentioning deprecated patterns, describe them generically. Do not write out deprecated URLs or import syntax — only show the correct modern approach.