·type-inference
</>

type-inference

Biome のモジュール グラフと型推論システムを使用するためのガイド。型を認識する lint ルールを実装する場合、または TypeScript のサポートに取り組む場合に使用します。例:<example>ユーザーは lint ルールの型解決を理解する必要がある</example><example>ユーザーはモジュール グラフ インフラストラクチャに取り組んでいます</example><example>ユーザーは新しい機能の型推論を実装したいと考えています</example>

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

インストール

$npx skills add https://github.com/biomejs/biome --skill type-inference

type-inference のインストール方法

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

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

ソース: biomejs/biome。

Use this skill when working with Biome's type inference system and module graph. Covers type references, resolution phases, and the architecture designed for IDE performance.

Critical rule: No module may copy or clone data from another module, not even behind Arc.

Why: Any module can be updated at any time (IDE file changes). Copying data would create stale references that are hard to invalidate.

Biome のモジュール グラフと型推論システムを使用するためのガイド。型を認識する lint ルールを実装する場合、または TypeScript のサポートに取り組む場合に使用します。例:<example>ユーザーは lint ルールの型解決を理解する必要がある</example><example>ユーザーはモジュール グラフ インフラストラクチャに取り組んでいます</example><example>ユーザーは新しい機能の型推論を実装したいと考えています</example> ソース: biomejs/biome。

引用可能な情報

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

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

Browse more skills from biomejs/biome

クイックアンサー

type-inference とは?

Biome のモジュール グラフと型推論システムを使用するためのガイド。型を認識する lint ルールを実装する場合、または TypeScript のサポートに取り組む場合に使用します。例:<example>ユーザーは lint ルールの型解決を理解する必要がある</example><example>ユーザーはモジュール グラフ インフラストラクチャに取り組んでいます</example><example>ユーザーは新しい機能の型推論を実装したいと考えています</example> ソース: biomejs/biome。

type-inference のインストール方法は?

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

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

https://github.com/biomejs/biome