Loading...
Loading...
Convert content between formats, summarize at different levels, and repurpose for various platforms. Use when asked to convert to markdown, create summaries of varying lengths, make tweets, create flashcards, or process video content. Triggers include "convert to markdown", "summarize in one sentence", "make this a tweet", "create flashcards", "TL;DR", "summarize this video", "export as CSV".
npx skill4agent add spitoglou/fabric-claude-skills content-transformation| Intent | Pattern | When to Use |
|---|---|---|
| Standard summary | | Balanced key points extraction |
| Micro summary | | Extremely concise (1-2 sentences) |
| 5-level summary | | Progressive: 5 words → 5 sentences |
| Key points | | Bullet-point key takeaways |
| One-liner + bullets | | One sentence + supporting points |
| To Markdown | | Any format → clean Markdown |
| HTML cleanup | | Broken HTML → Markdown |
| To CSV | | Structured data → CSV |
| To Tweet | | Content → tweet-length |
| To Flashcards | | Content → Q&A flashcards |
| Create flashcards | | Generate study flashcards |
| Callout blocks | | Create Markdown callouts |
| Video summary | | YouTube → key points + timestamps |
| Video chapters | | Video → timestamped chapters |
| Latest video | | Get latest video info |
| Video ID | | Extract video IDs from URLs |
User request
│
├─ Summarization ─┬─ "one sentence/TL;DR" ──→ summarize_micro
│ ├─ "5-level/progressive" ──→ create_5_sentence_summary
│ ├─ "key points/bullets" ──→ create_summary
│ └─ general ──→ summarize
│
├─ Format conversion ─┬─ "markdown" ──→ convert_to_markdown
│ ├─ "CSV/spreadsheet" ──→ export_data_as_csv
│ ├─ "tweet" ──→ tweet
│ └─ "flashcards" ──→ to_flashcards
│
└─ Video content ─┬─ "summarize video" ──→ youtube_summary
└─ "chapters/timestamps" ──→ create_video_chaptersreferences/