Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install lint-jsgit clone https://github.com/denoland/deno.gitcp deno/.claude/skills/lint-js/SKILL.md ~/.claude/skills/lint-js/SKILL.md--- name: lint-js description: Lint JS/TS code only. Use before opening a PR when only JavaScript or TypeScript files were changed (no Rust). user-invocable: true allowed-tools: Bash(./x lint-js) --- # Lint JS/TS Code Run the JS/TS linter: ```sh ./x lint-js ``` If there are lint errors, fix them and re-run until clean.