/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
One skill from claude-skills.
shell
$ npx -y skills add alirezarezvani/claude-skills --skill business-growth-skills --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/business-growth-skills
Context preview
The summary Claude sees to decide when to auto-load this skill.
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
Stats
Stars23,060
Forks3,139
LanguagePython
LicenseMIT
Ships with claude-skills
SKILL.md
business-growth-skills.SKILL.md
--- name: "business-growth-skills" description: "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')." version: 2.9.0 author: Alireza Rezvani license: MIT tags: - business - customer-success - sales - revenue-operations - growth agents: - claude-code - codex-cli - openclaw --- # 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/` |
