100 Parallel Claude Agents Reverse-Engineer Open Source Marketing: A Playbook from r/ClaudeAI

A developer launched an open-source project (Claude Control Center) on r/ClaudeAI and got zero upvotes — dead in 5 hours. Instead of guessing, they spawned 100 parallel Claude+Codex sessions (using their remaining weekly limit) and asked the agents to analyze the failure. 30 minutes and 100 artifacts later, the system returned a marketing playbook.
Key Finding: Stars Don't Come from Better Code
The agents identified a gap the developer never trained them to look for: the project lacked marketing surface. Specifically, they recommended:
- A tagline that immediately communicates value
- A demo GIF showing the tool in action
- Founder credential to build trust
- A hosted landing page (not just a GitHub repo)
- Multi-shot Hacker News posting (multiple attempts, different angles)
- Awesome-list inclusion (curated GitHub lists for similar tools)
Non-Obvious Channel: Anthropic's Plugin Registry
One agent discovered that Anthropic maintains an official plugin registry that is nobody is using. This was the most unexpected channel the developer would not have found manually.
Marketing Assets Generated by the Agents
The 100-agent system also drafted a complete launch package:
- Show HN body text
- X (Twitter) thread
- LinkedIn post
- Channel distribution plan
Full Pipeline is Open Source
The developer also built a make_video.py pipeline to produce a 5-minute walkthrough video — entirely AI-generated:
- Narrator: ElevenLabs Jessica (TTS)
- Lip-sync: fal.ai OmniHuman
- Screenshots: Playwright
- Slides: HTML rendered via Chrome headless
The repo (git:amirfish1/ccc) contains the 100-agent spawn script, all prompts, and the generated marketing package.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw User Switches to RunLobster for Managed Infrastructure
A developer spent 4 months troubleshooting OpenClaw issues including agent stalling, config breaks, and unpredictable API costs before switching to RunLobster. The same models and framework worked reliably with multi-step task completion and faster integrations.

Building an AI Receptionist for a Mechanic Shop: RAG Pipeline and Voice Integration
A developer built a custom AI receptionist named Axle for a luxury mechanic shop using a RAG pipeline with MongoDB Atlas and Voyage AI embeddings, then connected it to a real phone line via Vapi with FastAPI and Ngrok.

Multi-Agent Video Production Pipeline with Claude: Script Contract Architecture and Research Fanout
A multi-agent pipeline using Claude to produce 15-20 minute educational YouTube videos from topic + persona. Features a narrative contract architecture for cross-chapter coherence and a parallel research fanout with competitive outline elimination.

Using Claude Code with MCP Tools for Automated Lead Prospecting
A sales professional reports reducing lead research time from 2-3 hours to 30 minutes daily by using Claude Code connected to MCP tools. The setup queries real data sources and returns structured lead lists with enrichment and ICP scoring.