← Back to list

sc-repomix-nuget
by randlee
The neural network of developer creativity
⭐ 1🍴 0📅 Jan 25, 2026
SKILL.md
name: sc-repomix-nuget version: 0.8.0 description: > Generate AI-optimized context for NuGet packages using Repomix. Use when preparing AI docs, API references, or dependency analysis ("nuget context", "repomix nuget").
Generating NuGet Package Context
Capabilities
- Compressed API surface (Tree-sitter
--compress) - Resolve dependencies/dependents (central registry)
- Inject frameworks/namespaces/repo URLs
- Two-tier output (API surface; docs optional in v0.4)
Agent Delegation
| Operation | Agent | Returns |
|---|---|---|
| Generate repomix output | sc-repomix-nuget-generate | JSON: output_path, token_count, file_count |
| Resolve package graph | sc-repomix-nuget-validate | JSON: dependencies, dependents, package |
| Assemble final context | sc-repomix-nuget-analyze | JSON: output_path, token_count, sections |
To invoke an agent: Use the Agent Runner to invoke <agent-name> as defined in .claude/agents/registry.yaml.
Parameters
package_path(default:.)output_path(default:./nuget-context.xml)include_docs(default:false)registry_url(optional; default documented in README)
Flow (basic)
- Agent Runner →
sc-repomix-nuget-validate - Agent Runner →
sc-repomix-nuget-generate - Agent Runner →
sc-repomix-nuget-analyze - Present final
output_path
References
- See
output-formats.mdfor the XML structure - See
registry-schema.mdfor registry details
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