用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Fandhe-AI/template-frontend-react_router --skill knip命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | knip |
| description | Knip (未使用コード検出) リファレンス。 dead code, unused deps/exports, auto-fix, monorepo |
| user-invocable | false |
Knip の公式ドキュメント全コアページを網羅したスキル。 ユーザーのタスクに応じて適切な README.md を読み、そこから個別ファイルへ辿ること。
.claude/skills/knip/
├── SKILL.md ← このファイル(エントリーポイント)
└── references/
├── overview/README.md ← 入門・概要(4ページ)
├── explanations/README.md ← 概念説明(4ページ)
├── features/README.md ← 機能詳細(9ページ)
├── guides/README.md ← 実践ガイド(9ページ)
├── reference/README.md ← リファレンス(11ページ)
├── typescript/README.md ← TypeScript 固有(2ページ)
└── writing-a-plugin/README.md ← プラグイン開発(3ページ)
README.md を読む| タスク例 | カテゴリ | README パス |
|---|---|---|
| インストール、初期設定、基本的な使い方 | overview | references/overview/README.md |
| エントリーファイル、プラグインの仕組み、導入理由 | explanations | references/explanations/README.md |
| production mode、monorepo、auto-fix、compilers、reporters | features | references/features/README.md |
| 設定調整、トラブルシューティング、CI 統合、パフォーマンス | guides | references/guides/README.md |
| CLI フラグ、設定オプション、issue types、JSDoc タグ、FAQ | reference | references/reference/README.md |
| 未使用 dependencies/exports の検出・解説 | typescript | references/typescript/README.md |
| カスタムプラグインの作成、inputs、引数パーサー | writing-a-plugin | references/writing-a-plugin/README.md |