mcpbeat

Fmt

denoland/fmt

Format all code in the repository. Run before opening a PR or committing changes.

69 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
107984
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/denoland/deno --skill fmt

What it tells the agent to use

found in the instruction text
Bash runs shell commands — read the instruction before connecting

The instruction itself

1 sections, as written by the author

Format Code

Run the Deno code formatter:

./x fmt

If any files were changed, stage and report them.

How to use it

Copy the folder

Take denoland/fmt from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.