Full workflow - record + backup + convert + analyze. TRIGGERS - full workflow, complete recording, end-to-end.
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.
Complete end-to-end workflow: record, backup, convert, and analyze.
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 |
|---|---|
-t, --title | Recording title |
-q, --quick | Quick analysis after recording |
-f, --full | Full analysis after recording |
-d, --domains | Domains for analysis |
--no-backup | Skip streaming backup |
--no-analyze | Skip analysis (just record + convert) |
Chains multiple skills: record -> backup -> convert -> analyze
-t provided -> use title directly-q or -f provided -> skip workflow configuration--no-backup -> skip backup step--no-analyze -> skip analysis step# Quick workflow with title
/asciinema-tools:full-workflow -t "Feature dev" -q
# Full analysis on trading domain
/asciinema-tools:full-workflow -f -d trading,ml
# Record only, analyze later
/asciinema-tools:full-workflow --no-analyze
| Issue | Cause | Solution |
|---|---|---|
| Recording not found | No active asciinema session | Run /asciinema-tools:record first |
| Backup skipped | Daemon not running | Run /asciinema-tools:daemon-start |
| Convert fails | Invalid .cast format | Check asciinema version with asciinema -V |
| Analysis times out | Large recording file | Use --no-analyze and run separately |
| Permission denied | Output dir not writable | Check directory permissions |
After this skill completes, check before closing:
Only update if the issue is real and reproducible — not speculative.