wenerme/ai

biome-docs

Biome documentation — fast web toolchain for JavaScript, TypeScript, JSX, JSON, CSS, and GraphQL. Covers linter (473 lint rules across accessibility, complexity, correctness, nursery, performance, security, style, suspicious categories), formatter (JS/TS/JSON/CSS/GraphQL formatting options), analyzer (import sorting), assist (actions and source actions), configuration reference (biome.json), CLI usage, editor integration, recipes (CI setup, Git hooks), and internals (architecture, changelog, cr…

First seen Jul 15, 2026

Installation

$ npx skills add wenerme/ai --skill biome-docs

Summary

  • Biome documentation — fast web toolchain for JavaScript, TypeScript, JSX, JSON, CSS, and GraphQL.
  • Covers linter (473 lint rules across accessibility, complexity, correctness, nursery, performance, security, style, suspicious categories), formatter (JS/TS/JSON/CSS/GraphQL formatting options), analyzer (import sorting), assist (actions and source actions), configuration reference (biome.json), CLI usage, editor integration, recipes (CI setup, Git hooks), and internals (architecture, changelog, credits).
  • USE THIS SKILL WHEN the user asks about Biome linting rules, formatting config, biome.json setup, migration from ESLint/Prettier, or Biome CLI usage.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from wenerme/ai · top by installs.

npx skills add wenerme/ai

Browse all from wenerme/ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,708 B
  • docs SUMMARY.md 676 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Biome Documentation

Official docs for Biome — one toolchain for your web project (formatter, linter, and more).

CRITICAL: grep references/ for keywords before answering. Lint rules are at references/linter/rules/.

Reference Index (546 docs)

Linter Rules (473 docs)

  • references/linter/ — Linter overview and configuration
  • references/linter/rules/ — Individual rule docs organized by category:

- a11y — Accessibility rules (useAltText, useAriaProps, etc.) - complexity — Complexity rules (noBannedTypes, noExcessiveCognitiveComplexity, etc.) - correctness — Correctness rules (noUnusedVariables, noConstAssign, useExhaustiveDependencies, etc.) - nursery — Experimental/new rules - performance — Performance rules (noAccumulatingSpread, noBarrelFile, noDelete, etc.) - security — Security rules (noDangerouslySetInnerHtml, noGlobalEval, etc.) - style — Style rules (useConst, noVar, useTemplate, useImportType, etc.) - suspicious — Suspicious code rules (noDoubleEquals, noExplicitAny, noDebugger, etc.)

Formatter (3 docs)

  • references/formatter/ — Formatter overview, options (indentStyle, lineWidth, quoteStyle, etc.)

Analyzer (1 doc)

  • references/analyzer/ — Import sorting and analysis

Assist (18 docs)

  • references/assist/ — Source actions and assists

Guides (11 docs)

  • references/guides/ — Getting started, configure Biome, integrate in editor, integrate in CI, migrate from ESLint/Prettier, use Biome in big projects

Reference (9 docs)

  • references/reference/ — biome.json schema, CLI reference, diagnostics, reporters, GritQL patterns

Recipes (4 docs)

  • references/recipes/ — CI setup, Git hooks, continuous integration

Internals (6 docs)

  • references/internals/ — Architecture, changelog, credits, language support, versioning

Blog (19 docs)

  • references/blog/ — Release announcements and updates