·type-inference
</>

type-inference

使用 Biome 模組圖和類型推斷系統的指南。在實作類型感知 lint 規則或處理 TypeScript 支援時使用。範例:<範例>使用者需要了解 lint 規則的類型解析</範例><範例>使用者正在開發模組圖基礎架構</範例><範例>使用者希望為新功能實作類型推斷</範例>

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。

SKILL.md

查看原文

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 支援時使用。範例:<範例>使用者需要了解 lint 規則的類型解析</範例><範例>使用者正在開發模組圖基礎架構</範例><範例>使用者希望為新功能實作類型推斷</範例> 來源:biomejs/biome。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/biomejs/biome --skill type-inference
分類
</>開發工具
認證
收錄時間
2026-02-21
更新時間
2026-03-10

Browse more skills from biomejs/biome

快速解答

什麼是 type-inference?

使用 Biome 模組圖和類型推斷系統的指南。在實作類型感知 lint 規則或處理 TypeScript 支援時使用。範例:<範例>使用者需要了解 lint 規則的類型解析</範例><範例>使用者正在開發模組圖基礎架構</範例><範例>使用者希望為新功能實作類型推斷</範例> 來源:biomejs/biome。

如何安裝 type-inference?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/biomejs/biome --skill type-inference 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/biomejs/biome