Business & Growth Skills — Router

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.

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/business-growth-skills.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit alirezarezvani/claude-skills/business-growth/skills/business-growth-skills#main ~/.claude/skills/business-growth-skills

For one project only, change the path to .claude/skills/business-growth-skills.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of Business & Growth Skills — Router

Show the full text46 lines
business-growth-skills/SKILL.md46 lines · 2.0 KB
namedescriptionversionauthorlicensetagsagents
business-growth-skillsRouter/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').2.9.0Alireza RezvaniMIT - business - customer-success - sales - revenue-operations - growth - 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/
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

# 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 metrics, not manual estimates; deal/contract outputs are drafts for human legal/commercial review.
1---
2name: "business-growth-skills"
3description: "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')."
4version: 2.9.0
5author: Alireza Rezvani
6license: MIT
7tags:
8 - business
9 - customer-success
10 - sales
11 - revenue-operations
12 - growth
13agents:
14 - claude-code
15 - codex-cli
16 - openclaw
17---
18 
19# Business & Growth Skills — Router
20 
21This plugin bundles **4 skills** (this router is the 5th folder under `business-growth/skills/`). Each skill is self-contained.
22 
23## Routing table
24 
25Match the request, then load `business-growth/skills/<skill>/SKILL.md`. If multiple rows match, ask one clarifying question first.
26 
27| Request signals | Skill | Path |
28|---|---|---|
29| Customer health scores, churn risk, expansion plays | customer-success-manager | `skills/customer-success-manager/` |
30| RFP/RFI coverage, competitive positioning, PoC plans | sales-engineer | `skills/sales-engineer/` |
31| Pipeline coverage, forecast accuracy (MAPE), GTM efficiency | revenue-operations | `skills/revenue-operations/` |
32| Proposals, contracts, statements of work, DPAs | contract-and-proposal-writer | `skills/contract-and-proposal-writer/` |
33 
34## Quick start
35 
36```bash
37# Example: route an account-health request
38cat business-growth/skills/customer-success-manager/SKILL.md
39python3 business-growth/skills/customer-success-manager/scripts/health_score_calculator.py --help
40```
41 
42## Rules
43 
44- Route to exactly one skill, then follow that skill's workflow. This router ships no tools of its own.
45- Use the skills' Python scorers for metrics, not manual estimates; deal/contract outputs are drafts for human legal/commercial review.
46 

Discussion

Alternatives

Also in Proposals & decksSee all 138 in Sales →
Client Proposal Generator for Marketing ServicesPaste your rough notes about the client and what you'd do for them, and get back a polished, ready-to-send proposal with pricing tiers and next steps.Business & ops · MITSales materials that help you close dealsTell us what you sell and who buys it; get back a pitch outline, a one-page leave-behind, and ready answers to the objections you hear most.Business & ops · MITSales Engineer SkillAnalyzes RFP/RFI responses for coverage gaps, builds competitive feature comparison matrices, and plans proof-of-concept (POC) engagements for pre-sales engineering. Use when responding to RFPs, bids, or proposal requests; comparing product features against competitors; planning or scoring a customer POC or sales demo; preparing a technical proposal; or performing win/loss competitor analysis. Handles tasks described as 'RFP response', 'bid response', 'proposal response', 'competitor comparison', 'feature matrix', 'POC planning', 'sales demo prep', or 'pre-sales engineering'.Sales & ecommerce · MITQuote postTwo-step workflow for creating quote posts on LinkedIn. The assistant drafts original short quotes to accompany a caption, then produces a Gemini prompt that recreates a reference image with the chosen quote baked in. Use this skill whenever the user says "quote post", "quote graphic", "motivational post", "build me a quote", or wants a low-effort high-engagement LinkedIn graphic. Optimised for LinkedIn's employee and early-career audience, which skews toward motivational content.Creator · MIT