transcript-notes
Installation
SKILL.md
Transcript Notes
Convert a raw meeting transcript .txt file into a structured .md notes file.
Prerequisites
- Raw transcript
.txtfile — supports speaker-turn format (speaker name on its own line, dialogue as paragraph) and timestamped formats (e.g.,[00:01:23] Speaker: text) - Target notes directory exists or will be created
Workflow
1. Read & Analyze Transcript
- Read the transcript file
- Identify: participants, series name, episode number, date, duration (estimate from content length if not stated)
- Map the conversation flow: what topics were discussed, in what order, by whom
2. Extract & Structure
Related skills
More from ravnhq/ai-toolkit
core-coding-standards
Universal code quality rules — KISS, DRY, clean code, code review. Base
81promptify
Transform user requests into detailed, precise prompts for AI models.
66lang-typescript
TypeScript language patterns and type safety rules — strict mode, no
53tech-react
React 19 patterns for components, hooks, Server Components, and data
52design-frontend
Visual design system patterns for web UIs. Tailwind CSS v4 design tokens
43platform-backend
Server-side architecture and security — API design, error handling, validation,
39