# Summarize

> Summarize files and directories into a concise report.

- Skill: `rsmdt/summarize` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rsmdt/summarize`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rsmdt/summarize/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: rsmdt (https://skillmd.com/u/rsmdt)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rsmdt/summarize

---


## Summarize

When asked to summarize, follow this workflow:

1. Use Glob to discover all files matching the user's scope
2. Read each file (use offset/limit for large files)
3. Produce a structured summary with:
   - **File count** and total size
   - **Key findings** — one bullet per file
   - **Recommendations** — actionable next steps

Write the summary to a markdown file unless told otherwise.

