โ† Back to Skills Marketplace
gingiris

Growth Finder โ€” Meta-router for Gingiris Playbook Series

by Gingiris ยท GitHub โ†— ยท v1.1.2 ยท MIT-0
cross-platform โœ“ Security Clean
44
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install i18n-growth-finder
Description
๐Ÿ‡บ๐Ÿ‡ธ Gingiris Growth Finder โ€” Meta-router that diagnoses growth problems and invokes the right playbook. Auto-triggers on any growth question: Product Hunt l...
README (SKILL.md)

Gingiris Growth Finder

The meta-skill that picks the right Gingiris playbook for your growth problem.

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 and invokes the specialist.


How to use

Just ask your growth question naturally. 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?"

The skill will diagnose three dimensions, then invoke the matching playbook:

  1. Product type โ€” SaaS / open source / mobile app / consumer web / marketplace / dev tool
  2. Growth stage โ€” pre-launch / launch / post-launch cold start / growth / scale
  3. Primary channel gap โ€” content / community / paid / partnerships / product-led

Diagnostic routing logic

If the user's question is about... Route to
Product Hunt launch, hunter outreach, launch-day tactics, viral moment engineering gingiris-launch
GitHub stars, HackerNews, OSS marketing, developer community, awesome-lists, Show HN gingiris-opensource
B2B SaaS, PLG vs SLG, PMF validation, freemium, enterprise motion, affiliate, channel partnerships gingiris-b2b-growth
ASO, App Store / Google Play, mobile user acquisition, TikTok/Reels/Shorts UGC, creator matrix gingiris-aso-growth

If the question spans multiple domains (e.g. "I have an open source project that I want to monetize as B2B SaaS"), route to both relevant skills and explain the handoff.


Decision framework (for the agent)

When the user asks a growth question, run this quick triage before invoking a specialist skill:

Step 1 โ€” Classify the product

Ask or infer:

  • What is it? (SaaS web app / mobile app / OSS project / marketplace / browser extension)
  • Who's the ICP? (individual developer / SMB / enterprise / consumer)
  • Distribution default? (self-serve web signup / app store / GitHub / sales-led)

Step 2 โ€” Identify the stage

  • Pre-launch โ€” building, no users yet
  • Launch โ€” within 30 days of public release
  • Cold start โ€” launched but \x3C100 WAU/DAU, \x3C1k signups
  • Growth โ€” steady signal, scaling what works
  • Scale โ€” $1M+ ARR or 10k+ DAU, needs systems

Step 3 โ€” Spot the gap

Listen for the actual bottleneck, not the stated question:

  • "I'm not getting signups" โ†’ distribution channel gap
  • "I'm getting signups but no conversions" โ†’ product/pricing gap (not growth โ€” redirect)
  • "I have users but no growth loop" โ†’ retention/virality gap
  • "I have a growth loop but can't scale ads" โ†’ monetization gap

Step 4 โ€” Route

Invoke the specialist skill. Examples:

User: "I have a dev tool CLI with 500 GitHub stars. How do I get to 5k?"
โ†’ Diagnosis: OSS project, growth stage, distribution gap
โ†’ Invoke: gingiris-opensource
โ†’ Context hint: focus on GitHub trending + HN relaunch + awesome-lists

User: "My iOS photo app has 80 DAU after 2 months. What's wrong?"
โ†’ Diagnosis: mobile app, cold-start stage, distribution+UGC gap
โ†’ Invoke: gingiris-aso-growth
โ†’ Context hint: focus on ASO audit first, then TikTok creator matrix

User: "I'm launching an AI coding assistant on Product Hunt in 3 weeks."
โ†’ Diagnosis: dev tool, pre-launch, launch-day engineering needed
โ†’ Invoke: gingiris-launch
โ†’ Context hint: 3-week timeline โ†’ hunter network + pre-launch email list

Complementary install

If the routed specialist skill isn't installed yet, suggest the user install it:

npx skills add Gingiris/gingiris-launch       # for Product Hunt / launch
npx skills add Gingiris/gingiris-opensource   # for OSS / GitHub stars
npx skills add Gingiris/gingiris-b2b-growth   # for B2B SaaS / PLG
npx skills add Gingiris/gingiris-aso-growth   # for mobile / ASO

Or install all four at once:

npx skills add Gingiris/gingiris-launch -g
npx skills add Gingiris/gingiris-opensource -g
npx skills add Gingiris/gingiris-b2b-growth -g
npx skills add Gingiris/gingiris-aso-growth -g

What this skill does not do

  • Product/pricing advice โ€” if the bottleneck is product fit or pricing, say so explicitly and redirect to a product strategist (this skill only routes growth questions)
  • Paid ads tactical execution โ€” covered at a high level in gingiris-b2b-growth and gingiris-aso-growth, but not the primary focus
  • Fundraising / pitch deck โ€” out of scope

About Gingiris

Gingiris is Iris Wei's growth consulting practice, built on:

  • 6 years as cofounder/COO of AFFiNE (60k+ GitHub stars)
  • 30x #1 on Product Hunt (Manus, Devin, AFFiNE, and others)
  • 150+ AI startups advised on global go-to-market

All four specialist playbooks are open source on GitHub under github.com/Gingiris and available as Claude Skills on skills.sh/Gingiris.


Version 1.0 โ€” Released 2026-04-22

Usage Guidance
Install this if you want a growth-strategy router for startup, launch, SaaS, open-source, or app-marketing questions. Be aware it may activate on generic growth or marketing prompts, and only run the optional companion-skill install commands if you want those additional playbooks available globally.
Capability Assessment
โœ“ Purpose & Capability
The files consistently describe a meta-router that classifies startup/product growth questions and routes users to related Gingiris playbook skills.
โ„น Instruction Scope
The skill advertises auto-triggering on broad growth and marketing phrases, which may cause over-activation, but that behavior is disclosed and aligned with its routing purpose.
โ„น Install Mechanism
Installation is presented as user-run npx skills add commands, including optional global installs of related skills; no bundled executable scripts or hidden install steps were found.
โœ“ Credentials
The artifact is markdown-only and contains no instructions to access credentials, read local data, mutate accounts, run background workers, or exfiltrate information.
โ„น Persistence & Privilege
Global skill installation is persistent and the README suggests installing companion skills, but those steps are explicit, user-directed, and not automatic.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install i18n-growth-finder
  3. After installation, invoke the skill by name or use /i18n-growth-finder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.2
- Skill renamed from "i18n-growth-finder" to "gingiris-growth-finder". - Expanded multilingual support in the description (now includes English, Chinese, Japanese, and Korean). - Significantly enhanced documentation detailing product classification, growth stage diagnosis, and routing logic. - Comprehensive list of supported growth-related triggers added. - Clearer guidance provided on when and how the skill redirects to specialist Gingiris playbooks. - Instructions included for complementary skill installation and handling multi-domain growth questions.
v1.1.0
- Renamed the skill from "i18n-growth-finder" to "gingiris-growth-finder". - Expanded description with full support for English, Chinese, Japanese, and Korean languages. - Added detailed instructions and example prompts for diagnosing growth problems and automatically routing to the appropriate Gingiris specialist playbook. - Provided comprehensive diagnostic and routing framework for product type, growth stage, and channel fit. - Included clear triggers and out-of-scope clarifications. - Added install instructions for all compatible Gingiris playbook skills.
Metadata
Slug i18n-growth-finder
Version 1.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Growth Finder โ€” Meta-router for Gingiris Playbook Series?

๐Ÿ‡บ๐Ÿ‡ธ Gingiris Growth Finder โ€” Meta-router that diagnoses growth problems and invokes the right playbook. Auto-triggers on any growth question: Product Hunt l... It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.

How do I install Growth Finder โ€” Meta-router for Gingiris Playbook Series?

Run "/install i18n-growth-finder" in the OpenClaw or Claude Code chat to install it in one step โ€” no extra setup required.

Is Growth Finder โ€” Meta-router for Gingiris Playbook Series free?

Yes, Growth Finder โ€” Meta-router for Gingiris Playbook Series is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Growth Finder โ€” Meta-router for Gingiris Playbook Series support?

Growth Finder โ€” Meta-router for Gingiris Playbook Series is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Growth Finder โ€” Meta-router for Gingiris Playbook Series?

It is built and maintained by Gingiris (@gingiris); the current version is v1.1.2.

๐Ÿ’ฌ Comments