Skip to content

Gingiris/gingiris-growth-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧭 Gingiris Growth Finder

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.

Install on skills.sh License: MIT Claude Code Cursor Codex

⚑ One-line install

npx skills add Gingiris/gingiris-growth-finder -g

That's it. The skill auto-loads in Claude Code, Cursor, Codex, Amp, Cline, and 7 other Agent Skills runtimes.


🎯 What this skill does

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:

  1. Product type β€” SaaS / open source / mobile app / dev tool / consumer web / marketplace
  2. Growth stage β€” pre-launch / launch / cold-start / growth / scale
  3. 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

πŸ’¬ Example prompts

"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.


🀝 Install all five Gingiris skills

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 / mobile

❓ FAQ

Q: 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.


πŸ”— Related Gingiris Skills

All five live at skills.sh/Gingiris.


πŸ“– Read more


License

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>

Releases

No releases published

Packages

 
 
 

Contributors