·finalize
</>

finalize

Finalize orphaned recordings - stop processes, compress, push to orphan branch. TRIGGERS - finalize recording, stop asciinema, orphaned recording, cleanup recording, push recording.

18Installs·1Trend·@terrylica

Installation

$npx skills add https://github.com/terrylica/cc-skills --skill finalize

How to Install finalize

Quickly install finalize AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill finalize
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: terrylica/cc-skills.

SKILL.md

View raw

Finalize orphaned asciinema recordings: stop running processes gracefully, compress, and push to the orphan branch.

| file | Specific .cast file to finalize | | --all | Finalize all unhandled .cast files | | --force | Use SIGKILL if graceful stop fails | | --no-push | Skip pushing to orphan branch (local only) | | --keep-local | Keep local .cast after compression |

| Process won't stop | Hung asciinema process | Use --force flag for SIGKILL | | File may be truncated | Forced stop interrupted file | Most data preserved, try playing it | | zstd not found | zstd not installed | brew install zstd | | Push failed | No GitHub token | Set GHTOKEN or run gh auth login |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/terrylica/cc-skills --skill finalize
Category
</>Dev Tools
Verified
First Seen
2026-03-07
Updated
2026-03-11

Browse more skills from terrylica/cc-skills

Quick answers

What is finalize?

Finalize orphaned recordings - stop processes, compress, push to orphan branch. TRIGGERS - finalize recording, stop asciinema, orphaned recording, cleanup recording, push recording. Source: terrylica/cc-skills.

How do I install finalize?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill finalize Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/terrylica/cc-skills