bytractorjuice· 61 skills
This skill should be used when the user wants to bulk-build ArcKit artefacts in parallel rather than running individual /arckit:* commands one at a time. Invoke manually with /arckit:arckit-build when the task sounds like 'kick off a build', 'build everything', 'generate all artefacts', 'run all the commands', 'rebuild this project from scratch', 'resume the build', 'pick up where we left off', 'refresh the artefacts', 'run the recipe', 'build the whole project end-to-end', or 'parallel build', or mentions --plan, --resume, --target, --refresh, --recipe, or .arckit/state.json. The skill orchestrates parallel /arckit:* generation using subagent isolation: reads project state, computes the artefact dependency DAG, dispatches one subagent per target per wave (each subagent invokes a /arckit:* skill in its own context), validates outputs, commits the wave, and persists progress to .arckit/state.json for resumability.
$npx -y skills add tractorjuice/arc-kit --skill arckit-buildInstalls into the current project.
Run `npx skills use "https://github.com/tractorjuice/arc-kit" --skill "tractorjuice/arc-kit/arckit-build"` 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/tractorjuice/arc-kit" that are relevant to the current task. Run `npx skills add "https://github.com/tractorjuice/arc-kit"` and select the relevant skills, then follow their instructions.