スキル一覧に戻る
randlee

sc-repomix-nuget

by randlee

The neural network of developer creativity

1🍴 0📅 2026年1月25日
GitHubで見るManusで実行

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

OperationAgentReturns
Generate repomix outputsc-repomix-nuget-generateJSON: output_path, token_count, file_count
Resolve package graphsc-repomix-nuget-validateJSON: dependencies, dependents, package
Assemble final contextsc-repomix-nuget-analyzeJSON: 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)

  1. Agent Runner → sc-repomix-nuget-validate
  2. Agent Runner → sc-repomix-nuget-generate
  3. Agent Runner → sc-repomix-nuget-analyze
  4. Present final output_path

References

  • See output-formats.md for the XML structure
  • See registry-schema.md for registry details

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です