Root cause: CLI tools (ai-agent-skills, agent-skills-cli) look for SKILL.md at the specified install path. 7 of 9 domain directories were missing this file, causing "Skill not found" errors for bundle installs like: npx ai-agent-skills install alirezarezvani/claude-skills/engineering-team Fix: - Add root-level SKILL.md with YAML frontmatter to 7 domains - Add .codex/instructions.md to 8 domains (for Codex CLI discovery) - Update INSTALLATION.md with accurate skill counts (53→170) - Add troubleshooting entry for "Skill not found" error All 9 domains now have: SKILL.md + .codex/instructions.md + plugin.json Closes #301 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
57 lines
1.6 KiB
Markdown
57 lines
1.6 KiB
Markdown
---
|
|
name: "business-growth-skills"
|
|
description: "4 production-ready business and growth skills: customer success manager with health scoring and churn prediction, sales engineer with RFP analysis, revenue operations with pipeline and GTM metrics, and contract & proposal writer. Python tools included (all stdlib-only). Works with Claude Code, Codex CLI, and OpenClaw."
|
|
version: 1.1.0
|
|
author: Alireza Rezvani
|
|
license: MIT
|
|
tags:
|
|
- business
|
|
- customer-success
|
|
- sales
|
|
- revenue-operations
|
|
- growth
|
|
agents:
|
|
- claude-code
|
|
- codex-cli
|
|
- openclaw
|
|
---
|
|
|
|
# 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
|
|
```bash
|
|
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:
|
|
|
|
```bash
|
|
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
|