By chrisross00
Record a narrated screen demo; get transcript + screenshots as a prompt for Claude.
Stop the active recording and delete its session dir without running the pipeline. Use when you want to start over.
List recording sessions (no args) or delete them (args= all | older-than <Nd|Nh|Nm> | <id-or-slug>).
Diagnose and repair claude-code-recorder dependencies and state.
Pause the active recording without running the pipeline. Resume with /claude-code-recorder:record.
Inspect the currently-active recording (session ID, elapsed time, file size) without stopping it.
A Claude Code plugin marketplace authored by Chris Ross (ktrlabs).
Add the marketplace, then install any plugin by name:
/plugin marketplace add https://github.com/chrisross00/ktrlabs-claude-plugins
/plugin install claude-code-recorder@ktrlabs-claude-plugins
| Name | Description |
|---|---|
| claude-code-recorder | Record a narrated screen demo; get transcript + relevant screenshots dropped back into Claude Code as a prompt. |
.claude-plugin/
marketplace.json # lists the plugins
plugins/
claude-code-recorder/ # individual plugin
.claude-plugin/
plugin.json # plugin manifest
bin/ # Python implementation
commands/ # slash command definitions
hooks/ # lifecycle hooks
tests/ # unit + e2e tests
pyproject.toml
README.md # plugin-specific docs
.github/workflows/ci.yml # CI for all plugins
New plugins go under plugins/<name>/ and are registered in .claude-plugin/marketplace.json.
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub chrisross00/ktrlabs-claude-plugins --plugin claude-code-recorderMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns