Agent skill · Business & Finance

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').

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add alirezarezvani/claude-skills --skill business-growth-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 2.9.0
Declared author: Alireza Rezvani
Path: business-growth/skills/business-growth-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Routing table
  2. Quick start
  3. Rules
Commands it runs
cat business-growth/skills/customer-success-manager/SKILL.md
python3 business-growth/skills/customer-success-manager/scripts/health_score_calculator.py --help
More from claude-skills
All skills →
About this skill
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.

Keep going