create-minutes

Convert meeting transcripts and notes into structured Markdown minutes with decisions and actions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/takimoto-sketch/medica-agent --skill create-minutes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-minutes
Source: https://github.com/takimoto-sketch/medica-agent/tree/main/.claude/skills/create-minutes
Command: npx skills add https://github.com/takimoto-sketch/medica-agent --skill create-minutes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating consistent, shareable meeting records from diverse inputs (live transcripts, notes, or Google Docs) and storing them as structured Markdown minutes under the reports/minutes/ directory, while automatically capturing decisions and next actions with owners and due dates.

Core Features & Use Cases

  • Convert raw meeting notes, transcripts, or memos into a standardized minutes format.
  • Extract decisions, next actions, assignees, deadlines, and next meeting details, organizing them clearly.
  • Output to reports/minutes/ as Markdown, with inputs sourced from text, files, or Google Docs, and optional input folder reports/minutes/input/.

Quick Start

Convert the provided meeting notes into a structured Markdown minutes file and save it under reports/minutes.

Frequently Asked Questions about create-minutes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert meeting transcripts into structured minutes with action items?

To convert meeting transcripts into structured minutes, process raw text or memos to extract decisions, next actions, assignees, and deadlines. The output is saved as a standardized Markdown document under the reports/minutes directory.

Can I generate meeting minutes directly from Google Docs?

Yes, you can generate meeting minutes directly from Google Docs inputs. The tool processes these documents alongside text or memos to extract next actions and save structured Markdown minutes.

What is the best way to automatically extract action items and owners from meeting notes?

The best way to automatically extract action items and owners from meeting notes is to use a tool that parses raw inputs and outputs a structured Markdown file. This process identifies decisions, assignees, and due dates clearly.

Does this meeting minutes tool work without additional dependencies?

Yes, this meeting minutes tool works without additional dependencies. It processes inputs from text, files, or Google Docs and saves the structured Markdown output directly to the reports/minutes directory.

Where are the generated meeting minutes and action items stored?

Generated meeting minutes and action items are stored as Markdown files under the reports/minutes directory. Optional input files can be placed in the reports/minutes/input folder for processing.