biome-setup

Configure Biome as a linter and formatter for TypeScript projects.

2|1|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/MolcajeteAI/plugin --skill biome-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biome-setup
Source: https://github.com/MolcajeteAI/plugin/tree/main/deprecated/tech-stacks/js/common/skills/biome-setup
Command: npx skills add https://github.com/MolcajeteAI/plugin --skill biome-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies setting up Biome, a fast linter and formatter, as a replacement for ESLint and Prettier in TypeScript projects.

Core Features & Use Cases

  • Unified Tooling: Consolidates linting and formatting into a single, high-performance tool.
  • Performance Boost: Achieves significantly faster analysis and formatting compared to traditional setups.
  • Use Case: When starting a new TypeScript project, use this skill to quickly integrate Biome for consistent code quality and formatting from day one.

Quick Start

Use the biome-setup skill to install and configure Biome for your project.

Frequently Asked Questions about biome-setup

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

FAQPage Schema
How do I configure Biome as a linter and formatter for a TypeScript project?

Configuring Biome involves installing the package, setting up the configuration file with specific formatter and linting rules, and integrating it with VS Code to replace existing tools for consistent TypeScript code quality.

Can I migrate an existing ESLint and Prettier setup to Biome?

Yes, you can migrate from ESLint and Prettier to Biome using provided migration steps that transition your existing configuration into Biome's unified linter and formatter setup for TypeScript projects.

What are the benefits of replacing ESLint and Prettier with Biome?

Replacing ESLint and Prettier with Biome consolidates linting and formatting into a single tool, providing a significant performance boost and faster analysis for modern JavaScript and TypeScript projects.

Does Biome support GitHub Actions for CI code quality checks?

Yes, Biome supports GitHub Actions for continuous integration. The setup includes CI examples that allow you to run the linter and formatter automatically within your GitHub Actions workflows to maintain code quality.

How do I integrate Biome with VS Code for automated formatting?

Integrating Biome with VS Code requires installing the extension and updating workspace settings, enabling the unified linter and formatter to run automatically on your JavaScript and TypeScript files.