用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Fandhe-AI/template-frontend-react_router --skill typedoc命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | typedoc |
| description | TypeDoc (TypeScript ドキュメントジェネレーター) リファレンス。 typedoc.json, TSDoc タグ, オプション, テーマ, プラグイン開発 |
| user-invocable | false |
TypeDoc (TypeScript ドキュメントジェネレーター) の全 API ドキュメントを網羅したスキル。 ユーザーのタスクに応じて適切な README.md を読み、そこから個別ファイルへ辿ること。
.claude/skills/typedoc/
├── SKILL.md ← このファイル(エントリーポイント)
└── references/
├── getting-started/README.md ← インストール・CLI・API(3ページ)
├── guides/README.md ← コメント構文・外部ドキュメント(4ページ)
├── tags-block/README.md ← ブロックタグ(22ページ)
├── tags-modifier/README.md ← モディファイアタグ(25ページ)
├── tags-inline/README.md ← インラインタグ(4ページ)
├── options/README.md ← 設定オプション(7ページ)
├── themes/README.md ← テーマ(2ページ)
├── plugins/README.md ← プラグイン(1ページ)
├── development/README.md ← 開発・拡張(4ページ)
└── api/README.md ← プログラマティック API(8ページ)
README.md を読む| タスク例 | カテゴリ | README パス |
|---|---|---|
| インストール、CLI 使用法、プログラマティック API | getting-started | references/getting-started/README.md |
| コメント構文、JSDoc/TSDoc、外部ドキュメント、宣言参照 | guides | references/guides/README.md |
| @param, @returns, @example, @category 等のブロックタグ | tags-block | references/tags-block/README.md |
| @hidden, @internal, @override 等のモディファイアタグ | tags-modifier | references/tags-modifier/README.md |
| @link, @inheritDoc, @include 等のインラインタグ | tags-inline | references/tags-inline/README.md |
| typedoc.json, entryPoints, out, theme 等の設定オプション | options | references/options/README.md |
| デフォルトテーマ、カスタム CSS、コミュニティテーマ | themes | references/themes/README.md |
| コミュニティプラグイン一覧 | plugins | references/plugins/README.md |
| カスタムテーマ開発、プラグイン開発、i18n | development | references/development/README.md |
| Application, Converter, Renderer, Reflection 等の API | api | references/api/README.md |