Start terminal recording with asciinema. TRIGGERS - record session, capture terminal, start recording.
From asciinema-toolsnpx claudepluginhub terrylica/cc-skills --plugin asciinema-toolsThis skill is limited to using the following tools:
references/evolution-log.mdExecutes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Start a terminal recording session with asciinema.
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 |
|---|---|
file | Output path (e.g., session.cast) |
-t, --title | Recording title |
-i, --idle-time-limit | Max idle time in seconds |
--backup | Enable streaming backup to GitHub |
--append | Append to existing recording |
Invoke the asciinema-recorder skill with user-selected options.
file provided -> skip Phase 1 (output location)-t and -i provided -> skip Phase 2 (options)# Basic recording
/asciinema-tools:record session.cast
# Recording with title and idle limit
/asciinema-tools:record -t "Demo Session" -i 30
# Recording with GitHub backup
/asciinema-tools:record session.cast --backup
| Issue | Cause | Solution |
|---|---|---|
| asciinema not found | Not installed | brew install asciinema |
| Permission denied | Output path issue | Check write permissions for output directory |
| Recording not starting | Terminal issue | Ensure running in interactive terminal |
After this skill completes, check before closing:
Only update if the issue is real and reproducible — not speculative.