barefootford

backup-library

@barefootford/backup-library
barefootford
79
10 forks
Updated 1/6/2026
View on GitHub

Creates compressed ZIP backups of libraries directory. Backs up library.yaml, transcripts, and roughcuts (not video files). This skill can also be useful when you need to restore a library.

Installation

$skills install @barefootford/backup-library
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.claude/skills/backup-library/SKILL.md
Branchmain
Scoped Name@barefootford/backup-library

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: backup-library description: Creates compressed ZIP backups of libraries directory. Backs up library.yaml, transcripts, and roughcuts (not video files). This skill can also be useful when you need to restore a library.

Skill: Backup Library

Verify libraries directory exists:

ls -la libraries/

Run backup:

ruby .claude/skills/backup-library/backup_libraries.rb

Creates backups/libraries_YYYYMMDD_HHMMSS.zip containing the entire libraries directory.

Restore Library

To restore from a backup, extract the ZIP file to the project root.

unzip backups/libraries_timestamp.zip -d .

This restores all libraries to their original locations.