Actions Cache Restore Save Split On Success banner
HomericIntelligence HomericIntelligence

Actions Cache Restore Save Split On Success

Development community

Description

--- name: actions-cache-restore-save-split-on-success license: BSD-3-Clause description: "Plan converting combined actions/cache@vN (which uses the action's built-in post-job save, firing unconditionally even after a failed build) into explicit actions/cache/restore@vN (early, unconditional) + actions/cache/save@vN (gated on if: success()), so a failed or partial build never poisons a build-output (FetchContent / build/_deps / Conan) cache. Use when: (1) planning or implementing finer cache-writ

Installation

Installs to ~/.claude/skills/homericintelligence-projectmnemosyne-actions-cache-restore-save-split-on-success/SKILL.md

Terminal
mkdir -p ~/.claude/skills/homericintelligence-projectmnemosyne-actions-cache-restore-save-split-on-success && curl -fsSL https://raw.githubusercontent.com/HomericIntelligence/ProjectMnemosyne/HEAD/skills/actions-cache-restore-save-split-on-success.md -o ~/.claude/skills/homericintelligence-projectmnemosyne-actions-cache-restore-save-split-on-success/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository