Breaks large or multi-file implementation work into small verified slices that keep the project working after each step. Use when building a feature, bugfix, refactor, migration, integration, UI flow, or operational change that could become a large diff; when more than one file/module is touched; when scope is fuzzy; when review or rollback would be hard; when Codex is tempted to code for a long time before testing; or when the user asks to work in small verified steps, slices, маленькими проверяемыми шагами, по шагам с проверкой, or после каждого шага проверяй.
$npx -y skills add pimenov/codex-first-skills-pack --skill incremental-implementationInstalls into the current project.
Run `npx skills use "https://github.com/pimenov/codex-first-skills-pack" --skill "pimenov/codex-first-skills-pack/incremental-implementation"` 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.