Guides systematic root-cause debugging and recovery instead of guessing fixes. Use when tests fail, builds break, commands error, logs or consoles show errors, runtime behavior differs from expectation, a bug is reported, a prior fix did not work, CI/deploy/smoke checks fail, or something worked before and stopped working. Also use when Codex encounters an unexpected tool, package, API, network, infrastructure, or vendor error during a task.
$npx -y skills add pimenov/codex-first-skills-pack --skill debugging-and-error-recoveryInstalls into the current project.
Run `npx skills use "https://github.com/pimenov/codex-first-skills-pack" --skill "pimenov/codex-first-skills-pack/debugging-and-error-recovery"` 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/pimenov/codex-first-skills-pack" that are relevant to the current task. Run `npx skills add "https://github.com/pimenov/codex-first-skills-pack"` and select the relevant skills, then follow their instructions.