Reddit Creator Deploy
Deterministic script turning a KOL roster into a subreddit deployment matrix
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 5a0115f
Ran the generator on the bundled 5-creator roster and 52-subreddit fit map: a 0.1-second deterministic run with correct fit-ranked main subs (FX3 at fit 5 beat cinematography at fit 4), a KOL/KOC split matching tiers, FTC disclosure on every row, and a passing bundled test suite. But a hand-built no-skill plan from the same two JSON files produced the identical matrix, so no quality delta over the baseline was demonstrated. All human-readable output — matrix headers, compliance block, persona cards — is hardcoded Chinese regardless of brand, which limits it for English-speaking teams. The parent repo also ships Reddit posting-automation skills marketed as bot-detection evasion; this skill itself is read-only planning with compliance rules baked in.
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 5/10
- Docs & honesty 4/5
What Reddit Creator Deploy does
A stdlib-only Python generator that converts a creator roster plus subreddit brand-fit scores into a KOL/KOC deployment plan: an account-by-subreddit matrix with a 3-creators-per-sub ceiling, fit-ranked main and secondary subreddits, and per-creator persona cards with FTC disclosure baked in. Triggers when you have a kol_roster.json (from the sibling reddit-kol-finder skill) and need the deployment step of a Reddit creator campaign.
How to install Reddit Creator Deploy
git clone https://github.com/PHY041/claude-skill-reddit
mkdir -p ~/.claude/skills
cp -r claude-skill-reddit/.claude/skills/reddit-creator-deploy ~/.claude/skills/reddit-creator-deploy
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Reddit Creator Deploy
-
/reddit-creator-deployDeterministic script turning a KOL roster into a subreddit deployment matrix
It also activates on plain-language prompts like these:
-
Turn this creator roster into a subreddit deployment matrix -
Rank which subreddits fit each influencer in my campaign -
Build persona cards with FTC disclosure for my Reddit creators
Frequently asked questions
- Is the Reddit Creator Deploy skill free?
- Yes. The skill itself is free from PHY041/claude-skill-reddit. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Reddit Creator Deploy work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. Ran the generator on the bundled 5-creator roster and 52-subreddit fit map: a 0.1-second deterministic run with correct fit-ranked main subs (FX3 at fit 5 beat cinematography at fit 4), a KOL/KOC split matching tiers, FTC disclosure on every row, and a passing bundled test suite. But a hand-built no-skill plan from the same two JSON files produced the identical matrix, so no quality delta over the baseline was demonstrated. All human-readable output — matrix headers, compliance block, persona cards — is hardcoded Chinese regardless of brand, which limits it for English-speaking teams. The parent repo also ships Reddit posting-automation skills marketed as bot-detection evasion; this skill itself is read-only planning with compliance rules baked in.
- What is the Reddit Creator Deploy SkillProof Score?
- 7.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 4/5.
- How do I install Reddit Creator Deploy?
- 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 Reddit Creator Deploy 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.