Prompter
Description
Live script guidance for high-stakes conversations. Voice-tracking teleprompter with compliance reporting.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Prompter
Live script guidance for high-stakes conversations. A desktop teleprompter that tracks your voice against a known script, scrolling intelligently, pausing when the other person speaks, and producing a compliance report when you're done.
Built for pharmacists delivering MTM consultations. Works for any structured conversation: sales calls, presentations, onboarding scripts.
How it works
- Load a script (open file, paste from clipboard, or drag-and-drop)
- Hit Start Session (or press Space)
- Start speaking — the teleprompter follows your voice
- It pauses at check-in points and waits for you to continue
- At branch points, tap YES/NO to choose a path
- When done, get a compliance report + coaching insights
Tracking tiers
| Tier | What | How |
|---|---|---|
| Tier 1 (VAD) | Scrolls when you speak, pauses on silence | Energy-based voice activity detection at ~10Hz |
| Tier 2 (Whisper) | Corrects scroll position using speech recognition | Transcribes on silence boundaries, fuzzy-matches against script. Activates automatically if the whisper model exists. |
Script format
Scripts are annotated markdown (`.script.md`). Frontmatter is optional — paste plain text and it works.
---
title: MTM Consultation
type: pharmacy-consultation
estimated_duration: 18min
---
# Intro
Hi, thanks for meeting with me today.
> PAUSE: Does that sound helpful to you?
# Findings
Let me walk you through what I found.
> BRANCH: Would you like me to get this plan started?
>> YES
Great. Let me get that organized for you.
>> NO
No problem. May I share with your doctor?
See [SPEC.md](SPEC.md) for the full format specification.
Keyboard shortcuts
| Key | Action |
|---|---|
| Space | Start / Pause / Resume |
| Up / Down | Previous / Next sentence |
| 1-9 | Jump to section |
| Tab / Enter | Cycle / select branch options |
| + / - | Font size |
| Cmd+O | Open file |
| Cmd+V | Paste script |
| H | Help overlay |
| Esc |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11