denoland/fmt
Format all code in the repository. Run before opening a PR or committing changes.
npx skills add https://github.com/denoland/deno --skill fmt
Run the Deno code formatter:
./x fmt
If any files were changed, stage and report them.
Take denoland/fmt from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.