Agent skill
fmt
Format TypeScript sources using Deno formatter
Install this agent skill to your Project
npx add-skill https://github.com/sachitv/avro-typescript/tree/main/.opencode/skill/fmt
Metadata
Additional technical details for this skill
- workflow
- deno
SKILL.md
What I do
- Run
deno fmtto 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
lint
Check for style and static analysis warnings using Deno lint
test
Execute the project test suite using Deno
coverage
Collect and enforce code coverage using Deno
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
Didn't find tool you were looking for?