Summarizes selected notes or a folder into a concise digest.
Resource content
This is the actual file you get when you install — read it here, or copy it to use anywhere.
skill.md
Summarize Workspace
When invoked:
- Identify the scope — a single note, a folder, a tag, or "everything since
". - Use
workspace_searchto locate the relevant items. - Use
workspace_readto read each item's content. - Produce a structured summary:
- Top themes (3–5 bullets)
- Notable items (linked references)
- Open questions (anything explicitly flagged with
?, TODO, or unresolved tone)
Keep the output under 300 words unless the user asks for more. Always link items by their workspace path so the user can click through.
---
name: summarize-workspace
description: Summarize selected notes, a folder, or the entire workspace into a concise digest. Use when the user asks for "a summary", "the gist", or wants to catch up on what's in their notes.
---
# Summarize Workspace
When invoked:
1. Identify the scope — a single note, a folder, a tag, or "everything since <date>".
2. Use `workspace_search` to locate the relevant items.
3. Use `workspace_read` to read each item's content.
4. Produce a structured summary:
- **Top themes** (3–5 bullets)
- **Notable items** (linked references)
- **Open questions** (anything explicitly flagged with `?`, TODO, or unresolved tone)
Keep the output under 300 words unless the user asks for more. Always link items by their workspace path so the user can click through.
How to use this
- Undra
- One-click install. The skill writes to
<workspace>/.undra/ai/skills/<id>/SKILL.mdand the AI assistant picks it up automatically. - Claude (claude.ai or Claude Code)
- Save the file as
SKILL.mdinside~/.claude/skills/<skill-name>/. Restart Claude. The skill becomes available. - Cursor / Codex / any model with a system prompt
- Paste the body of the file into a Cursor rule, a Codex prompt, or the system prompt of any chat. Skip the frontmatter.