biome

Configure BiomeJS linting, formatting, and code style via biome.json and npm scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BiomeJS configuration is often manual, brittle, and project-specific. This skill automates baseline setup for linting, formatting, and style enforcement, ensuring teams start from a consistent, correct configuration.

Core Features & Use Cases

  • Discover and apply the latest BiomeJS version automatically.
  • Generate a baseline biome.json with sensible defaults tailored to the project.
  • Integrate biome into package.json scripts for easy linting and formatting.
  • Adapt rules for frameworks like Next.js, Remix, Astro, SvelteKit, and monorepos.

Quick Start

Ask me to set up biome for your project and I will generate a baseline biome.json, install the latest biome, and add linting/formatting scripts.

Frequently Asked Questions about biome

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

FAQPage Schema
How do I configure BiomeJS for linting and formatting in a new project?

BiomeJS configuration involves generating a baseline biome.json with sensible defaults, installing the latest version, and adding lint and format npm scripts to package.json for standardized code style.

Can I set up BiomeJS for existing codebases across different frameworks?

Yes, BiomeJS setup adapts baseline linting and formatting rules for existing codebases across frameworks like Next.js, Remix, Astro, and SvelteKit to standardize code quality and maintain consistent style.

What's the best way to add BiomeJS to a monorepo for consistent code style?

Adding BiomeJS to a monorepo involves generating a baseline biome.json that adapts linting and formatting rules for monorepo structures, ensuring consistent code style and improved quality across packages.

How does BiomeJS handle latest-version discovery and validation checks?

BiomeJS setup implements latest-version discovery by automatically finding the newest release, then applies validation checks alongside baseline biome.json generation and npm script integration to ensure correct configuration.

Do I need to manually write biome.json or can it be generated automatically?

You do not need to manually write biome.json; baseline configuration is generated automatically with sensible defaults tailored to your project, replacing manual and brittle project-specific setup with standardized rules.