C-Level Advisory Bundle Index
An index and router for a 33-skill executive advisory bundle that points you to the right C-suite advisor and entry point.
UtilitiesIntermediate★ 24,151⑂ 3,405AI score 7/10Last updated: Aug 9, 2026
What it does
- Catalogs the whole bundle: 14 C-suite advisor roles plus a critic, 6 orchestration skills, 6 cross-cutting skills, and 6 culture skills.
- Defines the entry path: run
cs-onboard(/cs:setup, 7-dimension founder interview, ~45 min) to create~/.claude/company-context.md, usechief-of-staffto route questions, andboard-meetingfor a 6-phase deliberation on major decisions. - Documents where decisions are stored (
~/.claude/decisions/{raw,approved}/) and how the agent/critic plugin layers relate. - Provides a quick routing table: capital/burn → CFO, pipeline → CRO, positioning → CMO, architecture → CTO, security → CISO, contracts → GC, and more.
Who it's for
- Founders, CEOs, and department heads making decisions across many domains alone.
- Anyone who installed the c-level skill bundle and needs to know which skill to invoke.
- Teams wanting a structured, repeatable executive-advisory workflow with AI.
Example uses
- "We have 9 months of runway — should we keep hiring?" → the index routes to CFO/CHRO and, being multi-domain, suggests a board meeting.
- "What's inside this advisory bundle?" → returns the 33-skill map with each skill's purpose.
- "I want to set this up from scratch" → directs you to run the onboarding interview first so every advisor shares company context.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/c-level-skills/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
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 && 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 repository:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy this skill:
cp -r claude-skills/.gemini/skills/c-level-skills ~/.claude/skills/ - Because this is only an index, also copy its sibling skills:
cp -r claude-skills/.gemini/skills/* ~/.claude/skills/ - Restart Claude Code and ask something like "What's in the C-level advisory bundle?" to trigger it.
- To use the
/cs:*slash commands, follow the repository'sc-level-agentsplugin setup notes (README / CLAUDE.md).
View source on GitHub ↗License: MIT