Claude Code Plugins

Community-maintained marketplace

Feedback
45
0

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.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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.