Founder Content System

Turns a ship/idea into platform-native Twitter, LinkedIn, and Xiaohongshu posts

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 7c852c4

Fed both baselines the same 'shipped GitHub-to-post automation' update: the unguided baseline used exactly the banned phrases the skill's own voice rules forbid ('game-changing', 'excited to announce', an emoji-laden CTA), while the skill-guided version led with a real number (20 min to under 2 min) and one takeaway per the 5-question build-in-public structure.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Founder Content System does

A prompt framework (no scripts) that runs content through Research -> Extract -> Adapt -> Write, plus a dedicated build-in-public workflow (5-question story extraction) and a repurposing framework (one piece to 7-10 derivatives). Triggers on 'write a post', 'turn this into posts', 'thread', 'build in public', 'ship update', 'content calendar'.

How to install Founder Content System

git clone https://github.com/PHY041/claude-agent-skills
mkdir -p ~/.claude/skills
cp -r claude-agent-skills/skills/founder-content ~/.claude/skills/founder-content

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Founder Content System

  • /founder-content Turns a ship/idea into platform-native Twitter, LinkedIn, and Xiaohongshu posts

It also activates on plain-language prompts like these:

  • Write a Twitter thread about the feature I just shipped
  • Turn this blog post into posts for LinkedIn and Twitter
  • Help me plan a content calendar for build-in-public updates this month

Frequently asked questions

Is the Founder Content System skill free?
Yes. The skill itself is free from PHY041/claude-agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Founder Content System work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Fed both baselines the same 'shipped GitHub-to-post automation' update: the unguided baseline used exactly the banned phrases the skill's own voice rules forbid ('game-changing', 'excited to announce', an emoji-laden CTA), while the skill-guided version led with a real number (20 min to under 2 min) and one takeaway per the 5-question build-in-public structure.
What is the Founder Content System SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Founder Content System?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Founder Content System with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.