biome

Unify linting and formatting for TypeScript and JavaScript projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/znarfm/vet --skill biome-znarfm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biome
Source: https://github.com/znarfm/vet/tree/main/.agents/skills/biome
Command: npx skills add https://github.com/znarfm/vet --skill biome-znarfm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Biome provides a single fast alternative to ESLint and Prettier, unifying linting and formatting with zero-config defaults for modern web projects.

Core Features & Use Cases

  • Single tool for linting and formatting with Rust-based speed
  • TypeScript-first design with built-in import sorting
  • Zero-config defaults suitable for monorepos and CI

Quick Start

Install Biome as a dev dependency and run biome check to start linting and formatting with zero-config defaults.

Frequently Asked Questions about biome

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

FAQPage Schema
How do I lint and format TypeScript projects without complex configuration?

You can lint and format TypeScript projects using a single Rust-based toolchain that provides zero-config defaults. This eliminates the need to manually configure separate linting and formatting rules, streamlining your web development workflow.

What is the best way to speed up linting and formatting in a monorepo?

The best way to speed up linting and formatting in a monorepo is using a Rust-based toolchain. It unifies these processes into a single fast tool, significantly reducing feedback time during local development and CI pipelines.

Can I replace ESLint and Prettier with a single tool for web development?

Yes, you can replace ESLint and Prettier with a single unified tool. It offers first-class TypeScript support, built-in import sorting, and zero-config defaults, combining linting and formatting capabilities into one fast utility.

Does a unified toolchain work well for CI pipelines?

A unified toolchain works exceptionally well for CI pipelines. By combining linting and formatting into a single Rust-based tool with zero-config defaults, it delivers fast feedback and consistent checks across monorepos and web projects.

How do I get started with a zero-config linter and formatter?

To get started with a zero-config linter and formatter, simply install the tool as a dev dependency and run the check command. It immediately starts linting and formatting your TypeScript or JavaScript web projects with sensible defaults.