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