summarization

Extract meeting decisions, actions, and parking-lot items into Markdown or JSON summaries.

19|2|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/jeffrschneider/OpenHarness --skill summarization-jeffrschneider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarization
Source: https://github.com/jeffrschneider/OpenHarness/tree/main/examples/meeting-summarizer/package/skills/summarization
Command: npx skills add https://github.com/jeffrschneider/OpenHarness --skill summarization-jeffrschneider

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Converts raw meeting content into structured summaries that clearly capture decisions, actions, and key context, reducing manual note-taking.

Core Features & Use Cases

  • Extract and classify content into decisions, actions, and parking-lot items.
  • Output consistent Markdown or JSON formats for sharing and automation.
  • Use case: standups, project meetings, and reviews where a clear, shareable summary is required.

Quick Start

Provide a meeting data payload and run the formatter to produce a Markdown or JSON summary.

Frequently Asked Questions about summarization

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

FAQPage Schema
How do I extract action items and decisions from meeting transcripts?

You can extract action items and decisions from meeting transcripts by processing the raw meeting data payload through the formatter, which automatically classifies content into decisions, actions, and parking-lot items for structured output.

What is the best way to format meeting notes into structured Markdown?

Formatting meeting notes into structured Markdown involves using a deterministic formatter that processes raw meeting content and outputs consistent Markdown files, clearly capturing decisions, actions, and key context without manual note-taking.

Can I output meeting summaries as JSON for automation workflows?

Yes, you can output meeting summaries as JSON for automation workflows. The Skill supports both Markdown and JSON output options, enabling seamless integration of extracted meeting decisions and action items into downstream automated systems.

Does the meeting summarizer work for standups and executive briefings?

Yes, the meeting summarizer works for standups and executive briefings. It applies to team meetings, project reviews, and executive briefings, automatically producing consistent structured summaries across varying meeting transcript types.

Do I need any external dependencies to generate structured meeting summaries?

No, you do not need any external dependencies to generate structured meeting summaries. The Skill operates independently with no required dependencies, requiring only a meeting data payload provided to the formatter to produce Markdown or JSON outputs.