biomejsbiomejsOfficialยท12 Agent Skills Included

biome

Fast formatter and linter for JavaScript, TypeScript, CSS, and more

Formats and lints JavaScript, TypeScript, JSX, JSON, CSS, HTML, and GraphQL code with one fast tool. Replaces slow Prettier and ESLint setups with a single dependency that needs almost no configuration. Catches bugs with over 500 lint rules and applies safe automatic fixes directly in your editor or CI pipeline.
npx skills add biomejs/biome --all -g -y
Available:

Gives AI agents strict rules for contributing to Biome, covering testing, code generation, code review, changesets, and which sub-skills to load for each task.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
biomejsbiomejs

type-inference

Guide Biome module graph and type inference for type-aware lint rules.

Official
Advanced
๐Ÿ“ฆ In Repo
biomejsbiomejs

lint-rule-development

Create, implement, test, and configure Biome lint rules.

Official
Advanced
๐Ÿ“ฆ In Repo
biomejsbiomejs

testing-codegen

Run Biome tests, generate code, and create versioning changesets.

Official
Intermediate
๐Ÿ“ฆ In Repo
biomejsbiomejs

diagnostics-development

Create lint rule diagnostics with embedded fixes and formatted markup.

Official
Intermediate
๐Ÿ“ฆ In Repo
biomejsbiomejs

prettier-compare

Compares Biome and Prettier formatting and intermediate representation outputs for JavaScript, TypeScript, CSS.

Official
Intermediate
๐Ÿ“ฆ In Repo
biomejsbiomejs

biome-developer

Guide Biome codebase development with AST manipulation and Rust best practices.

Official
Intermediate
๐Ÿ“ฆ In Repo
biomejsbiomejs

parser-development

Guide parser implementation with error recovery for new Biome languages.

Official
Advanced
๐Ÿ“ฆ In Repo
biomejsbiomejs

formatter-development

Implement Biome formatting rules using its IR-based formatter infrastructure.

Official
Advanced
๐Ÿ“ฆ In Repo
biomejsbiomejs

biome-code-review

Reviews Biome pull requests and diffs through read-only static analysis with severity-ranked findings.

Official
Advanced
๐Ÿ“ฆ In Repo
biomejsbiomejs

eslint-migrate-options

Migrate configurable ESLint rule options into Biome rule configurations.

Official
Advanced
๐Ÿ“ฆ In Repo
biomejsbiomejs

changeset

Create and validate changeset release-note files for Biome contributions.

Official
Intermediate
๐Ÿ“ฆ In Repo
biomejsbiomejs

syntax-text-handling

Extract and store token-backed source text from Biome AST and CST syntax trees.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Biome?โ–ผ

Run `npx skills add biomejs/biome --all -g -y` in your terminal to install all skills in this suite globally.

What does Biome do?โ–ผ

Biome is a fast formatter and linter for JavaScript, TypeScript, JSON, CSS, and GraphQL. It replaces separate tools like Prettier and ESLint with one unified toolchain.

Can Biome replace ESLint and Prettier?โ–ผ

Yes. Biome offers 97% Prettier formatting compatibility and over 500 lint rules, and it can migrate your existing ESLint configuration automatically.

Does Biome work inside my code editor?โ–ผ

Yes. Biome has first-class editor extensions for VS Code and other editors, formatting and linting your code as you type.

How do AI agents use these Biome skills?โ–ผ

The skills guide AI coding agents through Biome development tasks like writing lint rules, fixing parsers, reviewing code, and creating changesets with correct project conventions.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’