·backup

Stream-backup active recordings to GitHub. TRIGGERS - backup recording, sync cast, streaming backup.

21Installs·1Trend·@terrylica

Installation

$npx skills add https://github.com/terrylica/cc-skills --skill backup

How to Install backup

Quickly install backup AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill backup
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: terrylica/cc-skills.

SKILL.md

View raw

| install | Configure and start backup automation | | status | Show active backups and last sync | | stop | Disable backup for current session | | history | View recent backup commits | | -r, --repo | GitHub repository (e.g., owner/repo) | | -i, --interval | Sync interval (e.g., 30s, 5m) | | --chunk | Split at idle time |

Invoke the asciinema-streaming-backup skill with user-selected options.

| gh not found | gh CLI not installed | brew install gh | | fswatch not found | fswatch not installed | brew install fswatch | | Auth error | GitHub token invalid/expired | Run gh auth login | | Orphan branch error | Branch not initialized | Run /asciinema-tools:daemon-setup | | No recordings found | No active .cast files | Start a recording first |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/terrylica/cc-skills --skill backup
Category
</>Dev Tools
Verified
First Seen
2026-03-07
Updated
2026-03-10

Browse more skills from terrylica/cc-skills

Quick answers

What is backup?

Stream-backup active recordings to GitHub. TRIGGERS - backup recording, sync cast, streaming backup. Source: terrylica/cc-skills.

How do I install backup?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill backup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/terrylica/cc-skills