Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Deno GuidanceSkill
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
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
