← ClaudeAtlas

content-vaultlisted

Content backup, versioning, and archive management — automatically backup content before modifications, maintain version history, enable rollback, and archive old content. The safety net for refresh, recycle, and edit operations.
Gaura3560/content-autopilot · ★ 2 · AI & Automation · score 75
Install: claude install-skill Gaura3560/content-autopilot
# Content Vault Never lose content — automatic backups, version history, and one-click rollback. ## When to Activate - User says `/vault` or `/vault status` - User says `/vault backup {file_path}` - User says `/vault rollback {file_path}` - Auto-triggered before /refresh, /recycle, or major edits ## Prerequisites - Content files to manage ## Data: content-vault/ Location: `~/.content-autopilot/vault/` ``` ~/.content-autopilot/vault/ index.json # Master index of all versions 2026-03-20/ note_2026-03-20_v1.md # Original note_2026-03-20_v2_refresh.md # After refresh 2026-03-15/ x_2026-03-15_v1.md # Original ``` ### index.json ```json { "version": "1.0", "entries": [ { "file": "note_2026-03-20.md", "versions": [ { "version": 1, "timestamp": "2026-03-20T10:00:00Z", "type": "original", "path": "vault/2026-03-20/note_2026-03-20_v1.md", "char_count": 3200 }, { "version": 2, "timestamp": "2026-03-25T15:00:00Z", "type": "refresh", "path": "vault/2026-03-20/note_2026-03-20_v2_refresh.md", "char_count": 3800, "changes": "Updated 5 data points, added new section" } ] } ] } ``` ## Commands ### `/vault` or `/vault status` — Show vault overview ### `/vault backup {file_path}` — Manual backup ### `/vault history {file_path}` — Show vers