From claude-transcription
Add section headers, logical groupings, and paragraph breaks to a cleaned transcript, while preserving the speaker's wording. Use when the user asks to structure a transcript, add headers, organize by topic, or make a transcript readable without rewriting it.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-transcriptionThis skill uses the workspace's default tool permissions.
Reorganize a cleaned transcript into a readable document with headers and sections — without paraphrasing.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Reorganize a cleaned transcript into a readable document with headers and sections — without paraphrasing.
Preferably <stem>.cleaned.md. Falls back to raw if cleaned is unavailable (warn user that fillers will remain).
##, ###) naming each section descriptively.<source_stem>.structured.md
Before:
So we started the project in January and the first thing we did was set up the infrastructure. That took about three weeks. Then we moved on to the API layer which was actually the hardest part because we had to integrate with the legacy system.
After:
Project Timeline
Infrastructure Setup (January, ~3 weeks)
So we started the project in January and the first thing we did was set up the infrastructure. That took about three weeks.
API Layer
Then we moved on to the API layer which was actually the hardest part because we had to integrate with the legacy system.