Back to list
strategiert

social-post-creator

by strategiert

0🍴 0📅 Jan 21, 2026

SKILL.md


name: social-post-creator description: Creates platform-optimized social media posts from pillar content. Generates variations for LinkedIn, Instagram, Facebook, TikTok, X/Twitter, and Pinterest. Handles hashtags, mentions, CTAs, and character limits per platform. Differentiates between company and personal account styles. Use when repurposing content for social distribution.

Social Post Creator

Transformiert Pillar-Content (SEO-Artikel) in plattform-optimierte Social Media Posts.

Quick Start

Input: Artikel-Inhalt (Markdown)
Output: Posts für alle Plattformen in JSON-Format

Workflow

  1. Artikel analysieren → Kernaussagen, Hooks, Zitate extrahieren
  2. Platform auswählen → Specs aus PLATFORM_SPECS.md laden
  3. Account-Typ bestimmen → Company vs. Personal (siehe TONE_GUIDELINES.md)
  4. Posts generieren → Templates aus /templates/{platform}/ nutzen
  5. Hashtags hinzufügen → Strategien aus HASHTAG_STRATEGIES.md
  6. Output formatieren → JSON mit allen Varianten

Output Format

{
  "article_id": "uuid",
  "created_at": "ISO-8601",
  "posts": [
    {
      "platform": "linkedin",
      "account_type": "company",
      "content": "Post-Text...",
      "hashtags": ["#hashtag1", "#hashtag2"],
      "cta": "Link in Bio",
      "image_prompt": "Beschreibung für Bild-Generierung",
      "scheduled_time": "ISO-8601 (optional)"
    }
  ]
}

Platform-Specific Guidelines

Company vs. Personal Posts

Company Account:

  • Formeller Ton
  • Marken-Voice
  • Produkt-fokussiert
  • "Wir" statt "Ich"

Personal Account (Employee Advocacy):

  • Persönliche Perspektive
  • Storytelling
  • Thought Leadership
  • Authentische Erfahrungen

Details: TONE_GUIDELINES.md

Hooks & Attention Grabbers

Erste Zeile entscheidet über Engagement. Bewährte Formate:

  1. Kontroverse Aussage: "Die meisten machen [X] falsch..."
  2. Überraschende Statistik: "97% der [Zielgruppe] wissen nicht..."
  3. Persönliche Story: "Letzte Woche ist mir etwas passiert..."
  4. Direkte Frage: "Kennst du das Gefühl, wenn...?"
  5. Bold Statement: "[Unpopuläre Meinung] ist eigentlich [Wahrheit]"

CTA Library

Siehe CTA_LIBRARY.md für plattform-spezifische Call-to-Actions.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon