{
  "slug": "at-most-once-publishing",
  "title": "At Most Once Publishing",
  "description": "Durable send state machine for anything an agent publishes outward: at-most-once across crashes, timeouts, retries. Use when: \"make sure it doesn't post twice\", \"idempotent publish\", \"duplicate posts\", \"the request timed out, did it go through\", \"publish state machine\", \"safe retry\", \"exactly-once\", \"outbox pattern\", \"at-most-once\", \"recovery is resending things\", \"crash during send\". Applies to any side effect that cannot be undone.",
  "collection": "Made by Joy",
  "pack": null,
  "tags": {
    "tool": [
      "Claude Code",
      "Codex"
    ],
    "task": [
      "Publishing"
    ]
  },
  "author": "Joy Dong",
  "license": "MIT",
  "install": "npx skills add https://github.com/joydai2026-del/skills/tree/0d15d89c093f8f3852fe51befb3c364e387244f1/at-most-once-publishing",
  "source": "https://github.com/joydai2026-del/skills/tree/0d15d89c093f8f3852fe51befb3c364e387244f1/at-most-once-publishing",
  "page": "https://www.joydong.org/skills/at-most-once-publishing",
  "public_tree_sha256": "13d01d7f723390a53fde9dd6c9e55c1f3ef60c36e0c3c2ddee940e77faa233d5",
  "files": [
    {
      "path": "SKILL.md",
      "bytes": 18377,
      "sha256": "2d444a760ce91dfb7682b6201cc2220b5e063f71a0537b1e0986bb5c8fc4a8b8"
    }
  ],
  "teaching_published": true,
  "verified": {
    "status": "pass_install",
    "recorded_status": "pass",
    "last_run_at": "2026-09-11T01:24:01Z",
    "runner": "github-actions",
    "runner_digest": "sha256:b573c7946174ef251554e541b13e12f280b1c9977e3f17607042aa6715e90d36",
    "agent_versions": {
      "claude_code": "n/a",
      "codex": "n/a",
      "skills_cli": "1.5.25"
    }
  },
  "last_updated": "2026-09-10T18:56:00Z"
}
