agentsclimarketplace

Adapt copy

Skill indranilbanerjee/socialforge/skills/adapt-copy

Open-source agency-grade social media production plugin — 16 skills, 25 commands, AI image (Nano Banana Pro) + AI video (Kling v3.0 Pro) + C2PA signing (EU AI Act Article 50). Installs on Claude Code, Cowork, Codex, Cursor, Copilot CLI, Antigravity. By Indranil Banerjee (indranil.in).

Install
npx -y skills add indranilbanerjee/socialforge --skill adapt-copy

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Adapt post copy per platform — character limits, hashtags, CTAs, tone, and compliance checking.

SKILL.md

2.4 KB, as published. Nobody here has run it

/socialforge:adapt-copy — Copy Adapter

Transform a single caption brief into platform-optimized copy for each target platform.

Context efficiency

Asset-heavy skill. Grep before Read the asset catalog (${CLAUDE_PLUGIN_DATA}/<brand>/assets/index.json) — never list the asset directory. Reference generated images / videos by path, not by loading metadata. Brand profile loads once per session.

Process (Per Post x Per Platform)

  1. Load post brief (topic, caption_brief, CTA, hashtags, campaign)
  2. Load brand-config.json (tone, hashtags, language settings)
  3. Load compliance-rules.json (banned phrases, disclaimers)
  4. Generate platform-specific copy:
PlatformToneLimitHashtagsLink
LinkedInProfessional3,000 chars (140 before fold)3-5Direct URL
InstagramConversational2,200 chars20-30 (first comment)Link in bio
X/TwitterPunchy, concise280 chars1-2Direct URL
FacebookCasual500 chars optimal1-3Direct URL
YouTubeDescription format5,000 chars3-5Direct URLs
  1. Apply brand hashtags (always_include + campaign-specific)
  2. Run compliance check — flag banned phrases, add disclaimers
  3. Handle bilingual posts if configured
  4. Save to production/copy/post-{id}-{platform}-copy.txt

Compliance Check (Mandatory)

Before saving any copy:

  • Scan against compliance-rules.json banned_phrases
  • Check data claims against data_claim_rules
  • Add required disclaimers per platform
  • Verify platform-specific rules (link policy, hashtag limits)

Critical violations BLOCK — copy cannot proceed. Warnings are noted but don't block.

Output

Copy adapted: Post P04
  LinkedIn: 847 chars (under 3000) ✓ | 4 hashtags ✓ | CTA: direct link ✓
  Instagram: 1,203 chars ✓ | 25 hashtags (first comment) ✓ | CTA: link in bio ✓
  X: 267 chars (under 280) ✓ | 2 hashtags ✓ | CTA: direct link ✓
  Compliance: PASSED (0 critical, 1 warning: "consider adding source for 47% claim")

Timeout & Fallback

  • Copy generation: 30-second timeout per platform variant
  • Compliance check: 10-second timeout. If fails, flag for manual review

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.