用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill lich-typescript命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | lich-typescript |
| description | > Use when this capability is needed. |
.ts, .tsx, .js, .jsx, or .mjs.config/biome-rule-map.json exists.biome binary, tsc --noEmit via local typescript devDep, or the Lich fallback (minimal regex-based idiom checks — last resort).{file: "Foo.tsx", substrate_status: "ok"|"parse-failed"}biome --version. If present, invoke biome check --json --reporter=json <file>.tsc --noEmit if biome absent but TypeScript is installed. Parse diagnostic output.substrate: fallback-regex in the output — honest about reduced coverage.config/biome-rule-map.json:
M1 runtime-failure candidate — correctness rules (no-unused-vars, no-undef, strict-null-checks violations)M7 idiom suggestion — style rules (useExhaustiveDependencies, useArrowFunction, useConst)skip — Hydra-overlap rules (noSecrets, noEval, noUnsafeOptionalChaining with security framing)plugins/lich-core/state/review-flags.jsonl.plugins/lich-core/state/review-flags.jsonl.{substrate: "biome"|"tsc"|"fallback-regex", rules_fired: N, skipped_hydra_overlap: N}.Findings flow through the standard lich pipeline: lich-core → lich-sandbox (M1-class) → lich-rubric → lich-verdict.
biome check --apply. Never. Lich is advisory.Thin mapping layer — invoke subprocess, parse JSON, lookup, emit. No reasoning.
Source: enchanter-ai/lich — distributed by TomeVault.