biome

Lint and format JavaScript, TypeScript, and JSON files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines web development by providing a single, high-performance tool for linting and formatting code, replacing slower, separate tools like ESLint and Prettier.

Core Features & Use Cases

  • Unified Tooling: Combines linting and formatting into one executable.
  • Speed: Offers significantly faster execution times (up to 100x) due to its Rust implementation.
  • Zero-Config Defaults: Provides sensible defaults for immediate use.
  • Use Case: Automatically format and lint all TypeScript files in your project to maintain code quality and consistency across your development team.

Quick Start

Run the biome check command with the write flag to format and lint all files in the current directory.

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 files in one step?

To lint and format TypeScript files in one step, run the biome check command with the write flag. This automatically applies code quality rules and formatting to all supported files in your current directory.

Why does biome offer faster code quality checks than separate linting and formatting tools?

Biome offers faster code quality checks because it is implemented in Rust, combining linting and formatting into a single executable. This unified approach provides significantly faster execution times compared to using separate tools.

Can I migrate my web project from ESLint and Prettier to biome?

Yes, you can migrate your web project from ESLint and Prettier to biome. It provides migration capabilities to transition your code quality and style enforcement into a single, high-performance toolchain.

Does biome work with JavaScript and JSON files?

Yes, biome works with JavaScript, TypeScript, and JSON files. It provides advanced configuration options to enforce code quality and style across these file types within your web projects.

Do I need to configure rules before I start formatting code?

No, you do not need to configure rules before formatting code. Biome provides sensible zero-config defaults for immediate use, allowing you to maintain code quality and consistency instantly.

What is the best way to enforce code style consistency across a development team?

The best way to enforce code style consistency across a development team is using a unified toolchain with zero-config defaults. Biome integrates linting, formatting, and import sorting to standardize code quality automatically.