biome
Installation
SKILL.md
Biome Configuration
Deep Knowledge: Use
mcp__documentation__fetch_docswith technology:biomefor comprehensive documentation.
When NOT to Use This Skill
This skill is specific to Biome tooling. Do NOT use for:
- ESLint configuration - Biome replaces ESLint; migrate or use ESLint skills
- Prettier configuration - Biome replaces Prettier; migrate or use Prettier docs
- TypeScript type checking - Use
tsc, not Biome (Biome doesn't type check) - Build process - Use bundler skills (Vite, Webpack, etc.)
- Testing setup - Use testing framework skills (Vitest, Jest, etc.)
- Code quality principles - Use
clean-codeskill for what to fix, not how to configure