Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

sc-repomix-nuget

verified

Generate AI-optimized context for NuGet packages using Repomix. Use when preparing AI docs, API references, or dependency analysis ("nuget context", "repomix nuget").

View on GitHub

Marketplace

synaptic-canvas

randlee/synaptic-canvas

Plugin

sc-repomix-nuget

tools

Repository

randlee/synaptic-canvas
1stars

packages/sc-repomix-nuget/skills/sc-repomix-nuget/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/randlee/synaptic-canvas/blob/main/packages/sc-repomix-nuget/skills/sc-repomix-nuget/SKILL.md -a claude-code --skill sc-repomix-nuget

Installation paths:

Claude
.claude/skills/sc-repomix-nuget/
Powered by add-skill CLI

Instructions

# 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)
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

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1300 chars