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>
948 B
948 B
Business & Growth Skills — Codex CLI Instructions
When working on customer success, sales, or revenue tasks, use the business growth skill system:
Routing
- Identify the task: Customer health, sales engineering, revenue operations, or proposals
- Read the specialist SKILL.md for detailed instructions
Python Tools
All scripts in business-growth/*/scripts/ are stdlib-only and CLI-first:
python3 business-growth/customer-success-manager/scripts/health_score_calculator.py --help
python3 business-growth/revenue-operations/scripts/pipeline_analyzer.py --help
Key Skills by Task
| Task | Skill |
|---|---|
| Customer health | customer-success-manager |
| RFP/PoC planning | sales-engineer |
| Pipeline analysis | revenue-operations |
| Proposals/contracts | contract-and-proposal-writer |
Rules
- Load only 1-2 skills per request — don't bulk-load
- Use Python tools for scoring and metrics