biome

Replaces ESLint and Prettier with a single Rust-based linting and formatting tool.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/zanaroot/znr-collabill --skill biome-zanaroot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biome
Source: https://github.com/zanaroot/znr-collabill/tree/main/.ai/skills/biome
Command: npx skills add https://github.com/zanaroot/znr-collabill --skill biome-zanaroot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Biome replaces ESLint and Prettier with a single Rust-based toolchain, delivering ultra-fast linting and formatting with zero-config defaults.

Core Features & Use Cases

  • Fast linting and formatting
  • Built-in import sorting
  • TypeScript-first design
  • Monorepo support with zero-config defaults
  • VS Code integration

Quick Start

Install Biome, initialize configuration with npx @biomejs/biome init, and run biome check to validate your project.

Frequently Asked Questions about biome

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I replace ESLint and Prettier with a single tool for TypeScript linting and formatting?

You can replace ESLint and Prettier by installing Biome, running npx @biomejs/biome init, and executing biome check to lint and format TypeScript projects with zero-config defaults.

What is the best way to lint and format a monorepo with zero configuration?

Linting and formatting a monorepo with zero configuration is achieved by using Biome, which provides built-in monorepo support and TypeScript-first defaults to validate multi-package web projects quickly.

Does Biome support VS Code integration for fast web project feedback?

Yes, Biome supports VS Code integration, delivering ultra-fast linting and formatting feedback directly in the IDE for modern web projects.

How does Rust-based linting improve performance for JavaScript and TypeScript projects?

Rust-based linting improves performance by replacing traditional JavaScript toolchains like ESLint and Prettier with a single, ultra-fast tool that provides quick feedback and built-in import sorting.

Can I sort imports automatically without extra configuration in a web project?

Yes, you can sort imports automatically because Biome provides built-in import sorting and zero-config defaults, handling import organization natively alongside formatting and linting.