biome

Integrate Biome linting and formatting into TypeScript/JavaScript projects.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/sizukutamago/dev-tools-plugin --skill biome
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biome
Source: https://github.com/sizukutamago/dev-tools-plugin/tree/main/skills/biome
Command: npx skills add https://github.com/sizukutamago/dev-tools-plugin --skill biome

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill integrates Biome linting and formatting into TypeScript/JavaScript projects, simplifying adoption and consistency across codebases.

Core Features & Use Cases

  • Base configuration templates: Provides a ready-to-use biome.json template and optional settings.
  • Editor & tooling integration: Guidance for VSCode settings and pre-commit hooks (lefthook) to enforce style and quality.
  • Use Case: Apply a reproducible lint/format setup to a new project or a monorepo and keep code in style with minimal effort.

Quick Start

Run the setup-biome command to apply Biome configuration to your project, then run lint checks with the biome CLI as part of your workflow.

Frequently Asked Questions about biome

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

FAQPage Schema
How do I set up Biome linting and formatting in a TypeScript project?

To set up Biome linting and formatting in a TypeScript project, run the setup-biome command to generate a biome.json template, then integrate the biome CLI into your workflow to enforce style and quality checks.

Can I use Biome for linting and formatting in a monorepo?

Yes, you can use Biome for linting and formatting in a monorepo. The setup provides configuration templates and integration steps designed to apply reproducible style rules across multiple packages with minimal effort.

What is the best way to integrate Biome with VSCode and pre-commit hooks?

The best way to integrate Biome with VSCode and pre-commit hooks is using the provided editor settings guidance and lefthook templates, which automatically enforce formatting and linting standards locally before code is committed.

Do I need npm or pnpm installed to configure Biome?

Yes, you need a standard package manager like npm, yarn, or pnpm installed to configure Biome. The setup requires these tools to install the Biome package and run the CLI commands for lint and format checks.

Does Biome configuration replace other JavaScript linting tools?

Biome configuration replaces other JavaScript linting tools by combining both linting and formatting into a single integrated toolchain, simplifying adoption and ensuring consistency without needing separate modules for style enforcement.