asciinema-recorderlisted
Install: claude install-skill terrylica/cc-skills
# asciinema-recorder
Generate ready-to-copy commands for recording Claude Code sessions with asciinema. Dynamically creates filenames based on workspace and datetime.
> **Platform**: macOS, Linux (requires asciinema CLI)
> **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.
## When to Use This Skill
Use this skill when:
- Starting a new terminal recording session
- Creating demos or documentation recordings
- Capturing Claude Code sessions for review or sharing
- Generating workspace-specific recording filenames
---
## Why This Skill?
This skill generates ready-to-copy recording commands with:
- Dynamic workspace-based filename
- Datetime stamp for uniqueness
- Saves to project's tmp/ folder (gitignored)
---
## Requirements
| Component | Required | Installation |
| ----------------- | -------- | ------------------------ |
| **asciinema CLI** | Yes | `brew install asciinema` |
---
## Workflow Phases
### Phase 0: Preflight Check
**Purpose**: Verify asciinema is installed.
```bash
# Check asciinema CLI
which asciinema && asciinema --version
```
If asciinema is NOT installed, use AskUserQuestion:
- question: "asciinema not found. How would you like to proceed?"
header: "Setup"
multiSelect: false
options:
- label: "Install asciinema (Recommended)"
description: "R