denoland/lint-all
Lint all code (Rust + JS/TS). Use before opening a PR when Rust code was changed.
npx skills add https://github.com/denoland/deno --skill lint-all
Run the full linter (Rust + JS/TS):
./x lint
If there are lint errors, fix them and re-run until clean.
Take denoland/lint-all 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.