content-creation
Content Creation
Create polished content for publication, communication, and presentations.
Pattern Selection
| Intent | Pattern | When to Use |
|---|---|---|
| Newsletter content | create_newsletter_entry |
Newsletter sections/updates |
| Professional email | create_formal_email |
Business correspondence |
| Show/podcast intro | create_show_intro |
Opening hooks for media |
| Security newsletter | create_security_update |
Security-focused updates |
| Blog enhancement | enrich_blog_post |
Improve blog structure/visuals |
| Tweet/social | tweet |
Short-form social content |
| Presentation | create_keynote |
TED-style slide decks |
| Aphorisms | create_aphorisms |
Quotable wisdom compilation |
| Content tags | create_tags |
Categorization/SEO tags |
| Newsletter summary | summarize_newsletter |
Summarize existing newsletters |
Decision Flow
User request
│
├─ Newsletter ─┬─ security focus? ──→ create_security_update
│ └─ general? ──→ create_newsletter_entry
│
├─ Email ──→ create_formal_email
│
├─ Social media ──→ tweet
│
├─ Presentation ──→ create_keynote
│
├─ Blog ──→ enrich_blog_post
│
└─ Podcast/show ──→ create_show_intro
Pattern References
See references/ for full patterns:
- create_newsletter_entry.md
- create_formal_email.md
- create_show_intro.md
- enrich_blog_post.md
- create_keynote.md
- create_aphorisms.md
Output Guidelines
- Match tone to platform and audience
- Include clear calls-to-action where appropriate
- Respect platform constraints (character limits, format requirements)
- Optimize for skimmability (headers, bullets, bold)
- Consider SEO for web content
- Include visual suggestions where relevant
Chaining Suggestions
- After
create_newsletter_entry→ offertweetfor social promotion - After
create_keynote→ offer to export as Markdown or generate speaker notes - After
enrich_blog_post→ offercreate_tagsfor categorization
More from spitoglou/fabric-claude-skills
learning-education
Create learning materials, explain concepts, generate quizzes and study aids. Use when asked to explain topics, create tutorials, generate practice questions, make flashcards, design curricula, or help study. Triggers include "explain this", "help me learn", "create a quiz", "tutorial for", "study guide", "how does X work", "teach me", "practice questions".
33research-intelligence
Extract insights, analyze claims, and synthesize knowledge from research content. Use when processing academic papers, articles, podcasts, videos, meeting transcripts, or any content where the goal is to extract wisdom, analyze arguments, summarize findings, or compile references. Triggers include "analyze this paper", "extract key insights", "summarize the research", "what are the main claims", "extract wisdom from", "compile references", "critique this argument".
12critical-thinking
Analyze arguments, detect biases, evaluate claims, and improve reasoning. Use when asked to fact-check, identify logical fallacies, evaluate arguments, analyze predictions, find root causes, or think adversarially about plans. Triggers include "evaluate this argument", "logical fallacies", "fact check", "analyze the claims", "identify biases", "devil's advocate", "red team this", "root cause".
11writing-enhancement
Improve writing quality, fix errors, and transform style. Use when asked to proofread, edit, improve clarity, fix grammar/typos, enhance academic writing, analyze prose quality, humanize technical content, or write essays. Triggers include "improve this writing", "fix typos", "proofread", "make this clearer", "academic style", "humanize", "write an essay", "analyze my writing".
9technical-documentation
Create and improve technical documentation including architecture designs, PRDs, API docs, code explanations, and visual diagrams. Use when asked to document systems, explain codebases, create design documents, write PRDs, generate Mermaid/PlantUML diagrams, review architecture, write user stories, or create pull request descriptions. Triggers include "document this", "create a design doc", "explain this code", "write a PRD", "create a diagram", "architecture overview", "user story for", "PR description".
8content-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".
7