agentsclimarketplace

Biome

Skill G1Joshi/Agent-Skills/skills/tools/biome

A comprehensive skill catalog for AI agents

Install
npx -y skills add G1Joshi/Agent-Skills --skill biome

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Biome fast formatter and linter. Use for code quality.

SKILL.md

0.9 KB, 229 tokens by cl100k_base, as published. Nobody here has run it

Biome

Biome (formerly Rome) is a unified toolchain. It replaces Prettier and ESLint. v2.0 (2025) adds a plugin system (GritQL) and multi-file analysis.

When to Use

  • Greenfield Projects: Start with Biome for instant linting/formatting.
  • CI Speed: It lints a monorepo in milliseconds.
  • Simplicity: One config file biome.json.

Core Concepts

Formatter

97% compatibility with Prettier.

Linter

100+ rules. fast, informative diagnostics.

Analyzer

Understands import graphs (unlike ESLint which mostly checks single files).

Best Practices (2025)

Do:

  • Migrate: Use biome migrate to import Prettier/ESLint configs.
  • Use Editor Extension: The VS Code extension is extremely fast.

Don't:

  • Don't mix with Prettier: Pick one.

References

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.