Complete operational workflow for implementer agents (Codex, Gemini, etc.) making code changes and writing tests. Drives all work through atomic commits — each loop operates on the smallest complete, reviewable change. Defines the Code Change Loop, Test Writing Loop, Lint Gate, and Issue Filing process with circuit breakers, severity levels, and escalation rules. Requires cortex git commit for all commits. Includes bundled provider-aware review scripts that keep same-model shell-outs as the last resort, plus a fresh-context Codex fallback for code review and test audit. Use this skill when starting any implementation task.
$npx -y skills add nickcrew/claude-cortex --skill agent-loopsInstalls into the current project.
Run `npx skills use "https://github.com/nickcrew/claude-cortex" --skill "nickcrew/claude-cortex/agent-loops"` 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/nickcrew/claude-cortex" that are relevant to the current task. Run `npx skills add "https://github.com/nickcrew/claude-cortex"` and select the relevant skills, then follow their instructions.