cf-social-adapt

cf-social-adapt is a skill for Claude Code from indranilbanerjee/contentforge. It costs 173 tokens per session (2,834 once invoked), scanned A, original, MIT.

A tool that turns one finished article into platform-specific social media posts. It prepares versions for LinkedIn, Twitter/X, Instagram, Facebook, Threads, TikTok, Bluesky, and YouTube Shorts.

In plain words
What is it for?
Creating ready-to-publish posts with hooks, hashtags, calls to action, character counts, image guidance, and suggested posting times.
Why use it?
A message that works on one social network may be too long or poorly suited to another. This adapts the article to each platform's format and content 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 Creating ready-to-publish posts with 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/indranilbanerjee/contentforge/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 indranilbanerjee/contentforge --skill cf-social-adapt
Clone the repo
git clone --depth 1 https://github.com/indranilbanerjee/contentforge

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/indranilbanerjee/contentforge/cf-social-adapt/github.svg)](https://agentmods.dev/skills/indranilbanerjee/contentforge/cf-social-adapt)
Your own site
<a href="https://agentmods.dev/skills/indranilbanerjee/contentforge/cf-social-adapt"><img src="https://agentmods.dev/badge/skills/indranilbanerjee/contentforge/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/indranilbanerjee/contentforge/cf-social-adapt"><img src="https://agentmods.dev/badge/skills/indranilbanerjee/contentforge/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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found 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 9d ago against content hash 65168ec0510e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 9d 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

Copies of this mod

1 near-identical copy found in the catalogue:

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. 9d 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 indranilbanerjee/contentforge (27 stars, last pushed 23d 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

four-core-documents

Produce Part 3 of the 12-Part engagement: the four strategic-spine documents across 61 steps — 3.1 Business & SBU Analysis, 3.2 Segmentation Framework, 3.3 Brand Positioning & Communications, 3.4 DMFlow — with --doc single-document runs, --view v2 re-runs, and a --combined executive stitch. Triggers on…

indranilbanerjee/digital-marketing-pro · 164 tokens

seo-plan

Build a 12-month SEO strategy and phased roadmap with industry templates (SaaS, ecommerce, local, publisher, agency). With fresh specialist outputs it runs as a dispatcher: scores four pillars — technical, content, topical, AI search — and makes the weakest pillar the plan's lead theme; missing specialists re-run only…

indranilbanerjee/digital-marketing-pro · 177 tokens

continuous-improvement-loop

Run Part 12 of the engagement methodology — the continuous improvement loop that aggregates quarterly-review, customer-feedback, competitive, and operating signals into a Quarterly Product & Offering Improvement Brief for business leadership, plus fast 1-3 page ad-hoc briefs when a significant signal lands…

indranilbanerjee/digital-marketing-pro · 148 tokens

aeo-audit

Audit how a brand appears across the 6 canonical AI answer surfaces — ChatGPT, Perplexity, Google AI Mode, AI Overviews, Gemini, Copilot — probing 10-25 queries into a numbered output bundle with per-platform visibility scorecards, citation-accuracy checks, a competitor matrix, content gaps, and an optimization…

indranilbanerjee/digital-marketing-pro · 173 tokens

c2pa-metadata

Embed a C2PA provenance manifest into an AI-generated marketing asset (PNG, JPG, WebP, GIF, TIFF, MP4, MOV, WebM, MP3, WAV, PDF) via scripts/embed-c2pa.py — produces a signed copy of the file carrying IPTC digital-source-type AI claims, an optional c2pa.ai-disclosure assertion for EU AI Act Article 50 (applicable 2…

indranilbanerjee/digital-marketing-pro · 183 tokens

growth-plan

Produce the 11-section Growth Plan — the flagship Part 8 client-facing deliverable that synthesises Parts 1-7 of the engagement into a single 20-30 page executable strategy with three-scenario forecasts, an In-Market/Out-Market budget split, and a 30/60/90 timeline, exported to PDF and DOCX. Triggers on…

indranilbanerjee/digital-marketing-pro · 161 tokens