Agent skill
biome
Biome fast formatter and linter. Use for code quality.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?