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>
1.3 KiB
1.3 KiB
C-Level Advisory — Codex CLI Instructions
When working on executive or strategic tasks, use the C-level advisory system:
Routing
- Start with
c-level-advisor/chief-of-staff/SKILL.md— it routes to the right executive role - For onboarding: Run
c-level-advisor/cs-onboard/SKILL.mdto create company-context.md - For big decisions: Use
c-level-advisor/board-meeting/SKILL.mdfor multi-role deliberation
Python Tools
All scripts in c-level-advisor/*/scripts/ are stdlib-only and CLI-first:
python3 c-level-advisor/cfo-advisor/scripts/burn_rate_calculator.py --help
python3 c-level-advisor/cto-advisor/scripts/tech_debt_analyzer.py --help
python3 c-level-advisor/ciso-advisor/scripts/risk_quantifier.py --help
Key Skills by Task
| Task | Skill |
|---|---|
| Strategy questions | chief-of-staff (routes) |
| Tech decisions | cto-advisor |
| Financial analysis | cfo-advisor |
| Product strategy | cpo-advisor |
| Marketing strategy | cmo-advisor |
| Security risk | ciso-advisor |
| Operations | coo-advisor |
| Revenue growth | cro-advisor |
| Hiring/culture | chro-advisor |
| Hard decisions | executive-mentor |
Rules
- Run cs-onboard first to create company-context.md
- Load only 1-2 skills per request — don't bulk-load
- Use Python tools for quantitative analysis