From asciinema-tools
Full workflow - record + backup + convert + analyze. TRIGGERS - full workflow, complete recording, end-to-end.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asciinema-tools:full-workflow [-t title] [-q|--quick] [-f|--full] [-d domains] [--no-backup] [--no-analyze][-t title] [-q|--quick] [-f|--full] [-d domains] [--no-backup] [--no-analyze]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Complete end-to-end workflow: record, backup, convert, and analyze.
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.
npx claudepluginhub terrylica/cc-skills --plugin asciinema-toolsRecord Claude Code sessions with asciinema. TRIGGERS - record session, asciinema record, capture terminal, demo recording.
Analyzes screen recordings via local screenpipe daemon to detect repeated research workflows, matches them against existing skills, and drafts new skills for uncovered patterns.
Analyzes screen captures from the local screenpipe daemon, detects repeated research workflows, and drafts new skills or composition recipes for uncovered patterns. Use on-demand to turn work history into reusable skills.