business-growth-skills

Automates customer success, sales engineering, revenue operations, and proposal writing with Python tools.

1|Updated May 6, 2026
One-click install
npx skills add https://github.com/surfingalien/FinSurfing --skill business-growth-skills-surfingalien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: business-growth-skills
Source: https://github.com/surfingalien/FinSurfing/tree/main/business-growth/skills/business-growth-skills
Command: npx skills add https://github.com/surfingalien/FinSurfing --skill business-growth-skills-surfingalien

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Business teams manually calculate customer health scores, analyze sales pipelines, respond to RFPs, and draft proposals, which is slow and inconsistent. This Skill provides structured agent instructions and Python tools to standardize these revenue workflows. ## Core Features & Use Cases - Customer Success Management: Calculate customer health scores, predict churn risk, and identify expansion opportunities using the health_score_calculator.py script. - Sales Engineering: Analyze RFP requirements, build competitive comparison matrices, and plan proof-of-concept engagements. - Revenue Operations: Analyze sales pipelines, measure forecast accuracy, and track GTM metrics with pipeline_analyzer.py. - Contract & Proposal Writing: Generate proposals and contract templates for sales cycles. - Use Case: A revenue operations lead asks the agent to analyze the current quarter pipeline; the Skill loads the revenue-operations instructions and runs pipeline_analyzer.py to produce forecast accuracy metrics. ## Quick Start Load the customer-success-manager skill and calculate health scores for my top 20 accounts using the Python scoring script.

Frequently Asked Questions about business-growth-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate customer health scores with Python?

Run the health_score_calculator.py script in the customer-success-manager folder with python3. It computes health scores from customer metrics using only the Python standard library, so no package installation is required.

How to analyze a sales pipeline for forecast accuracy?

Use the pipeline_analyzer.py script in the revenue-operations folder to evaluate pipeline coverage and forecast accuracy. Load the revenue-operations SKILL.md first so the agent applies the correct GTM metrics methodology.

Does this skill work with Codex CLI and OpenClaw?

Yes, the skill supports Claude Code, Codex CLI, and OpenClaw. For Codex CLI, install it with npx agent-skills-cli add alirezarezvani/claude-skills/business-growth; for Claude Code, read the specific sub-skill SKILL.md directly.

What Python dependencies are required to run the scripts?

None. All 9 Python scripts are stdlib-only, meaning they run with a standard Python 3 installation and require no pip installs or external packages.

Should I load all four skills at once?

No. The documentation instructs you to load only the specific sub-skill SKILL.md you need, such as customer-success-manager or sales-engineer, to keep the agent context focused on the relevant workflow.