business-growth-skills
Tools and techniques for revenue operations, customer success modeling, and business document drafting.
Install
mkdir -p .claude/skills/business-growth-skills && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2995" && unzip -o skill.zip -d .claude/skills/business-growth-skills && rm skill.zipInstalls to .claude/skills/business-growth-skills
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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').Key capabilities
- →Route requests to customer-success-manager skill
- →Route requests to sales-engineer skill
- →Route requests to revenue-operations skill
- →Route requests to contract-and-proposal-writer skill
How it works
This skill acts as a router, matching request signals to one of four bundled business and growth skills and directing the user to the appropriate skill's documentation.
Inputs & outputs
When to use business-growth-skills
- →Calculating churn prediction with Python
- →Analyzing RFPs for sales engineering
- →Modeling pipeline metrics for RevOps
- →Automating business proposal generation
About this skill
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.
When not to use it
- →When a growth/revenue request clearly matches a single skill
- →When the request requires tools not shipped by the router itself
Limitations
- →This router ships no tools of its own
- →Route to exactly one skill
- →Deal/contract outputs are drafts for human legal/commercial review
How it compares
This skill provides a structured routing mechanism for specific business functions, unlike a general search or manual selection of individual tools.
Compared to similar skills
business-growth-skills side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| business-growth-skills (this skill) | 1 | 2mo | Review | Beginner |
| data-engineering | 13 | 7mo | Review | Advanced |
| crawl4ai | 21 | 8mo | Review | Intermediate |
| data-cleaning-pipeline | 13 | 5mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by alirezarezvani
View all by alirezarezvani →You might also like
data-engineering
pluginagentmarketplace
ETL pipelines, Apache Spark, data warehousing, and big data processing. Use for building data pipelines, processing large datasets, or data infrastructure.
crawl4ai
basher83
This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.
data-cleaning-pipeline
aj-geddes
Build robust processes for data cleaning, missing value imputation, outlier handling, and data transformation for data preprocessing, data quality, and data pipeline automation
paddle-ocr-validation
jgtolentino
PaddleOCR-based receipt and BIR form extraction with validation
ocr
trpc-group
Extract text from images using Tesseract OCR
airflow-dag-patterns
wshobson
Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.