skills.sh
AvailableUniversal skill installation, including Claude Code and Codex.
npx skills add https://github.com/ulpi-io/skills-autonomous-engineering --skill checkpoint-resumecheckpoint-resumePersists long-run state to disk so a fresh session skips verified work already completed.
Decide new run or resume before touching state.
Initialize through the locked checkpoint CLI; never overwrite a live run.
Persist truthful phase and unit transitions as work lands.
On resume, load disk state and rebuild only non-done eligible units.
Finalize honestly and expose status through the read-only viewer.
▸ operating envelope
The shortest useful definition of where this skill helps—and where it should stay out of the way.
▸ output contract
▸ enforcement
Scripts are linked when this skill owns deterministic machinery. The remaining rules are explicit operating contracts and must not be marketed as hooks.
▸ install and invoke
Universal skill installation, including Claude Code and Codex.
npx skills add https://github.com/ulpi-io/skills-autonomous-engineering --skill checkpoint-resumeInstall the full plugin, then invoke /checkpoint-resume or let routing select it from context.
A work in progress on the codex-native-plugin branch — build it, start a new session, then invoke $autonomous-engineering:checkpoint-resume.
▸ composes with