AI AGENT ADDONS

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.

Add Biome skill to your workflow

Global

mkdir -p ~/.claude/skills/biome

Project

mkdir -p .claude/skills/biome

Source Repository

Stars
58
Forks
19
Watchers
58
License
MIT
Last Push
1 month ago
Created
8 months ago