summarize
SolidAI-powered iterative deep-dive analysis of converted recordings. TRIGGERS - summarize recording, analyze session, what happened
AI & Automation 62 stars
9 forks Updated today MIT
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /asciinema-tools:summarize
AI-powered iterative deep-dive analysis for large .txt recordings. Uses guided sampling and AskUserQuestion to progressively explore the content.
> **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.
## Philosophy
Large recordings (1GB+) cannot be read entirely. This command uses:
1. **Initial guidance** - What are you looking for?
2. **Strategic sampling** - Head, middle, tail + keyword-targeted sections
3. **Iterative refinement** - AskUserQuestion to drill deeper into findings
4. **Progressive synthesis** - Build understanding through multiple passes
## Arguments
| Argument | Description |
| ---------- | -------------------------------------------------- |
| `file` | Path to .txt file (converted from .cast) |
| `--topic` | Initial focus area (e.g., "ML training", "errors") |
| `--depth` | Analysis depth: `quick`, `medium`, `deep` |
| `--output` | Save findings to markdown file |
## Workflow
### Phase 1: Initial Guidance
```yaml
AskUserQuestion:
question: "What are you trying to understand from this recording?"
header: "Focus"
options:
- label: "General overview"
description: "What happened in this session? Key activities and outcomes"
- label: "Key findings/decisions"
...
Details
- Author
- terrylica
- Repository
- terrylica/cc-skills
- Created
- 8 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
post-session
Complete post-session workflow - finalize orphaned recordings, convert, and AI summarize. TRIGGERS - post session, analyze recording, session review
62 Updated today
terrylica AI & Automation Solid
analyze
Semantic analysis of converted recordings. TRIGGERS - analyze cast, keyword extraction, find patterns.
62 Updated today
terrylica AI & Automation Solid
asciinema-analyzer
Semantic analysis of asciinema recordings. TRIGGERS - analyze cast, keyword extraction, find patterns in recordings.
62 Updated today
terrylica