Biome
A comprehensive skill catalog for AI agents
npx -y skills add G1Joshi/Agent-Skills --skill biomeAssembled 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 migrateto 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.