# Fmt

> Format TypeScript sources using Deno formatter Use when this capability is needed.

- Skill: `tomevault-io/fmt-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/fmt-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/fmt-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/fmt-2

---


## 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`

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/sachitv) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

