biome

Automates linting, formatting, and code quality checks for JavaScript and TypeScript projects.

17|1|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/Parallel-7/FlashForgeWebUI --skill biome-parallel-7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biome
Source: https://github.com/Parallel-7/FlashForgeWebUI/tree/main/.claude/skills/biome
Command: npx skills add https://github.com/Parallel-7/FlashForgeWebUI --skill biome-parallel-7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates code linting, formatting, and quality checks using the Biome toolchain, ensuring consistent and high-quality code across projects.

Core Features & Use Cases

  • Comprehensive Linting & Formatting: Enforces code style, catches errors, and formats code automatically.
  • Editor Integration: Seamlessly integrates with VS Code, IntelliJ, and Zed for real-time feedback.
  • Use Case: Automatically format all JavaScript and TypeScript files in your project according to predefined style guides, and catch common coding errors before they cause issues.

Quick Start

Use the biome skill to check all files in the current directory for linting and formatting errors.

Frequently Asked Questions about biome

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate JavaScript and TypeScript code formatting and linting?

You can automate code formatting and linting by configuring the Biome toolchain with a biome.json file to enforce style rules and catch errors across your JavaScript and TypeScript projects.

Does Biome editor integration work with VS Code, IntelliJ, and Zed?

Yes, Biome editor integration works with VS Code, IntelliJ, and Zed, providing real-time feedback and code actions directly within those IDEs as you develop.

What do I need to set up Biome for project-wide code quality checks?

You need to install the Biome CLI and create a biome.json configuration file to define project-specific rules and preferences before running checks across your directories.

How do I check all files in my current directory for linting and formatting errors?

You can check all files in your current directory for linting and formatting errors by running the Biome skill, which scans the project based on your predefined configuration.

What is the best way to enforce consistent code style across JavaScript projects?

The best way to enforce consistent code style across JavaScript projects is to use an automated toolchain like Biome to format files and catch common coding errors before they cause issues.

Why use a single toolchain for both code formatting and linting instead of separate tools?

Using a single toolchain for code formatting and linting streamlines code quality management by combining style enforcement and error catching into one integrated process for faster developer feedback.