smithery.ai

analyze-documents

Analyzes all documents in a folder and creates a comprehensive summary. Use when asked to summarize documents, understand a collection of files, get an overview of materials, or analyze what's in a folder.

First seen Mar 20, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,968 B
  • docs SUMMARY.md 230 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Document Analyzer

Analyzes all documents in a specified folder and produces a structured summary.

When to Use

  • User asks to "summarize the documents" or "what's in these files"
  • User wants an overview of a document collection
  • User needs to understand a corpus before diving deeper

Instructions

  1. List the documents: Use ls or find to identify all readable files in the target folder (typically docs/ for this course)
  1. Read each document: For each file, extract:

- Document type (memo, email thread, report, slack export, etc.) - Author(s) and recipient(s) if applicable - Date or time period covered - Key topic or purpose (1-2 sentences) - Notable quotes or data points

  1. Identify patterns: Look for:

- Recurring themes across documents - Key people who appear multiple times - Timeline of events - Tensions or conflicts - Unanswered questions

  1. Produce the summary:

Output Format

# Document Collection Summary

## Overview
[2-3 sentence high-level summary]

## Documents Analyzed
| File | Type | Date | Key Topic |
|------|------|------|-----------|
| ... | ... | ... | ... |

## Key Themes
1. [Theme 1]
2. [Theme 2]

## Key People
- **[Name]** - [Role/relevance]

## Timeline of Events
- [Date]: [Event]

## Open Questions
- [Question that documents raise but don't answer]

## Recommended Deep Dives
- [Specific document or topic worth examining more closely]

Tips

  • For large document sets (10+ files), consider grouping by type or theme
  • Pay attention to who's talking to whom—organizational dynamics matter
  • Look for what's NOT said as much as what is
  • Dates matter—sequence often reveals causation