business-growth-skills
Router/index for the 4 business & growth skills bundled in this plugin: customer-success-manager (health scoring, churn risk, expansion), sales-engineer (RFP analysis, competitive matrices, PoC planning), revenue-operations (pipeline, forecast accuracy, GTM efficiency), and contract-and-proposal-writer. Use when a growth/revenue request doesn't obviously match one skill and you need to pick the right one (e.g., 'which accounts are at risk', 'should we bid on this RFP').
npx skills add alirezarezvani/claude-skills --skill business-growth-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Business & Growth Skills — Router This plugin bundles **4 skills** (this router is the 5th folder under `business-growth/skills/`). Each skill is self-contained. ## Routing table Match the request, then load `business-growth/skills/<skill>/SKILL.md`. If multiple rows match, ask one clarifying question first. | Request signals | Skill | Path | |---|---|---| | Customer health scores, churn risk, expansion plays | customer-success-manager | `skills/customer-success-manager/` | | RFP/RFI coverage, competitive positioning, PoC plans | sales-engineer | `skills/sales-engineer/` | | Pipeline coverage, forecast accuracy (MAPE), GTM efficiency | revenue-operations | `skills/revenue-operations/` | | Proposals, contracts, statements of work, DPAs | contract-and-proposal-writer | `skills/contract-and-proposal-writer/` | ## Quick start ```bash # Example: route an account-health request cat business-growth/skills/customer-success-manager/SKILL.md python3 business-growth/skills/customer-success-manager/scripts/health_score_calculator.py --help ``` ## Rules - Route to exactly one skill, then follow that skill's workflow. This router ships no tools of its own. - Use the skills' Python scorers for
- Routing table
- Quick start
- Rules
cat business-growth/skills/customer-success-manager/SKILL.md python3 business-growth/skills/customer-success-manager/scripts/health_score_calculator.py --help
What does the business-growth-skills skill do?
Router/index for the 4 business & growth skills bundled in this plugin: customer-success-manager (health scoring, churn risk, expansion), sales-engineer (RFP analysis, competitive matrices, PoC planning), revenue-operations (pipeline, forecast accuracy, GTM efficiency), and contract-and-proposal-writer. Use when a growth/revenue request doesn't obviously match one skill and you need to pick the right one (e.g., 'which accounts are at risk', 'should we bid on this RFP').
How do I install it?
Run `npx skills add alirezarezvani/claude-skills --skill business-growth-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.