Agent skill · AI & Agents

voice-refine

Transform verbose voice input into optimized Claude prompts

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill voice-refine --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: Read
Path: skills/ai-llm/voice-refine/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 #

What's inside
Steps it walks through
  1. When to Use
  2. Transformation Pipeline
  3. Output Format
  4. Flags
  5. Usage Examples
  6. Basic Usage
  7. With Flags
  8. Compression Metrics
  9. Integration with Voice Tools
  10. Wispr Flow
  11. Superwhisper
  12. macOS Dictation
  13. What Gets Removed
  14. What Gets Preserved
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going