biome
SKILL.md
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
Weekly Installs
1
Repository
g1joshi/agent-skillsGitHub Stars
7
First Seen
Feb 10, 2026
Security Audits
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1