cf-social-adapt

cf-social-adapt is a skill for Claude Code from teachskillofskills-ai/ContentForge-techshu. It costs 173 tokens per session (2,834 once invoked), scanned A, a copy of cf-social-adapt, MIT.

A tool for turning one finished article into social posts for LinkedIn, X, Instagram, Facebook, Threads, TikTok, Bluesky, and YouTube Shorts. Each post is adapted to its platform.

In plain words
What is it for?
Use it to create platform-specific hooks, hashtags, calls to action, character counts, image guidance, and suggested posting times.
Why use it?
It removes the need to rewrite the same article separately for multiple social networks and keeps each post within the relevant format rules.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: positional $N argument.

Part of the contentforge plugin — 22 skills, 9 commands, 13 agents shipped together

Good fit Use it to create platform-specific hooks, hashtags, calls to action, character counts, image guidance, and suggested posting times.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/teachskillofskills-ai/contentforge-techshu/cf-social-adapt
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add teachskillofskills-ai/ContentForge-techshu --skill cf-social-adapt
Clone the repo
git clone --depth 1 https://github.com/teachskillofskills-ai/ContentForge-techshu

Made for: Claude Code.

Or install contentforge, the plugin that ships this one along with the rest of its 22 skills, 9 commands, 13 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cf-social-adapt

README.md
[![agentmods](https://agentmods.dev/badge/skills/teachskillofskills-ai/contentforge-techshu/cf-social-adapt/github.svg)](https://agentmods.dev/skills/teachskillofskills-ai/contentforge-techshu/cf-social-adapt)
Your own site
<a href="https://agentmods.dev/skills/teachskillofskills-ai/contentforge-techshu/cf-social-adapt"><img src="https://agentmods.dev/badge/skills/teachskillofskills-ai/contentforge-techshu/cf-social-adapt/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cf-social-adapt

Your own site · 80×15
<a href="https://agentmods.dev/skills/teachskillofskills-ai/contentforge-techshu/cf-social-adapt"><img src="https://agentmods.dev/badge/skills/teachskillofskills-ai/contentforge-techshu/cf-social-adapt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 173 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,834 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00173 $0.02834
Opus 5 $0.00086 $0.01417
Sonnet 5 $0.00035 $0.00567
Haiku 4.5 $0.00017 $0.00283

Measured 11d ago against content hash 65168ec0510e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

cf-social-adapt scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to cf-social-adapt — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/cf-social-adapt/SKILL.md · 236 lines

How it starts

The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Social Content Adaptation — ContentForge Post-Pipeline

Repurpose any ContentForge article into ready-to-publish social media posts for LinkedIn, Twitter/X, Instagram, Facebook, Threads, TikTok, Bluesky, and YouTube Shorts. Each post is tailored to platform character limits, audience expectations, hashtag conventions, and optimal posting times.

Platform rules — single source of truth

All character limits, hashtag counts, ideal lengths, and format rules come from config/social-platform-specs.json. Read that file at run time and use its values. Never use remembered limits, and never trust any limit that appears in an example in this file. The supported platform list is exactly the set of top-level keys in that config whose value contains a character_limit field (or, for video platforms, a title_max_chars field). Top-level keys without one of those fields are not platforms — _description, _posting_times_note, hashtag_tiers, and post_frameworks must be skipped. As shipped this resolves to 8 platforms: linkedin, twitter, instagram, facebook, threads, tiktok, bluesky, youtube_shorts.

When to Use

Use /contentforge:cf-social-adapt when:

  • You have a published or approved article and want to promote it on social media
  • You need platform-native posts (not the same text copy-pasted everywhere)
  • You want multiple posts per platform to sustain engagement over days/weeks
  • You need hashtag strategies, image specifications, and posting schedules
  • You want to repurpose one article into 24-40 social posts across 8 platforms

Do NOT use for:

  • Content still in pipeline (must be Phase 7+ approved or Phase 8 complete)
  • Creating original social content from scratch (this repurposes existing articles)
  • Paid ad copy (different skill set and compliance requirements)

What This Command Does

  1. Load Source Content -- Pull the finished article from Google Drive, local output, or by requirement ID
  2. Extract Shareworthy Moments -- Identify 10-15 key points (statistics, insights, quotes, tips)
  3. Apply Platform Specs -- Load character limits, hashtag rules, and format guidelines from config/social-platform-specs.json
  4. Generate Posts -- Create platform-specific posts with hooks, CTAs, and engagement elements
  5. Add Metadata -- Character counts, hashtags, image specs, recommended posting times
  6. Quality Check -- Ensure each post is self-contained, under character limit, and has a CTA

Read the full file on GitHub · 236 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 236 lines · 173 tokens per session scan A 65168ec0510e

Subscribe to this mod's changes

cf-social-adapt is a skill published in the GitHub repository teachskillofskills-ai/ContentForge-techshu (1 stars, last pushed 21d ago), licensed MIT. It adds 173 tokens to every session and 2,834 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to cf-social-adapt, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

meta-tags-optimizer

Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…

nowork-studio/notfair-plugin · 91 tokens

google-ads-audit

Google Ads account audit and business context setup. Use for account-health audits and business-context setup. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should I fix in my ads", or when the user is new to NotFair and hasn't run…

nowork-studio/notfair-plugin · 86 tokens

sxo

Search Experience Optimization (SXO) — the bridge between SEO and UX/CRO. Audits the full journey from the SERP click to the on-page goal: SERP click-through factors (title/meta/rich results that win the click), then post-click experience signals that keep users and drive conversions — above-the-fold relevance and…

nowork-studio/notfair-plugin · 235 tokens

influencer-prospecting

Use when the user wants to find creators, influencers, affiliates, or social accounts in a niche for outreach, partnerships, sponsorships, UGC, seeding, or competitive research. Produces scored prospect lists from public social data.

ScrapeCreators/social-media-research-skills · 54 tokens

critical-code-reviewer

Rigorously review code or pull requests for correctness, security, accessibility, maintainability, tests, and edge cases. Use when users request a critical code review, want a guided walkthrough of findings, need implementer-facing feedback, or want to prepare, create, or submit a GitHub pull request review.

posit-dev/skills · 67 tokens

shiny-bslib

Build modern Shiny dashboards and applications using bslib (Bootstrap 5). Use when creating new Shiny apps, modernizing legacy apps (fluidPage, fluidRow/column, tabsetPanel, wellPanel, shinythemes), or working with bslib page layouts, grid systems, cards, value boxes, navigation, sidebars, filling layouts, theming…

posit-dev/skills · 107 tokens