# Summarize Notes

> Summarize one or more Markdown notes files into a structured summary with an overview, key points, decisions, and action items. Use this whenever the user asks to summarize, condense, recap, or "give the gist" of notes, meeting minutes, or briefs.

- **Type:** Skill
- **Install:** `agentstack add skill-bkuriach-copilot-agents-tutorial-summarize-notes`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [bkuriach](https://agentstack.voostack.com/s/bkuriach)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [bkuriach](https://github.com/bkuriach)
- **Source:** https://github.com/bkuriach/copilot-agents-tutorial/tree/main/examples/skills-based-agent/skills/summarize-notes

## Install

```sh
agentstack add skill-bkuriach-copilot-agents-tutorial-summarize-notes
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Summarize Notes

Turn raw notes into a short, skimmable, faithful summary.

## When to use
Use this skill when the user wants a summary, recap, condensed version, or "the gist" of
one or more notes files (meeting notes, research notes, project briefs, and similar).

## Steps
1. Read each notes file the user provided. Do not pull in files they did not mention.
2. Identify the overview, the most important points, any explicit decisions, and any
   action items (with owner and due date when stated).
3. Produce the output using the format below.
4. Do not invent owners, dates, decisions, or facts that are not in the source. If
   something is unclear, note it briefly instead of guessing.

## Output format
```
## Overview

## Key points
- 
- 
- 

## Decisions   (omit this section if there are none)
- 

## Action items   (omit this section if there are none)
-  -  (due  if present)
```

## Rules
- Stay faithful to the source; summarize, do not editorialize.
- Keep it concise: aim for 3 to 6 key points.
- Never rewrite or modify the original notes files.
- If multiple files are given, summarize them together and note which file a decision or
  action item came from when it is not obvious.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [bkuriach](https://github.com/bkuriach)
- **Source:** [bkuriach/copilot-agents-tutorial](https://github.com/bkuriach/copilot-agents-tutorial)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-bkuriach-copilot-agents-tutorial-summarize-notes
- Seller: https://agentstack.voostack.com/s/bkuriach
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
