Automates terminal recording sessions using asciinema to create high-quality documentation, demos, and tutorial content.
This skill enables Claude to capture terminal interactions by executing commands and saving them as asciinema .cast files. It streamlines the creation of documentation by automatically injecting metadata like titles and command strings into the recording header. Designed for non-interactive execution, it ensures recording integrity by failing if the command returns an error, making it an essential tool for developers and technical writers creating reproducible CLI demonstrations or visual guides.
主な機能
010 GitHub stars
02Automated asciinema recording
03Automatic directory creation for output files
04Automatic metadata and title injection
05Support for complex multi-command strings
06Format compatibility with GIF and SVG converters
ユースケース
01Creating terminal demos for project README files
02Generating visual tutorials for CLI tools
03Recording setup processes for technical documentation