skills/content-multiply/SKILL.md
Data-driven content multiplication engine. Detects high-performing posts via engagement data, then auto-generates adapted versions for other platforms. One piece of content → 3-5 derivatives. Triggers on "multiply content", "repurpose top posts", "content multiply", "cross-post winners", "what should I repurpose".
npx skillsauth add phy041/claude-agent-skills content-multiplyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When a post crosses an engagement threshold, automatically generate adapted versions for other platforms. One insight, many formats. Data-driven, not guesswork.
| | Calendar-Based Repurposing | Content Multiplication Engine | |---|---|---| | Trigger | Time (every Friday) | Data (engagement threshold crossed) | | Input | "Review this week's content" (vague) | Specific post with proven engagement | | Output | Suggestions | Actual drafted derivatives ready to review | | Signal | No signal — reviews everything | Engagement data proves the post works | | Confidence | Low (guessing what might work) | High (it already worked on one platform) |
Key insight: A Reddit comment with 30 upvotes is a proven winner. Adapting it for Twitter/LinkedIn has much higher expected value than creating new content from scratch.
Posts crossing these thresholds trigger multiplication:
| Platform | Content Type | Default Threshold | Notes | |----------|-------------|-------------------|-------| | Reddit | Comment | ≥ 15 upvotes | Adjust based on your account size | | Reddit | Original post | ≥ 25 upvotes | | | Twitter | Reply | ≥ 5 likes OR ≥ 2,000 views | Lower for smaller accounts | | Twitter | Original tweet | ≥ 10 likes OR ≥ 5,000 views | | | LinkedIn | Post | ≥ 500 impressions OR ≥ 10 reactions | | | XHS | Post | ≥ 50 saves (collections) | XHS gold metric — saves > likes |
Thresholds should start LOW for new accounts. Raise them as engagement grows (review monthly).
"thresholds": {
"reddit_comment_upvotes": 15,
"reddit_post_upvotes": 25,
"twitter_reply_likes": 5,
"twitter_reply_views": 2000,
"twitter_post_likes": 10,
"twitter_post_views": 5000,
"linkedin_reactions": 10,
"xhs_saves": 50
}
Read memory/analytics/engagement-log.json and find entries that:
| Source Platform | → Target Platforms | |----------------|-------------------| | Reddit comment | Twitter, LinkedIn | | Reddit post | Twitter thread, LinkedIn, XHS carousel, DEV.to (if technical) | | Twitter reply | Reddit comment, LinkedIn insight | | Twitter original | LinkedIn, Reddit, XHS | | LinkedIn post | Twitter (compress), XHS (translate + adapt) | | XHS post | Twitter (English extract), LinkedIn |
Source: Reddit comment (15+ upvotes)
Twitter version:
"[Extract the core insight from the comment]
[Reframe for Twitter audience — shorter, punchier]"
Rules:
LinkedIn version:
"[Professional hook — what's the business/career implication?]
[Expand the insight with professional context]
[Tie to a broader theme: productivity, AI tools, builder mindset]
[Soft CTA: What's your experience with X?]"
Rules:
If a winner has enough substance for 3+ slides:
{
"template": "dark",
"slides": [
{"type": "cover", "title": "[Chinese title]", "subtitle": "[Chinese subtitle]"},
{"type": "content", "title": "[Point 1]", "number": 1, "body": "[Details]"},
{"type": "list", "title": "[Key steps]", "items": ["item 1", "item 2"]},
{"type": "summary", "title": "总结", "points": ["takeaway 1", "takeaway 2"], "cta": "关注获取更多干货"}
]
}
→ Generate with xhs-image-gen skill
Content Multiplier — [date]
[N] post(s) crossed engagement thresholds!
--- Winner #1 ---
Source: [platform] | [title/topic] | [metric]: [value]
Original: [URL]
Derivatives:
1. Twitter post (suggested: post tomorrow)
"[draft]"
2. LinkedIn post (suggested: post in 2 days)
"[draft]"
3. XHS carousel (suggested: post in 3 days)
[content structure or "generate with xhs-image-gen?"]
Reply:
"post all" — queue all on suggested schedule
"skip 2" — skip derivative #2
"change 1: [text]" — edit derivative #1
"not now" — skip everything
| User says | Action | |-----------|--------| | "post all" | Queue all derivatives on suggested schedule | | "post now" | Post immediately | | "skip 2" / "skip linkedin" | Skip specific derivative | | "change 1: [text]" | Edit specific derivative | | "not now" / "skip" | Skip everything | | No reply | Do nothing. NEVER auto-post. |
Location: memory/analytics/content-multiply-state.json
{
"last_checked_at": "ISO8601",
"thresholds": { ... },
"multiplied": [
{
"source_id": "reddit-2026-01-01-001",
"source_platform": "reddit",
"source_metric": {"upvotes": 48},
"detected_at": "ISO8601",
"derivatives": [
{
"platform": "twitter",
"status": "posted",
"posted_at": "ISO8601",
"url": "https://x.com/..."
},
{
"platform": "linkedin",
"status": "pending_approval",
"suggested_date": "YYYY-MM-DD"
}
]
}
],
"stats": {
"total_winners_detected": 0,
"total_derivatives_posted": 0
}
}
Before sending derivatives:
CREATE MEASURE MULTIPLY MEASURE AGAIN
↓ ↓ ↓ ↓
Reddit post → Engagement Tracker → Content Multiply → Engagement Tracker
(daily check) (daily check) (next day)
↓
If derivative also
crosses threshold...
MULTIPLY AGAIN!
| Skill | Relationship | |-------|-------------| | Engagement Tracker | Provides the data (upstream) | | Ship Digest | Creates original content that feeds into this engine | | GitHub Monitor | Creates launch posts that can be multiplied | | XHS Image Gen | Generates carousel images for XHS derivatives |
Normal. Not every post will cross thresholds. Reply HEARTBEAT_OK.
Prioritize by engagement magnitude. Pick top 3, save the rest for tomorrow.
Check daily memory logs for same topic on multiple platforms. Skip if already repurposed.
development
Generate Xiaohongshu (小红书) carousel images (3:4, 1080x1440) from structured content. Creates professional slide decks with Chinese typography and proper XHS formatting. Triggers on "做小红书图", "xhs images", "generate xhs slides", "小红书配图", "carousel images", or any XHS image generation request.
testing
Twitter/X account cultivation and growth system. Checks account health (TweepCred, shadowban), analyzes tweets, finds engagement opportunities, recommends unfollows, and tracks progress. Triggers on "/twitter-cultivate", "check my twitter", "twitter health", "grow my twitter", "twitter maintenance", "fix my twitter reach".
development
Post to social media platforms using a multi-provider social posting API. Use when you want to post to Twitter, LinkedIn, Instagram, Facebook, TikTok, Threads, or Bluesky. Triggers on "post to twitter", "post to instagram", "social media post", "share on linkedin", "publish to social", or any social posting request.
development
Detect new GitHub repos and generate formatted ship announcements for social media. Monitors your GitHub profile for new repos pushed today, writes a technical digest, and drafts Twitter/Reddit posts for approval. Triggers on "ship digest", "new repos", "what did I ship", "github ship", or any shipping announcement request.