This handles the tedious parts of ESLint cleanup by scanning your codebase, categorizing errors into auto-fixable versus manual ones, and batch-fixing what it can. It detects your ESLint config automatically, works with both v8 and v9, and gives you formatted reports showing what got fixed and what needs your attention. The workflow is solid: runs eslint with JSON output, groups errors by file and rule, then tackles fixables first before walking you through the rest with diffs and suggestions. Nice touch that it checks for Prettier integration and respects your existing config. Saves you from running fix commands repeatedly and hunting through terminal output.
npx -y skills add laolaoshiren/claude-code-skills-zh --skill eslint-fix --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
JamieMason/syncpack
awslabs/agent-plugins
github/awesome-copilot
addyosmani/agent-skills