$npx skillfedfor your agent

biomejs

11 skills total · 11 unscanned

Skills by biomejs

biome-developer
by biomejs · biomejs/biome

This skill guides developers working on Biome's codebase through essential patterns and pitfalls. It covers AST and syntax node navigation, efficient string extraction without…

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars
changeset
by biomejs · biomejs/biome

This skill walks you through building changesets for Biome pull requests that introduce user-facing changes—bug fixes, new features, rule updates, or formatter tweaks. It covers…

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars
diagnostics-development
by biomejs · biomejs/biome

Build effective error messages, warnings, and hints for Biome lint rules using the Diagnostic trait and advice system. Learn to craft messages that explain what went wrong, why it…

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars
doc-comments
by biomejs · biomejs/biome

This skill establishes documentation standards for Biome developers writing comments and rustdoc in the codebase. It distinguishes three comment types—module docs for explanation,…

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars
eslint-migrate-options
by biomejs · biomejs/biome

This skill guides you through building option migrators for the `biome migrate eslint` command, preserving ESLint rule configurations beyond severity alone. Learn to model ESLint…

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars
formatter-development
by biomejs · biomejs/biome

Learn to implement and modify Biome's formatters using its trait-based IR system. This skill covers generating formatter boilerplate, writing FormatNodeRule implementations,…

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars
lint-rule-development
by biomejs · biomejs/biome

This skill guides you through building new lint rules and assist actions for Biome. It covers rule scaffolding across multiple languages, implementation patterns with semantic…

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars
parser-development
by biomejs · biomejs/biome

This skill teaches you how to add parsing support for new languages to Biome by authoring grammars in ungrammar format, implementing lexers and token sources, and writing parse…

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars
pull-request
by biomejs · biomejs/biome

This skill walks you through the pull request workflow for the Biome project, covering branch selection based on change type, conventional commit title formatting, and the…

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars
testing-codegen
by biomejs · biomejs/biome

testing-codegen guides you through snapshot testing with insta and code generation for the Biome codebase. It covers running tests for specific crates, fast iteration with…

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars
type-inference
by biomejs · biomejs/biome

This skill teaches you how to work with Biome's type inference engine and module graph architecture for building type-aware lint rules. It covers the three-phase type resolution…

Apache-2.0for claude-codeupdated Jul 2026
★ 25,418repo stars