Business Growth Skills

4 business growth agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Customer success (health scoring, churn), sales engin

What Is Business Growth Skills?

Business Growth Skills is an open-source suite of four production-ready agent skills and plugins designed to enhance business development within AI-powered coding environments. Developed by Alireza Rezvani, this skill set is tailored for integration with platforms such as Claude Code, Codex CLI, Gemini CLI, Cursor, and OpenClaw. The suite provides essential automation and analytical tools for teams focused on customer success, sales engineering, revenue operations, and contract/proposal management. All tooling is implemented using Python’s standard library, ensuring lightweight, dependency-free deployment.

By encapsulating core business processes into modular skills, Business Growth Skills enables engineers, analysts, and business ops professionals to accelerate workflows such as customer health scoring, churn prediction, RFP analysis, sales pipeline forecasting, and contract generation. The solution’s agent-oriented architecture is ideal for teams adopting AI-driven development and automation.

Why Use Business Growth Skills?

Organizations looking to drive business growth often face bottlenecks in data analysis, proposal management, and sales operations. Repetitive manual workflows can slow down response times, reduce accuracy, and limit scalability. Business Growth Skills addresses these challenges by providing:

  • Automation: Replace manual calculations and document creation with repeatable scripts.
  • Standardization: Apply consistent logic to health scoring, pipeline analysis, and contract generation.
  • Integration: Seamlessly connect with popular AI coding tools, making business logic accessible from your development environment.
  • Simplicity: All scripts use only the Python standard library, reducing maintenance and security concerns.
  • Versatility: Applicable to startups and enterprises alike, supporting multiple business functions from a single toolkit.

By leveraging these skills, teams can quickly evaluate customer risk, respond to RFPs, forecast revenue, and craft contracts with minimal friction and maximum data-driven insight.

How to Get Started

Business Growth Skills is designed for immediate use within supported agent platforms. Here’s how to add and use the skills in some of the most common environments:

Claude Code

To load a specific skill’s documentation and begin integration:

/read business-growth/customer-success-manager/SKILL.md

Codex CLI

Install the suite using the agent-skills CLI:

npx agent-skills-cli add alirezarezvani/claude-skills/business-growth

Running Python Tools

Each skill includes scripts that can be run directly from the command line. For example, to use the customer health score calculator:

python3 customer-success-manager/scripts/health_score_calculator.py --help

Or to analyze your sales pipeline:

python3 revenue-operations/scripts/pipeline_analyzer.py --help

All tools are stdlib-only, ensuring compatibility and ease of deployment in various environments.

Key Features

Business Growth Skills consists of four core modules, each mapped to a real-world business role:

SkillFolderFocus Areas
Customer Success Managercustomer-success-manager/Health scoring, churn prediction, expansion
Sales Engineersales-engineer/RFP analysis, competitive matrices, PoC planning
Revenue Operationsrevenue-operations/Pipeline analysis, forecast accuracy, GTM metrics
Contract & Proposal Writercontract-and-proposal-writer/Proposal generation, contract templates

Example:

Customer Health Score Calculator

A practical tool for customer success teams:

python3 customer-success-manager/scripts/health_score_calculator.py --input customers.csv --output scores.csv

This script reads customer data, applies health scoring logic, and outputs results for further action or escalation.

Example:

Pipeline Analyzer

For revenue operations, quickly assess pipeline quality:

python3 revenue-operations/scripts/pipeline_analyzer.py --pipeline-data pipeline.json

The analyzer provides insights into deal stages, forecast accuracy, and go-to-market (GTM) metrics.

Example:

RFP Analyzer

Sales engineers can parse and structure RFPs for better response planning:

python3 sales-engineer/scripts/rfp_analyzer.py --rfp-file rfp.pdf

This aids in competitive analysis and proof-of-concept (PoC) planning.

Example:

Proposal Generator

Automate contract and proposal writing:

python3 contract-and-proposal-writer/scripts/proposal_generator.py --template base_proposal.md --data deal.json

Generate tailored proposals using your own templates and input data.

Best Practices

  • Validate Input Data: Ensure all CSV or JSON files are well-formed before processing to avoid runtime errors.
  • Customize Scoring Logic: The provided scripts use baseline models; adapt scoring or analysis logic to reflect your business’s specific KPIs.
  • Integrate with CI/CD: For maximum efficiency, include these scripts in your CI/CD pipeline to automate reporting and documentation.
  • Version Control: Since all tools are stdlib-only, you can safely check scripts into your codebase and manage updates via Git.
  • Read Documentation: Each skill directory contains a SKILL.md with usage details and examples—review these before deployment.

Important Notes

  • Strictly Python Standard Library: No external dependencies are required, simplifying security reviews and cross-platform compatibility.
  • Modular Design: You can use skills independently or in combination, depending on your operational needs.
  • Active Maintenance: Refer to the source repository for updates, issues, and community contributions.
  • Licensing: Released under the MIT License, the suite is free for both commercial and personal use.
  • Platform Compatibility: While optimized for Claude Code, Codex CLI, Gemini CLI, Cursor, and OpenClaw, scripts can be run in any Python 3 environment.

Business Growth Skills is a robust, extensible toolkit for automating and optimizing key business growth functions directly from your development workflows.