content-transformation
4
总安装量
4
周安装量
#54000
全站排名
安装命令
npx skills add https://github.com/spitoglou/fabric-claude-skills --skill content-transformation
Agent 安装分布
codex
3
opencode
3
trae
2
gemini-cli
2
claude-code
2
github-copilot
2
Skill 文档
Content Transformation
Convert, summarize, and repurpose content across formats and platforms.
Pattern Selection
| Intent | Pattern | When to Use |
|---|---|---|
| Standard summary | summarize |
Balanced key points extraction |
| Micro summary | summarize_micro |
Extremely concise (1-2 sentences) |
| 5-level summary | create_5_sentence_summary |
Progressive: 5 words â 5 sentences |
| Key points | create_summary |
Bullet-point key takeaways |
| One-liner + bullets | create_micro_summary |
One sentence + supporting points |
| To Markdown | convert_to_markdown |
Any format â clean Markdown |
| HTML cleanup | sanitize_broken_html_to_markdown |
Broken HTML â Markdown |
| To CSV | export_data_as_csv |
Structured data â CSV |
| To Tweet | tweet |
Content â tweet-length |
| To Flashcards | to_flashcards |
Content â Q&A flashcards |
| Create flashcards | create_flash_cards |
Generate study flashcards |
| Callout blocks | md_callout |
Create Markdown callouts |
| Video summary | youtube_summary |
YouTube â key points + timestamps |
| Video chapters | create_video_chapters |
Video â timestamped chapters |
| Latest video | extract_latest_video |
Get latest video info |
| Video ID | extract_videoid |
Extract video IDs from URLs |
Decision Flow
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_chapters
Pattern References
See references/ for full patterns:
- summarize.md
- summarize_micro.md
- create_5_sentence_summary.md
- convert_to_markdown.md
- tweet.md
- to_flashcards.md
- youtube_summary.md
Output Guidelines
- Preserve essential meaning in all transformations
- Match output format conventions exactly (valid Markdown, proper CSV escaping)
- For summaries: scale detail to requested length
- For social: respect platform character limits
- For study materials: focus on testable concepts