Biome is a very fast tool for web projects. It combines linting and formatting into one tool. It is built with Rust and runs 100 times faster than older tools like ESLint. You can start using it with no configuration needed. It works great with TypeScript and JavaScript.
Biome replaces both ESLint and Prettier. This saves time and reduces setup. You just install it and run a single command. It can fix issues in your code automatically. Many developers use it in their projects for clean and consistent code.
To get started, run npm install --save-dev @biomejs/biome then npx @biomejs/biome init. After that, use npx @biomejs/biome check --write to check and fix your files. Biome also works well in CI pipelines.
Global
mkdir -p ~/.claude/skills/biomeProject
mkdir -p .claude/skills/biomeSource Repository
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Codebase Designmattpocock/skills
Create deep modules with tiny interfaces and lots of hidden logic for testability
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective