Trace dependency flow across .NET repos through the VMR pipeline. USE FOR: checking if a PR/commit from repo A has reached repo B, finding what runtime SHA is in an SDK build, tracing dependency versions through the VMR, checking if a commit is included in an SDK build, decoding SDK version strings, "has my fix reached runtime", "did roslyn#80873 flow to runtime", "what SHA is in SDK version X", cross-repo dependency tracing, mapping SDK versions to VMR commits. DO NOT USE FOR: codeflow PR health or staleness (use flow-analysis skill), CI build failures (use ci-analysis skill). INVOKES: maestro and GitHub MCP tools, Get-SdkVersionTrace.ps1 script.
$npx -y skills add ancplua/ancplua-claude-plugins --skill flow-tracingInstalls into the current project.
Run `npx skills use "https://github.com/ancplua/ancplua-claude-plugins" --skill "ancplua/ancplua-claude-plugins/flow-tracing"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ancplua/ancplua-claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/ancplua/ancplua-claude-plugins"` and select the relevant skills, then follow their instructions.