← Back to list

docfx-docs
by ANcpLua
Marketplace of opinionated Claude Code Plugins
⭐ 1🍴 0📅 Jan 22, 2026
SKILL.md
name: docfx-docs description: >- Use this skill when working with DocFX documentation pipelines. Covers docfx.json configuration, metadata extraction, toc.yml navigation, cross-references (xref/UID), and GitHub Pages deployment.
DocFX Documentation Skill
Use this skill when you need to work with DocFX documentation pipelines.
When to Use
- Implementing a new DocFX documentation site
- Fixing DocFX build failures or warnings
- Configuring API reference generation from .NET assemblies
- Setting up navigation (toc.yml) hierarchies
- Resolving cross-reference (xref) issues
- Deploying to GitHub Pages
Quick Reference
docfx.json Structure
{
"metadata": [{
"src": [{"files": ["**/*.csproj"], "src": "src"}],
"dest": "api",
"properties": {"TargetFramework": "net10.0"}
}],
"build": {
"content": [
{"files": ["**/*.md", "**/toc.yml"], "src": "content"},
{"files": ["**/*.yml"], "src": "api"}
],
"resource": [{"files": [".nojekyll", "images/**"]}],
"dest": "_site",
"template": ["default", "modern"]
}
}
Navigation (toc.yml)
- name: Home
href: index.md
- name: API Reference
href: api/
- name: Guides
href: guides/
GitHub Pages Requirements
- Create empty
.nojekyllfile in content root - Add to resources:
"files": [".nojekyll"] - URLs use
.htmlextension (not.md)
Agent
For complex DocFX issues, invoke the docfx-principal agent which provides
comprehensive analysis and PR-ready fixes.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon