Stream-backup active recordings to GitHub. TRIGGERS - backup recording, sync cast, streaming backup.
From asciinema-toolsnpx claudepluginhub terrylica/cc-skills --plugin asciinema-toolsThis skill is limited to using the following tools:
references/evolution-log.mdDispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Configure and manage streaming backup to GitHub orphan branch.
Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.
| Argument | Description |
|---|---|
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 |
--meta | Include session metadata |
Invoke the asciinema-streaming-backup skill with user-selected options.
-r and -i provided -> skip Phase 2-3 (config and repo)# Check current backup status
/asciinema-tools:backup status
# Configure and start backup automation
/asciinema-tools:backup install
# View recent backup history
/asciinema-tools:backup history
# Stop backup for current session
/asciinema-tools:backup stop
| Issue | Cause | Solution |
|---|---|---|
| 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 |
After this skill completes, check before closing:
Only update if the issue is real and reproducible — not speculative.