byhuman-agent-society· 12 skills
The fast path from zero to a running CORAL experiment — what CORAL is and when to reach for it, installing the coral CLI, registering a runtime with coral setup, and the .coral_workspace/ convention for pointing CORAL at code you already have and want optimized. Use this whenever the user asks "what is coral", "should I use coral for this", wants to install or get coral set up, hits a "command not found" for coral or doesn't have it installed yet, or says "use coral to optimize / speed up / improve this code" and you need the end-to-end onboarding from install to a launched run. Hands off to setting-up-coral (runtime bindings), creating-a-coral-task (grader authoring), and running-coral-experiments (operating a run) for depth.
$npx -y skills add human-agent-society/coral --skill coral-quickstartInstalls into the current project.
Run `npx skills use "https://github.com/human-agent-society/coral" --skill "human-agent-society/coral/coral-quickstart"` 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/human-agent-society/coral" that are relevant to the current task. Run `npx skills add "https://github.com/human-agent-society/coral"` and select the relevant skills, then follow their instructions.