/configure:formatting Check and configure code formatting tools against modern best practices. When to Use This Skill | Use this skill when... | Use another approach when... | |------------------------|------------------------------| | Setting up Biome, Prettier, Ruff format, or rustfmt for a project | Running an existing formatter ( , ) | | Migrating from Prettier to Biome or Black to Ruff | Fixing individual formatting issues in specific files | | Auditing formatter configuration for completeness and best practices | Configuring linting rules ( instead) | | Adding format-on-save and CI form…