Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

UtilitiesIntermediate24,1513,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, use chief-of-staff to route questions, and board-meeting for 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

  1. "We have 9 months of runway — should we keep hiring?" → the index routes to CFO/CHRO and, being multi-domain, suggests a board meeting.
  2. "What's inside this advisory bundle?" → returns the 33-skill map with each skill's purpose.
  3. "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)
  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 && 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 repository: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy this skill: cp -r claude-skills/.gemini/skills/c-level-skills ~/.claude/skills/
  5. Because this is only an index, also copy its sibling skills: cp -r claude-skills/.gemini/skills/* ~/.claude/skills/
  6. Restart Claude Code and ask something like "What's in the C-level advisory bundle?" to trigger it.
  7. To use the /cs:* slash commands, follow the repository's c-level-agents plugin setup notes (README / CLAUDE.md).