Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install fmtgit clone https://github.com/denoland/deno.gitcp deno/.claude/skills/fmt/SKILL.md ~/.claude/skills/fmt/SKILL.md--- name: fmt description: Format all code in the repository. Run before opening a PR or committing changes. user-invocable: true allowed-tools: Bash(./x fmt) --- # Format Code Run the Deno code formatter: ```sh ./x fmt ``` If any files were changed, stage and report them.