Skip to main content
Back to registry

idempotent-redundancy

parcadei/continuous-claude-v3

When adding redundant paths (fallbacks, belt-and-suspenders), make them idempotent.

Installs151
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill idempotent-redundancy
About this skill
When adding redundant paths (fallbacks, belt-and-suspenders), make them idempotent. Redundancy without idempotency causes loops, churn, or data corruption. - Use _is_merge: true for Braintrust updates - Check if value exists before writing (fallback only if missing) - Use atomic write/rename for file operations - Make reconciliation steps safe to run repeatedly - Write unconditionally in fallback paths - Allow multiple writers to overwrite each other - Fire "repair" actions that can trigger more repairs - a541f08a: "Redundancy is good only if idempotent" - 1c21e6c8: "Belt-and-suspenders, but make it idempotent" - 6a9f2d7a: "Idempotent repair hooks"

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does idempotent-redundancy do?

When adding redundant paths (fallbacks, belt-and-suspenders), make them idempotent.

Is idempotent-redundancy good?

idempotent-redundancy does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does idempotent-redundancy work with?

idempotent-redundancy currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to idempotent-redundancy?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install idempotent-redundancy?

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill idempotent-redundancy

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering