git log --oneline --stat
HEAD
- Stars
- 7.2k
- Forks
- 433
- Updated
- Jun 24, 2026
repo --stat
stars
7.2k
forks
433
last update
Jun 24, 2026
license
MITv2.3.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add biome-lint-format-toolchain - Invoke
// Run from any project directory
$ claude --skill biome-lint-format-toolchain "wire up a GitHub Actions deploy" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill biome-lint-format-toolchain "now refactor it"
biome-lint-format-toolchain/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- Biome Toolchain Pro
- slug:
- biome-lint-format-toolchain
- version:
- v2.3.0
- license:
- MIT
- author:
- @biome-craft
- categories:
- tags:
- #biome#linter#formatter#eslint-migration#type-aware
- description:
Migrate ESLint+Prettier to Biome 2.x — type-aware lint, biome.json config, GritQL plugins, CI and format-on-save.
features.md
5 capabilities
// What you can do with it
- Runs biome migrate eslint --write and biome migrate prettier --write to translate existing configs into biome.json, including reading .eslintrc extends and inferring .prettierrc formatting options.
- Structures biome.json with linter, formatter, assist, files.includes, and per-path overrides.
- Enables the project domain so multi-file, type-aware rules work using Biome's own module graph (no TypeScript compiler invocation).
- Authors GritQL plugins (.grit files referenced under plugins) for project-specific patterns ESLint would have needed a custom rule for.
- Sets up CI via biome ci and editor format-on-save through the Biome LSP / editor.defaultFormatter.
README.md
biome-lint-format-toolchain/README.md
7 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…