Biome banner
marclove marclove

Biome

Development community

Description

--- name: Biome Formatter/Linter description: Runs Biome to format and lint, with reviewdog annotations on PRs when applicable. --- # Biome Formatter/Linter Usage - Lint and format check: `just lint` then `just format:check`. - PR annotations (local preview): `just lint:rd:local`. Notes - Biome rules configured in `biome.json`.

Installation

Installs to ~/.claude/agents/marclove-typeforge-biome.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/marclove/typeforge/HEAD/.claude/agents/biome.md -o ~/.claude/agents/marclove-typeforge-biome.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository