Dual gemini
Agentic audio transcription in Go: parallel transcription agents, an LLM judge agent that picks the best, extensible via Agent Skills.
npx -y skills add cyanxxy/transcription-agent-go --skill dual-geminiAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generates two Gemini candidates (primary plus an automatically chosen secondary model) so the judge can cross-check disagreements. Use when accuracy matters more than latency or cost.
SKILL.md
0.6 KB, 41 tokens by cl100k_base, as published. Nobody here has run it
Dual Gemini Strategy
Emit one candidate from the primary model and one from a complementary secondary model (resolved automatically). The judge compares them and prefers the more conservative wording where they disagree.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.