From asciinema-tools
Semantic analysis of converted recordings. TRIGGERS - analyze cast, keyword extraction, find patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asciinema-tools:analyze [file] [-d domains] [-t type] [--json] [--md] [--density] [--jump][file] [-d domains] [-t type] [--json] [--md] [--density] [--jump]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
Run semantic analysis on converted .txt recordings.
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.
npx claudepluginhub terrylica/cc-skills --plugin asciinema-toolsCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.