·formatter-development
</>

formatter-development

Biome の IR ベースのフォーマッタ インフラストラクチャを使用してフォーマット ルールを実装するためのガイド。 JavaScript、CSS、JSON、HTML、またはその他の言語のフォーマッタを操作する場合に使用します。例:<example>ユーザーは新しい構文ノードの書式設定を実装する必要があります</example><example>ユーザーは書式設定された出力でコメントを処理したい</example><example>ユーザーはBiomeの書式設定をPrettierと比較しています</example>

42インストール·3トレンド·@biomejs

インストール

$npx skills add https://github.com/biomejs/biome --skill formatter-development

formatter-development のインストール方法

コマンドラインで formatter-development AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/biomejs/biome --skill formatter-development
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: biomejs/biome。

Use this skill when implementing or modifying Biome's formatters. It covers the trait-based formatting system, IR generation, comment handling, and testing with Prettier comparison.

This generates FormatNodeRule implementations for all syntax nodes. Initial implementations use formatverbatimnode (formats code as-is).

Leading and trailing comments are handled automatically by the formatter infrastructure.

Biome の IR ベースのフォーマッタ インフラストラクチャを使用してフォーマット ルールを実装するためのガイド。 JavaScript、CSS、JSON、HTML、またはその他の言語のフォーマッタを操作する場合に使用します。例:<example>ユーザーは新しい構文ノードの書式設定を実装する必要があります</example><example>ユーザーは書式設定された出力でコメントを処理したい</example><example>ユーザーはBiomeの書式設定をPrettierと比較しています</example> ソース: biomejs/biome。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/biomejs/biome --skill formatter-development
ソース
biomejs/biome
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-21
更新日
2026-03-10

Browse more skills from biomejs/biome

クイックアンサー

formatter-development とは?

Biome の IR ベースのフォーマッタ インフラストラクチャを使用してフォーマット ルールを実装するためのガイド。 JavaScript、CSS、JSON、HTML、またはその他の言語のフォーマッタを操作する場合に使用します。例:<example>ユーザーは新しい構文ノードの書式設定を実装する必要があります</example><example>ユーザーは書式設定された出力でコメントを処理したい</example><example>ユーザーはBiomeの書式設定をPrettierと比較しています</example> ソース: biomejs/biome。

formatter-development のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/biomejs/biome --skill formatter-development インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/biomejs/biome