Use when the user wants to turn a voice-note MP3 in the current repository into a transcribed idea/spec with CLAUDE.md and README, then push to GitHub. Triggers on phrases like "capture this idea", "transcribe my voice note", "turn this mp3 into a spec".
How this skill is triggered — by the user, by Claude, or both
Slash command
/knowledge-documentation:capture-ideaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This repository contains a note file saved as an MP3 (name may vary).
This repository contains a note file saved as an MP3 (name may vary).
Use the transcription MCP to send the transcription job to Gemini. Request both a verbatim transcript and a cleaned-up transcript.
After receiving the two files, generate a development specification (spec) based on the transcript content. Save the original MP3 and all generated files together in a folder called Notes or Planning.
Create a CLAUDE.md providing basic grounding in the context objectives. Create a short README.md summarizing the idea, noting this is a placeholder unless developing immediately.
The README should link to the planning note so anyone interested can pick it up. Link directly to the MP3 and transcripts using relative paths. Include the audio file in the repo.
Then push to GitHub.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin knowledge-documentation