voice-refine
Transform verbose voice input into optimized Claude prompts
npx skills add majiayu000/claude-skill-registry --skill voice-refine --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Voice Refine Skill Transform verbose, stream-of-consciousness voice dictation into structured, token-efficient prompts for Claude Code. ## When to Use - Input from voice dictation (Wispr Flow, Superwhisper, macOS Dictation) - Verbose text >150 words - Contains filler words, repetitions, or tangents - Natural speech patterns that need structure ## Transformation Pipeline ``` 1. DEDUPE → Remove repetitions and filler words 2. EXTRACT → Identify core requirements and constraints 3. STRUCTURE → Organize into standard sections 4. COMPRESS → Reduce to ~30% of original while preserving intent ``` ## Output Format ```markdown ## Contexte [Project context, existing stack, relevant files] ## Objectif [Single sentence: what needs to be built/changed] ## Contraintes - [Constraint 1] - [Constraint 2] - [etc.] ## Output attendu [Expected deliverables: files, format, tests] ``` ## Flags | Flag | Effect | |------|--------| | `--confirm` | Show refined prompt before sending to Claude (default) | | `--direct` | Send refined prompt directly without confirmation | | `--verbose` | Keep more detail, less compression | | `--en` | Output in English (default: matches input language) | ## Usage Examples #
- When to Use
- Transformation Pipeline
- Output Format
- Flags
- Usage Examples
- Basic Usage
- With Flags
- Compression Metrics
- Integration with Voice Tools
- Wispr Flow
- Superwhisper
- macOS Dictation
- What Gets Removed
- What Gets Preserved
What does the voice-refine skill do?
Transform verbose voice input into optimized Claude prompts
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill voice-refine --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
