# Principle Make Operations Idempotent

> Make commands, lifecycle steps, scheduled jobs, and retry loops converge safely after repeat runs and interruption at any write boundary.

- Skill: `njs14/principle-make-operations-idempotent` (Agent Skill)
- Install (CLI): `npx skillmds@latest add njs14/principle-make-operations-idempotent`
- Raw SKILL.md: https://api.skillmd.com/api/skills/njs14/principle-make-operations-idempotent/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: njs14 (https://skillmd.com/u/njs14)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/njs14/principle-make-operations-idempotent

---


# Make reruns converge

Treat the request text that activated this skill as the operation to make retry-safe.

Apply [make operations idempotent](../pkstack-principles/references/catalog.md#make-operations-idempotent).
Inventory partial states, reconcile before writing, use atomic changes for coupled state, and target
cleanup only at exact owned resources. Test a second run and interruption around writes. Return the
state model and convergence evidence.

