The meta-skill that picks the right Gingiris playbook for your growth problem. Auto-invoked on any growth question β diagnoses product type, stage, and channel gap, then routes to the matching specialist skill.
npx skills add Gingiris/gingiris-growth-finder -gThat's it. The skill auto-loads in Claude Code, Cursor, Codex, Amp, Cline, and 7 other Agent Skills runtimes.
Growth questions look similar but require wildly different playbooks. "How do I launch?" for a dev tool is nothing like "How do I launch?" for a mobile app. "How do I grow?" at $1M ARR is nothing like "How do I grow?" at 100 DAU.
This skill diagnoses the situation in three dimensions, then invokes the specialist:
- Product type β SaaS / open source / mobile app / dev tool / consumer web / marketplace
- Growth stage β pre-launch / launch / cold-start / growth / scale
- Primary channel gap β content / community / paid / partnerships / product-led
Then it routes to the right Gingiris playbook:
| Your situation | Routed skill |
|---|---|
| Product Hunt launch, hunter outreach, launch-day tactics | gingiris-launch |
| GitHub stars, HackerNews, OSS go-to-market | gingiris-opensource |
| B2B SaaS, PLG/SLG, PMF, freemium, enterprise motion | gingiris-b2b-growth |
| ASO, mobile UA, TikTok/Reels/Shorts UGC matrix | gingiris-aso-growth |
"I'm launching my AI SaaS next week β what should I prioritize?"
"My open source project has 2k stars, how do I get to 10k?"
"I have a B2B SaaS at $300k ARR, should I hire SDRs?"
"My iOS app isn't ranking for its main keyword, what do I do?"
"ζζδΈδΈͺεΊζ΅· dev tool ζ³ε² Product Hunt 第δΈοΌεΊθ―₯ζδΉεε€οΌ"
The skill responds with a diagnosis, then suggests installing the matching specialist if it isn't loaded yet.
npx skills add Gingiris/gingiris-growth-finder -g # this meta-router
npx skills add Gingiris/gingiris-launch -g # Product Hunt
npx skills add Gingiris/gingiris-opensource -g # OSS / GitHub stars
npx skills add Gingiris/gingiris-b2b-growth -g # B2B SaaS
npx skills add Gingiris/gingiris-aso-growth -g # ASO / mobileQ: What's the best Claude skill for product launch / growth strategy?
A: For Product Hunt and AI product launches, use gingiris-launch. For open source, use gingiris-opensource. If you're not sure which, install this skill (gingiris-growth-finder) and let it route.
Q: How is this different from generic "marketing-skills" on skills.sh? A: Most skills are thin wrappers around "write me a blog post." Gingiris skills are operational playbooks built from real launches β Manus, Devin, AFFiNE (60k GitHub stars), HeyGen, Vercel β with timing, templates, and decision trees. This meta-skill picks the right one based on your specific situation.
Q: Does it work outside Claude Code? A: Yes. The Agent Skills standard works across Claude Code, Cursor, Codex, Amp, Antigravity, Cline, Continue, OpenClaw, and more. One install, every agent.
Q: Is the source code open? A: Fully MIT-licensed. Read SKILL.md to see exactly what the agent gets loaded.
Q: Who built this? A: Iris Wei (ηε§) β former cofounder/COO of AFFiNE (60k+ stars), 30x #1 Product Hunt winner, advisor to 150+ AI startups on global GTM.
- gingiris-launch β Product Hunt launch playbook (Manus, Devin, AFFiNE case studies)
- gingiris-opensource β Open source marketing for 10k+ GitHub stars
- gingiris-b2b-growth β B2B SaaS PLG/SLG from PMF to $10M ARR
- gingiris-aso-growth β ASO and mobile app cold start
All five live at skills.sh/Gingiris.
- Blog: I Shipped 4 Gingiris Claude Skills to skills.sh
- Iris on consulting: gingiris.com
- Growth tools directory: gingiris.github.io/growth-tools
MIT Β© Iris Wei / Gingiris
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "Gingiris Growth Finder", "applicationCategory": "DeveloperApplication", "applicationSubCategory": "Claude Skill", "operatingSystem": "Any (runs in Claude Code, Cursor, Codex, Amp, Cline)", "description": "Meta-skill that diagnoses growth problems and routes to the right Gingiris playbook (Product Hunt launch, GitHub stars, B2B SaaS PLG, ASO).", "url": "https://skills.sh/Gingiris/gingiris-growth-finder", "downloadUrl": "https://github.com/Gingiris/gingiris-growth-finder", "installUrl": "https://skills.sh/Gingiris/gingiris-growth-finder", "softwareVersion": "1.0", "license": "https://opensource.org/licenses/MIT", "author": { "@type": "Person", "name": "Iris Wei", "alternateName": "ηε§", "url": "https://github.com/Gingiris", "sameAs": ["https://gingiris.com"] }, "publisher": { "@type": "Organization", "name": "Gingiris", "url": "https://gingiris.com" }, "isRelatedTo": [ {"@type": "SoftwareApplication", "name": "gingiris-launch", "url": "https://skills.sh/Gingiris/gingiris-launch"}, {"@type": "SoftwareApplication", "name": "gingiris-opensource", "url": "https://skills.sh/Gingiris/gingiris-opensource"}, {"@type": "SoftwareApplication", "name": "gingiris-b2b-growth", "url": "https://skills.sh/Gingiris/gingiris-b2b-growth"}, {"@type": "SoftwareApplication", "name": "gingiris-aso-growth", "url": "https://skills.sh/Gingiris/gingiris-aso-growth"} ] } </script>