skills.sh
AvailableUniversal skill installation, including Claude Code and Codex.
npx skills add https://github.com/ulpi-io/skills-autonomous-engineering --skill auto-planauto-planCompiles a testable spec into a validated DAG of atomic, independently verifiable build slices.
Read the spec and verify its repository assumptions.
Decompose it into coherent tasks with at most three scoped paths each.
Wire real output dependencies and produce topological execution layers.
Run the deterministic structural validator.
Adversarially review coverage, paths, independence, and graph correctness until clean.
▸ 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 auto-planInstall the full plugin, then invoke /auto-plan 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:auto-plan.
▸ composes with