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
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:
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
When to Use
4 business growth agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Customer success (health scoring, churn), sales engineer (RFP), revenue operations (pipeline, GTM), contract & proposal writer.
Covers: Business & Growth Skills, Claude Code, Codex CLI, Skills Overview, Python Tools.
1---2name: business-growth3description: 4 business growth agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Customer success (health scoring, churn), sales engineer (RFP), revenue operations (pipeline, GTM), contract & proposal writer. Python tools (stdlib-only).4license: MIT5---6# Business & Growth Skills784 production-ready skills for customer success, sales, and revenue operations.910## Quick Start1112### Claude Code13```14/read business-growth/customer-success-manager/SKILL.md15```1617### Codex CLI18```bash19npx agent-skills-cli add alirezarezvani/claude-skills/business-growth20```2122## Skills Overview2324| Skill | Folder | Focus |25|-------|--------|-------|26| Customer Success Manager | `customer-success-manager/` | Health scoring, churn prediction, expansion |27| Sales Engineer | `sales-engineer/` | RFP analysis, competitive matrices, PoC planning |28| Revenue Operations | `revenue-operations/` | Pipeline analysis, forecast accuracy, GTM metrics |29| Contract & Proposal Writer | `contract-and-proposal-writer/` | Proposal generation, contract templates |3031## Python Tools32339 scripts, all stdlib-only:3435```bash36python3 customer-success-manager/scripts/health_score_calculator.py --help37python3 revenue-operations/scripts/pipeline_analyzer.py --help38```3940## Rules4142- Load only the specific skill SKILL.md you need43- Use Python tools for scoring and metrics, not manual estimates4445## When to Use46474 business growth agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Customer success (health scoring, churn), sales engineer (RFP), revenue operations (pipeline, GTM), contract & proposal writer.4849Covers: Business & Growth Skills, Claude Code, Codex CLI, Skills Overview, Python Tools.