Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.
Deno Guidance
Summary
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Features
- Current Deno conventions and permission model
- Package selection across JSR and npm
- deno.json configuration and CLI usage
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Deno has changed substantially across its major versions, and models frequently produce code for an earlier Deno: old import syntax, deprecated standard library paths, and the wrong permission flags.
This official skill establishes the current conventions: how to structure a project, how the permission model works and which flags a given operation needs, how to configure deno.json for tasks, imports, and compiler options, and how to choose between JSR packages, npm packages, and the standard library.
It is the base skill for any Deno work, and it prevents the class of error where generated code is plausible, idiomatic for 2022, and broken today. Published by the Deno team.
Related Skills
Redis' own guidance for FT.CREATE schema design, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, HNSW vector similarity and RAG retrieval pipelines.
Supabase's official skill covering Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron and Queues — with a hard rule to verify against the live changelog before writing code.
GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.