Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

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.

UtilitiesIntermediate24,1513,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

  1. "What advisors are in this bundle and where do I start?" → the index sends you to /cs:setup onboarding first
  2. "Runway is 9 months — should we keep hiring?" → routed to CFO (burn/capital) and CHRO (people)
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy this index skill: cp -r claude-skills/.gemini/skills/c-level-skills ~/.claude/skills/
  5. Because the index only points to sibling skills, copy the whole bundle too: cp -r claude-skills/.gemini/skills/* ~/.claude/skills/
  6. Restart Claude Code and ask "What skills are in the C-level bundle?" to confirm it loads.
  7. First-time users should run cs-onboard to generate the shared company context at ~/.claude/company-context.md.