fmt
Format TypeScript sources using Deno formatter
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "fmt" description: "Format TypeScript sources using Deno formatter" license: "MIT" --- ## What I do - Run `deno fmt` to format all tracked TypeScript files in the repository - Can also format a single file using `deno fmt <filename>` - Ensures consistent code formatting before committing or submitting a pull request - Automatically follows the formatter rules configured in `deno.jsonc` ## When to use me Use this when you want to ensure code is properly formatted: - Before committing changes - Before creating a pull request - After modifying any TypeScript files in the codebase ## Notes - The formatter is configured by Deno and applies to the entire codebase - This is part of the standard pre-commit workflow defined in `scripts/pre-commit.sh`
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

