Semantic analysis of converted recordings. TRIGGERS - analyze cast, keyword extraction, find patterns.
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.
Run semantic analysis on converted .txt recordings.
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 | Path to .txt file |
-d, --domains | Domains: trading,ml,dev,claude |
-t, --type | Type: curated, auto, full, density |
--json | Output in JSON format |
--md | Save as markdown report |
--density | Include density analysis |
--jump | Jump to peak section after analysis |
Invoke the asciinema-analyzer skill with user-selected options.
file provided -> skip Phase 1 (file selection)-t provided -> skip Phase 2 (analysis type)-d provided -> skip Phase 3 (domain selection)--json/--md provided -> skip Phase 6 (report format)--jump provided -> auto-execute jump after analysis# Quick curated analysis for trading domain
/asciinema-tools:analyze session.txt -d trading -t curated
# Full analysis with density and JSON output
/asciinema-tools:analyze session.txt -t full --density --json
# Auto keyword discovery with markdown report
/asciinema-tools:analyze session.txt -t auto --md
| Issue | Cause | Solution |
|---|---|---|
| ripgrep not found | Not installed | brew install ripgrep |
| YAKE not available | Python package missing | uv pip install yake |
| No keywords found | Wrong domain or sparse content | Try -t auto for discovery |
After this skill completes, check before closing:
Only update if the issue is real and reproducible — not speculative.