← Back to list

backup-library
by barefootford
Edit Video with Claude Code
⭐ 114🍴 17📅 Jan 23, 2026
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.
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 100以上
+5
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon