C-Level Advisory Bundle Index
An index and router skill that maps 33 C-suite advisory skills and points you to the right entry point.
UtilitiesIntermediate★ 24,151⑂ 3,405AI score 6/10Last updated: Aug 9, 2026
What it does
This skill is not an advisor itself — it is the table of contents and router for a large C-level advisory bundle.
- Bundle map: 33 skills covering 14 C-suite roles (CEO, CFO, CTO, COO, CPO, CMO, CRO, CISO, CHRO, GC, CDO, CAIO, CCO, VPE) plus a critic, 6 orchestration skills, 6 cross-cutting skills, and 6 culture skills
- Three entry points:
cs-onboard(founder interview that writes~/.claude/company-context.md),chief-of-staff(question routing),board-meeting(6-phase deliberation) - Decision memory: standardizes where decisions are stored under
~/.claude/decisions/{raw,approved}/
Who it's for
- Solo founders and small leadership teams who need multiple executive perspectives
- Anyone who installed a big bundle and can't tell which skill to invoke
- Teams that want irreversible decisions debated and logged, not decided in a hurry
Examples
- "What advisors are in this bundle and where do I start?" → the index sends you to
/cs:setuponboarding first - "Runway is 9 months — should we keep hiring?" → routed to CFO (burn/capital) and CHRO (people)
- "We just got an acquisition offer" → multi-domain and irreversible, so it escalates to the 6-phase
board-meeting
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .gemini/skills/c-level-skills folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/c-level-skills/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/alirezarezvani/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/c-level-skills ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy this index skill:
cp -r claude-skills/.gemini/skills/c-level-skills ~/.claude/skills/ - Because the index only points to sibling skills, copy the whole bundle too:
cp -r claude-skills/.gemini/skills/* ~/.claude/skills/ - Restart Claude Code and ask "What skills are in the C-level bundle?" to confirm it loads.
- First-time users should run
cs-onboardto generate the shared company context at~/.claude/company-context.md.
View source on GitHub ↗License: MIT