biome-docs

Retrieve Biome lint rule, formatter, and biome.json configuration documentation.

7|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/wenerme/ai --skill biome-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biome-docs
Source: https://github.com/wenerme/ai/tree/main/skills/biome-docs
Command: npx skills add https://github.com/wenerme/ai --skill biome-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Biome documentation can be hard to navigate when you need the exact lint rule behavior, formatter configuration options, or the right way to run the Biome CLI and set up biome.json—especially across many categories like accessibility, security, and suspicious code patterns.

Core Features & Use Cases

  • Linter rule reference (473 rules): Find rule guidance and usage across accessibility, complexity, correctness, nursery, performance, security, style, and suspicious categories.
  • Formatter & configuration guidance: Understand formatter options and how to configure biome.json (including schema expectations and practical setup).
  • CLI and editor integration instructions: Learn how to run Biome commands and integrate them into development workflows, including CI-oriented recipes.
  • Assists and configuration reference: Discover source actions/assists and cross-check biome.json settings for linting, formatting, diagnostics, and related behaviors.

Use case example: When you see a lint violation in a project and need to confirm whether it’s a rule, what it enforces, and how to configure it (or migrate from ESLint/Prettier), use this skill to jump directly to the authoritative rule documentation and relevant configuration sections.

Quick Start

Ask: "Explain how to configure biome.json for formatting and linting, and where to find the documentation for a specific Biome lint rule."

Frequently Asked Questions about biome-docs

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

FAQPage Schema
How do I configure biome.json for linting and formatting?

To configure biome.json for linting and formatting, you define schema expectations for diagnostics and behaviors. The skill provides configuration reference guidance for practical setup across JavaScript, TypeScript, CSS, and GraphQL projects.

What is the correct Biome lint rule category for suspicious code patterns?

Biome lint rule categories for suspicious code patterns include accessibility, complexity, correctness, nursery, performance, security, style, and suspicious. The skill provides a rule reference index to find exact enforcement behavior across all 473 rules.

How do I migrate from ESLint and Prettier to Biome?

Migrating from ESLint and Prettier to Biome involves mapping previous configurations to biome.json schema settings. The skill offers documentation to cross-check formatter options and lint rules during the transition for JavaScript and TypeScript projects.

How do I run Biome CLI commands and integrate them into CI workflows?

Running Biome CLI commands and integrating them into CI requires specific execution recipes and editor setup instructions. The skill provides CLI usage documentation and workflow integration steps for continuous integration environments.

Does Biome support linting and formatting for GraphQL and CSS projects?

Biome supports linting and formatting for GraphQL and CSS projects alongside JavaScript and TypeScript. The skill documents formatter behavior and configuration options applicable to these file types within the biome.json schema.

Where can I find documentation for a specific Biome lint rule violation?

Finding documentation for a specific Biome lint rule violation requires accessing the references/linter/rules index. The skill jumps directly to authoritative rule documentation to confirm what the rule enforces and how to configure it.