← ClaudeAtlas

maji-summarylisted

Compress long content into structured summary. TLDR + key points + action items, length-tunable. Use for meeting notes, transcripts, long docs, threads, codebases. No padding, no editorial commentary.
Ijam18/MAJI-Skills · ★ 17 · AI & Automation · score 65
Install: claude install-skill Ijam18/MAJI-Skills
# maji-summary — Long Content Compression A skill that compresses long content into a structured summary with TLDR, key points, and action items if applicable. No padding. No "this is a great document!" commentary. --- ## When to Use Type `maji-summary <target>` where target is: - A document / file (`maji-summary docs/architecture.md`) - A URL (`maji-summary https://example.com/blog/post`) - A transcript / chat history (`maji-summary [paste content]`) - A codebase summary (`maji-summary src/`) --- ## Output Format ``` TLDR [1-2 sentences capturing the core message] KEY POINTS 1. [point 1] 2. [point 2] 3. [point 3] [5-10 max, ranked by importance] ACTION ITEMS (if applicable) ☐ [item 1] — owner [if mentioned] ☐ [item 2] — owner NOTABLE QUOTES (if applicable, max 3) > "[direct quote]" — [speaker if known] DECISIONS MADE (if applicable) - [decision 1] - [decision 2] OPEN QUESTIONS (if applicable) - [question 1] - [question 2] ``` --- ## Length Modes User can specify length: | Mode | Trigger | Output | |---|---|---| | **Default** | `maji-summary X` | TLDR + 5-10 key points + relevant sections | | **Brief** | `maji-summary X --brief` | TLDR only + max 3 key points | | **Full** | `maji-summary X --full` | All sections + supporting quotes + context | | **Outline** | `maji-summary X --outline` | Hierarchical bullet outline of structure | --- ## Rules - **Lead with TLDR** — user should know the gist in 5 seconds - **Rank key points by importance**, not by appearanc