packages/sc-repomix-nuget/skills/sc-repomix-nuget/SKILL.md
Generate AI-optimized context for NuGet packages using Repomix. Use when preparing AI docs, API references, or dependency analysis ("nuget context", "repomix nuget").
npx skillsauth add randlee/synaptic-canvas sc-repomix-nugetInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
--compress)| 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.
package_path (default: .)output_path (default: ./nuget-context.xml)include_docs (default: false)registry_url (optional; default documented in README)sc-repomix-nuget-validatesc-repomix-nuget-generatesc-repomix-nuget-analyzeoutput_pathoutput-formats.md for the XML structureregistry-schema.md for registry detailstools
Set up a repo-local just task runner with a root Justfile, optional .just/ helper scripts, and curated help, build, fmt, lint, test, and ci recipes. Use when a repo needs just, a Justfile, .just helpers, or when the user mentions task automation, "just build", "just lint", "just fmt", or dropping in a just system.
tools
Convert PDF documents to markdown, extract images and tables using the docling CLI. Use when asked to convert a PDF, extract a datasheet, get images from a PDF, or process any document into structured output. Triggers: 'convert pdf', 'pdf to markdown', 'extract images from pdf', 'datasheet', 'get tables from pdf', 'extract diagrams'. No MCP required — uses docling CLI only.
development
Use when another workflow must launch Claude, Codex, or Gemini as a separate background sub-agent without opening a terminal. Spawns the `launchpad` agent with fenced JSON input and `run_in_background: true`.
testing
Run repo startup: prompt load, checklist sync, optional PR triage, worktree hygiene, and CI pull. Best-effort with structured status.