Add a new component to the CORAL framework itself — a new agent runtime under coral/agent/builtin/ (claude_code/codex/cursor_agent style), a new CLI command in coral/cli/, a new bundled skill or subagent template under coral/template/skills/ or coral/template/agents/, a new hook in coral/hooks/, a new field in coral/config.py, or a framework-level extension to the grader stack under coral/grader/. NOT for writing a per-task grader or adding an example task — use coral-new-task for that. NOT for debugging existing code — use coral-debug.
$npx -y skills add human-agent-society/coral --skill coral-extendInstalls into the current project.
Run `npx skills use "https://github.com/human-agent-society/coral" --skill "human-agent-society/coral/coral-extend"` 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.