byopen-software-network· 27 skills
Dispatch a scoped implementation task to another agent harness (Claude Code headless or Codex) from the current one: fill the shared task-brief template and run it through a per-harness runner script that can edit the worktree and run the gate, but never commits or pushes. Use when the user asks to delegate work to Codex or Claude, wants a second implementation pass from the other harness, or a skill (e.g. repo-review fix rounds) needs to hand a precise fix prescription to an implementer outside this session.
$npx -y skills add open-software-network/os-june --skill repo-delegateInstalls into the current project.
Run `npx skills use "https://github.com/open-software-network/os-june" --skill "open-software-network/os-june/repo-delegate"` 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/open-software-network/os-june" that are relevant to the current task. Run `npx skills add "https://github.com/open-software-network/os-june"` and select the relevant skills, then follow their instructions.