
Business Growth Skills
Load four stdlib-backed growth skills—customer success, sales engineering, revenue ops, and proposals—when you run CS, pipeline, or GTM work from your coding agent.
Overview
business-growth-skills is an agent skill most often used in Grow (also Validate, Operate) that packages four GTM skills plus nine stdlib Python tools for customer success, sales engineering, revenue operations, and contr
Install
npx skills add https://github.com/alirezarezvani/claude-skills --skill business-growth-skillsWhat is this skill?
- 4 bundled skills: Customer Success Manager, Sales Engineer, Revenue Operations, Contract & Proposal Writer
- 9 stdlib-only Python scripts (health scoring, pipeline analysis, RFP tooling, and related helpers)
- Works across Claude Code, Codex CLI, Cursor, Gemini CLI, and OpenClaw via per-folder SKILL.md specs
- Revenue ops covers pipeline analysis, forecast accuracy, and GTM metrics
- Rule to load only the specific skill spec you need—avoids dumping the whole monorepo into context
- 4 production-ready sub-skills
Adoption & trust: 1.9k installs on skills.sh; 17.5k GitHub stars; 1/3 security scanners passed (skills.sh audits).
What problem does it solve?
You are shipping a product alone but still need CS health scores, RFP responses, pipeline truth, and proposals without hiring a full revenue team.
Who is it for?
Indie SaaS founders doing their own CS and sales ops, or small teams wiring Claude Code/Codex to repeatable GTM checklists.
Skip if: Builders who only need generic marketing copy, deep CRM ERP integrations, or enterprise Salesforce automation—these skills are spec-plus-local-scripts, not a hosted RevOps platform.
When should I use this skill?
You need customer success health scoring, sales RFP/PoC support, revenue pipeline analysis, or contract and proposal drafting from your agent environment.
What do I get? / Deliverables
You load the right sub-skill spec and run focused Python helpers to score accounts, analyze pipeline, or draft commercial artifacts instead of improvising in chat.
- Health and churn analyses
- Pipeline/GTM metric views
- RFP-oriented competitive artifacts
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Customer health, churn, expansion, pipeline, and GTM metrics are classic post-launch growth and retention work—the canonical shelf is Grow even though sales artifacts also touch Validate. Health scoring, churn prediction, and expansion mapping align with lifecycle management rather than one-off content or support tickets alone.
Where it fits
Draft proposal and contract language while you finalize packaging before full build.
Run health_score_calculator outputs to flag churn risk before renewal season.
Use sales-engineer matrices to sharpen positioning for outbound or partner conversations.
Analyze pipeline with revenue-operations scripts to decide what to fix in the product roadmap.
How it compares
A curated four-skill GTM bundle with local Python calculators, not a single-purpose SEO or landing-page generator.
Common Questions / FAQ
Who is business-growth-skills for?
Solo and indie builders who sell and support their own product and want agent-guided customer success, sales engineering, revenue operations, and proposal workflows in one repo.
When should I use business-growth-skills?
Use it in Grow for health scoring and churn risk; during Validate when scoping pricing and proposals; and in Operate when you review pipeline and forecast accuracy before planning the next release.
Is business-growth-skills safe to install?
Review the Security Audits panel on this Prism page for published scan results; scripts are stdlib-only but may process customer or revenue data you choose to feed them—treat inputs as sensitive.
SKILL.md
READMESKILL.md - Business Growth Skills
# Business & Growth Skills 4 production-ready skills for customer success, sales, and revenue operations. ## Quick Start ### Claude Code ``` /read business-growth/customer-success-manager/SKILL.md ``` ### Codex CLI ```bash npx agent-skills-cli add alirezarezvani/claude-skills/business-growth ``` ## Skills Overview | Skill | Folder | Focus | |-------|--------|-------| | Customer Success Manager | `customer-success-manager/` | Health scoring, churn prediction, expansion | | Sales Engineer | `sales-engineer/` | RFP analysis, competitive matrices, PoC planning | | Revenue Operations | `revenue-operations/` | Pipeline analysis, forecast accuracy, GTM metrics | | Contract & Proposal Writer | `contract-and-proposal-writer/` | Proposal generation, contract templates | ## Python Tools 9 scripts, all stdlib-only: ```bash python3 customer-success-manager/scripts/health_score_calculator.py --help python3 revenue-operations/scripts/pipeline_analyzer.py --help ``` ## Rules - Load only the specific skill SKILL.md you need - Use Python tools for scoring and metrics, not manual estimates