byagentworkforce· 20 skills
Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates, mandatory sequential Claude-then-Codex fresh-eyes review/fix loops with test hardening, PGlite for in-memory Postgres testing, mock sandbox patterns, test-fix-rerun loops, verify gates after every edit, and the full lifecycle from implementation through passing tests to commit.
$npx -y skills add agentworkforce/relay --skill relay-80-100-workflowInstalls into the current project.
Run `npx skills use "https://github.com/agentworkforce/relay" --skill "agentworkforce/relay/relay-80-100-workflow"` 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/agentworkforce/relay" that are relevant to the current task. Run `npx skills add "https://github.com/agentworkforce/relay"` and select the relevant skills, then follow their instructions.