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

AI-Powered E-commerce Store Recovers from 3AM Crash Without Human Intervention
An AI-operated e-commerce store experienced an unhandled exception that took down the order pipeline at 3am. The system autonomously detected the failure, identified the root cause, attempted a fix, verified recovery, and resumed operations before morning.

RAG Pipeline Test Shows Cost Per Token Isn't the Right Metric for Model Selection
A developer tested Claude Haiku 4.5, Amazon Nova Pro, and Amazon Nova Lite on identical RAG pipelines with real queries and found the cheapest model per token produced the least useful answers, costing more per useful response.

Developer Uses Claude Code to Build SetForge Web App for Band Management
A developer with no professional coding experience used Claude Code to build SetForge, a React app deployed to Vercel that helps bands manage song libraries and setlists. The app includes features like Jam Set for finding overlapping songs, Excel/CSV import, flow scoring, auto-arrange modes, and real-time collaboration.

Building a Pixel-Art JRPG with Claude Code: A Developer's Workflow and Stack
A developer used Claude Code (Opus 4.6) to build Bakemachi, a pixel-art JRPG for learning Japanese with a playable demo. The stack includes Vite, React, Phaser 3, TypeScript, and Zustand, with Claude handling most of the code implementation.