agentsclimarketplace

Business growth skills

Skill alirezarezvani/claude-skills/business-growth/skills/business-growth-skills

345 Claude Code skills & agent skills & plugins (30+ Agents, 70+ custom commands, 330+ skills, customizable references, scripts)for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — engineering, marketing, product, compliance, C-level advisory, research, business operations, commercial & finance, and your daily productivity skills.

Install
npx -y skills add alirezarezvani/claude-skills --skill business-growth-skills

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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').

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.0 KB, as published. Nobody here has run it

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 signalsSkillPath
Customer health scores, churn risk, expansion playscustomer-success-managerskills/customer-success-manager/
RFP/RFI coverage, competitive positioning, PoC planssales-engineerskills/sales-engineer/
Pipeline coverage, forecast accuracy (MAPE), GTM efficiencyrevenue-operationsskills/revenue-operations/
Proposals, contracts, statements of work, DPAscontract-and-proposal-writerskills/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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.