Open-source growth skills for AI agents, written as Agent Skills (SKILL.md). They turn the work that comes after shipping a product — finding customers, reading data, improving conversion, getting paid — into repeatable SOPs any agent can follow.
開源的 AI 代理成長技能包,採用 Agent Skills 開放標準(SKILL.md)。把產品上線「之後」的工作 — 找客戶、看數據、改善轉換、建立收款 — 整理成任何代理都能執行的可重複 SOP。
| Skill | Stage | What it does |
|---|---|---|
growth-audit |
All | Diagnoses which single growth bottleneck to fix first, with evidence and a 2-week action plan. 診斷當前唯一優先的成長瓶頸,附證據與兩週行動計畫。 |
funnel-analytics-setup |
Analytics | Designs a signup-to-payment event taxonomy and instrumentation plan you can actually measure. 設計註冊到付費的事件命名與埋點計畫。 |
pricing-monetization-check |
Monetization | Designs pricing and verifies checkout, subscriptions, and trials are genuinely ready to take money. 設計定價並檢核收款流程是否真的就緒。 |
icp-outbound-planner |
Acquisition | Defines your ideal customer profile and plans a compliant cold-outreach campaign. 定義理想客戶輪廓並規劃合規的陌生開發。 |
- One bottleneck at a time 一次只解一個瓶頸 — installing every growth tool at once produces noise, not growth.
growth-auditpicks the constraint; the other skills fix it. - Confirmation gates 逐步確認關卡 — any action that touches money, personal data, external services, or sending messages requires a separate, explicit user confirmation. Plans and drafts are the default output; execution is opt-in.
- Graceful degradation 優雅降級 — if an analytics/billing/CRM connector (MCP tool) is available, the skill can drive it after approval; if not, it produces a spec document your team can implement. The guidance never hard-depends on one vendor.
- Respond in the user's language 以使用者的語言回應 — skill bodies are English for cross-agent portability; agents are instructed to converse and produce artifacts in the user's language.
Claude Code / Cursor — copy a skill folder into .claude/skills/ or .cursor/skills/, or install via the skills CLI:
npx skills add <this-repo-url>Replit Agent — in Agent chat, select + > Use a skill > paste this repository URL > Import.
Akashic platform — available in the Skill Gallery (技能庫) as one-click installs.
The five-stage framing (acquisition / content / analytics / conversion / monetization) is a common growth-marketing decomposition, popularized for agent workflows by Replit's Growth Kit. All skill content here is original work, written independently and released under MIT. No affiliation with or endorsement by Replit, PostHog, Stripe, Apollo, or any vendor mentioned in the guidance.
五環節框架(獲客/內容/分析/轉換/變現)是成長行銷的常見拆解方式,Replit Growth Kit 將其推廣至代理工作流。本 repo 的所有技能內容皆為獨立撰寫的原創作品,以 MIT 授權發布,與 Replit、PostHog、Stripe、Apollo 或內文提及的任何廠商皆無隸屬或背書關係。