dotnet-biome

Configure repo-local Biome for formatting, linting, and import sorting in .NET projects.

8|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Postpartum-genushyacinthus29/dotnet-skills --skill dotnet-biome-postpartum-genushyacinthus29
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-biome
Source: https://github.com/Postpartum-genushyacinthus29/dotnet-skills/tree/main/skills/dotnet-biome
Command: npx skills add https://github.com/Postpartum-genushyacinthus29/dotnet-skills --skill dotnet-biome-postpartum-genushyacinthus29

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unify frontend tooling in .NET projects by replacing scattered linting and formatting stacks with a single Biome workflow designed for repo-local adoption.

Core Features & Use Cases

  • Single-toolchain formatting, linting, and import sorting across JS, TS, CSS, JSON, GraphQL, and HTML assets within .NET repos.
  • Repo-local configuration ensures consistent standards across teams, CI, and local development.
  • Provides a safe migration path with check commands and bounded writes to replace ad-hoc tooling.

Quick Start

Install a repo-local Biome, configure ownership, and run a check to begin migration.

Frequently Asked Questions about dotnet-biome

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

FAQPage Schema
How do I unify frontend linting and formatting in a .NET project?

You can unify frontend formatting and linting in a .NET project by adopting a repo-local Biome workflow to replace scattered toolchains. This centralizes formatting, linting, and import sorting across JS, TS, CSS, and HTML assets.

Does Biome work with Node-based frontend assets inside .NET applications?

Yes, Biome specifically targets .NET repositories containing Node-based frontend assets. It provides a single workflow to format, lint, and organize imports across JavaScript, TypeScript, CSS, JSON, GraphQL, and HTML files.

What is the best way to migrate from ad-hoc frontend tooling to Biome?

The best way to migrate to Biome is by installing a repo-local version, pinning it, configuring ownership, and running check commands. This provides a safe migration path with bounded writes to replace ad-hoc formatting tools.

Can I use Biome to sort imports and normalize code structure in .NET repos?

Yes, you can use Biome to sort imports and normalize code structure in .NET repos. It acts as an all-in-one toolchain that handles formatting, linting, and import organization across multiple frontend asset types.

How do I ensure consistent frontend code standards across my team and CI?

Consistent frontend standards are ensured by configuring repo-local Biome ownership and pinning versions. This enforces unified formatting and linting rules across local development, CI pipelines, and team members.

Why should I replace my current JavaScript formatting stack with Biome?

Replacing scattered JavaScript formatting stacks with Biome centralizes tooling into a single workflow. This eliminates configuration drift and simplifies maintenance by handling linting, formatting, and import sorting under one tool.