Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), or any work in ~/mayros workspace (never spawn agents here). Requires a bash tool that supports pty:true.
$npx -y skills add apiliumcode/mayros --skill coding-agentInstalls into the current project.
Run `npx skills use "https://github.com/apiliumcode/mayros" --skill "apiliumcode/mayros/coding-agent"` 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/apiliumcode/mayros" that are relevant to the current task. Run `npx skills add "https://github.com/apiliumcode/mayros"` and select the relevant skills, then follow their instructions.