This handles the complete ESLint and Prettier setup for TypeScript and React projects, including both the modern flat config format and legacy .eslintrc for teams that haven't migrated yet. You get opinionated defaults that enforce consistent type imports, import ordering, and React best practices like exhaustive deps warnings. The configs include sensible overrides for test files where you typically want to disable strict any checking. Package scripts cover the essentials: lint, format, and a combined check command for CI. If you're tired of copying linting configs between projects or arguing about semicolons, this gives you a production ready baseline. The import ordering rules alone save enough bikeshedding to justify it.
npx -y skills add patricio0312rev/skills --skill eslint-prettier-config --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills