yamadashy / lint-fixer
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/lint-fixer && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/500" && unzip -o skill.zip -d .claude/skills/lint-fixer && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/lint-fixer/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Use this skill to run npm run lint and fix linting issues. Triggers on fixing lint errors after code changes or validating code against project style guidelines.
10 views
0 installs