aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Create terminal recordings with VHS tape scripts
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/record-terminalContext preview
What this command does when you run it.
Create terminal recordings with VHS tape scripts
name: record-terminal description: Create terminal recordings with VHS tape scripts
Record terminal sessions using VHS tape files for tutorials and documentation.
/record-terminal <tape-file> # Record from tape file /record-terminal --init <name> # Create new tape template /record-terminal --validate <tape> # Validate tape syntax
1. **Invoke skill**: `Skill(scry:vhs-recording)` 2. Follow the skill's workflow to:
# Record from existing tape /record-terminal assets/tapes/quickstart.tape # Create new tape template /record-terminal --init demo # Validate before recording /record-terminal --validate assets/tapes/demo.tape
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.