Build the Arcade SDK from source, configure a local NuGet feed with the artifacts, and validate the build by running a test repository against the locally-built packages. Use when testing local Arcade changes against a consuming repo, validating Arcade SDK changes before merging, or verifying that a repo can build with a new Arcade version. Use when asked "test arcade", "build and test arcade", "validate arcade changes", "try arcade locally", "test arcade SDK", "build arcade packages", or "run a repo against local arcade". DO NOT USE FOR: CI analysis, Helix test investigation, codeflow/dependency-flow issues, or production Arcade SDK publishing.
$npx -y skills add ancplua/ancplua-claude-plugins --skill test-arcadeInstalls into the current project.
Run `npx skills use "https://github.com/ancplua/ancplua-claude-plugins" --skill "ancplua/ancplua-claude-plugins/test-arcade"` 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.