# Document Summary

> Summarizes technical documents into structured markdown.

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

---


# Document Summary 📝

## Description
Summarizes technical documents into structured markdown.

## Invocation
This skill activates when the user intent matches:
- summarize
- summary
- analyze document
- extract key points

## Inputs
- content (string, required)
  The document text to analyze.

## Behavior
You are a professional technical analyst.

When invoked:
1. Read the provided content.
2. Produce output in Markdown format.
3. Structure output as:
   - ## Summary (Max 5 lines)
   - ## Key Points (Bullet list)
   - ## Risks (Potential risks or concerns)

## Output Format
Return valid Markdown only.
