What problem does it solve? Inconsistent code style across a team leads to noisy diffs, review friction, and preventable lint errors. This Skill provides ready-to-use Prettier and ESLint configurations, Git hooks, and CI checks so formatting is enforced automatically instead of manually. ## Core Features & Use Cases - Prettier Configuration: Provides a complete .prettierrc setup with commands to format or check single files and entire source trees. - ESLint Integration: Supplies an .eslintrc.js extending TypeScript and React recommended rules, with Prettier conflict resolution. - Pre-commit Automation: Sets up Husky and lint-staged so staged files are linted and formatted before every commit. - Use Case: When starting a new TypeScript/React project, apply this Skill to install the toolchain, add ignore files, and wire CI checks so every commit and pipeline run enforces consistent style. ## Quick Start Set up Prettier and ESLint with Husky pre-commit hooks in my project so all staged files are automatically formatted and linted.