AgentSkillsCN

content-creation

创建新闻通讯、社交媒体帖子、演示文稿、专业邮件,以及其他用于出版或沟通的内容。当被要求撰写新闻通讯、起草邮件、创建社交媒体帖子、设计演示文稿,或为特定受众准备内容时使用。触发词包括“写新闻通讯”、“起草邮件”、“创建帖子”、“社交媒体”、“演示文稿”、“博客文章”、“LinkedIn”、“公告”。

SKILL.md
--- frontmatter
name: content-creation
description: Create newsletters, social media posts, presentations, professional emails, and other content for publication or communication. Use when asked to write newsletters, draft emails, create social posts, design presentations, or prepare content for specific audiences. Triggers include "write a newsletter", "draft an email", "create a post", "social media", "presentation", "blog post", "LinkedIn", "announcement".

Content Creation

Create polished content for publication, communication, and presentations.

Pattern Selection

IntentPatternWhen to Use
Newsletter contentcreate_newsletter_entryNewsletter sections/updates
Professional emailcreate_formal_emailBusiness correspondence
Show/podcast introcreate_show_introOpening hooks for media
Security newslettercreate_security_updateSecurity-focused updates
Blog enhancementenrich_blog_postImprove blog structure/visuals
Tweet/socialtweetShort-form social content
Presentationcreate_keynoteTED-style slide decks
Aphorismscreate_aphorismsQuotable wisdom compilation
Content tagscreate_tagsCategorization/SEO tags
Newsletter summarysummarize_newsletterSummarize existing newsletters

Decision Flow

code
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:

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 → offer tweet for social promotion
  • After create_keynote → offer to export as Markdown or generate speaker notes
  • After enrich_blog_post → offer create_tags for categorization