content-transformation

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".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "content-transformation" with this command: npx skills add spitoglou/fabric-claude-skills/spitoglou-fabric-claude-skills-content-transformation

Content Transformation

Convert, summarize, and repurpose content across formats and platforms.

Pattern Selection

IntentPatternWhen to Use
Standard summarysummarizeBalanced key points extraction
Micro summarysummarize_microExtremely concise (1-2 sentences)
5-level summarycreate_5_sentence_summaryProgressive: 5 words → 5 sentences
Key pointscreate_summaryBullet-point key takeaways
One-liner + bulletscreate_micro_summaryOne sentence + supporting points
To Markdownconvert_to_markdownAny format → clean Markdown
HTML cleanupsanitize_broken_html_to_markdownBroken HTML → Markdown
To CSVexport_data_as_csvStructured data → CSV
To TweettweetContent → tweet-length
To Flashcardsto_flashcardsContent → Q&A flashcards
Create flashcardscreate_flash_cardsGenerate study flashcards
Callout blocksmd_calloutCreate Markdown callouts
Video summaryyoutube_summaryYouTube → key points + timestamps
Video chapterscreate_video_chaptersVideo → timestamped chapters
Latest videoextract_latest_videoGet latest video info
Video IDextract_videoidExtract 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:

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

learning-education

No summary provided by upstream source.

Repository SourceNeeds Review
General

critical-thinking

No summary provided by upstream source.

Repository SourceNeeds Review
General

technical-documentation

No summary provided by upstream source.

Repository SourceNeeds Review
General

writing-enhancement

No summary provided by upstream source.

Repository SourceNeeds Review