Skip to main content
Run any Skill in Manus
with one click
GitHub repository

biome

biome contains 5 collected skills from blackwell-systems, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
0
updated
2026-04-23
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

lint-rule-development
software-developers

Step-by-step guide for creating and implementing lint rules in Biome's analyzer. Use when implementing rules like noVar, useConst, or any custom lint/assist rule, adding code actions to fix diagnostics, implementing semantic analysis for binding references, or adding configurable options to rules.

2026-04-23
formatter-development
software-developers

Guide for implementing formatting rules using Biome's IR-based formatter infrastructure. Use when implementing formatting for new syntax nodes, handling comments in formatted output, writing or debugging formatter snapshot tests, diagnosing idempotency failures, or comparing Biome's formatting against Prettier for JavaScript, CSS, JSON, HTML, Markdown, or other languages.

2026-04-16
eslint-migrate-options
software-developers

Guide for implementing ESLint-to-Biome rule option migrators inside `biome migrate eslint`. Use whenever you add or update a Biome lint rule that has an ESLint source rule with configurable options, need to deserialize plugin-specific ESLint options, or need custom migration logic beyond the auto-generated severity mapping.

2026-04-07
diagnostics-development
software-developers

Guide for creating high-quality, user-friendly diagnostics in Biome. Use when creating diagnostics for lint rules, adding helpful advice to error messages, implementing code frame displays, or improving diagnostic quality.

2026-04-06
testing-codegen
software-quality-assurance-analysts-and-testers

Guide for testing workflows and code generation commands in Biome. Use when running snapshot tests for lint rules, managing insta snapshots, or regenerating analyzer/parser/formatter code after changes.

2026-03-24