Files
claude-skills-reference/c-level-advisor/.codex/instructions.md
Reza Rezvani ac845cf476 fix: add root-level SKILL.md and .codex/instructions.md to all domains (#301)
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>
2026-03-09 14:31:08 +01:00

41 lines
1.3 KiB
Markdown

# C-Level Advisory — Codex CLI Instructions
When working on executive or strategic tasks, use the C-level advisory system:
## Routing
1. **Start with** `c-level-advisor/chief-of-staff/SKILL.md` — it routes to the right executive role
2. **For onboarding:** Run `c-level-advisor/cs-onboard/SKILL.md` to create company-context.md
3. **For big decisions:** Use `c-level-advisor/board-meeting/SKILL.md` for multi-role deliberation
## Python Tools
All scripts in `c-level-advisor/*/scripts/` are stdlib-only and CLI-first:
```bash
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