Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

C-Level Agents — Founder-Mode Executive Team

A virtual C-suite of 13 executive personas and 21 /cs:* commands that pressure-test founder decisions end to end.

AutomationIntermediate24,1513,405AI score 7/10Last updated: Aug 9, 2026

What it does

Turns Claude into a virtual executive team that reviews your business decisions from every angle.

  • 13 C-suite personas: CFO, CMO, CRO, CPO, COO, CHRO, CISO, General Counsel, CDO, CAIO, CCO, VP Engineering and Chief of Staff — each with its own cognitive voice and forcing questions
  • 21 /cs:* commands: 12 role-specific office-hours reviews, a 5-step strategic sprint (/cs:brief/cs:boardroom/cs:decide/cs:execute/cs:post-mortem), plus meta and safety commands like /cs:cross-eval and /cs:freeze
  • Consistent output: Bottom Line → What → Why → How to Act → Your Decision
  • Artifacts over chat: every command writes a Markdown file the next command consumes

Who it's for

  • Solo or early-stage founders without a real executive bench
  • Operators structuring multi-dimensional calls on pricing, fundraising or hiring
  • Team leads who want a durable decision log and disciplined post-mortems
  • Note: it is a thinking aid, not a substitute for real financial or legal counsel

Examples

  1. Runway pressure: /cs:founder-mode "runway pressure" auto-routes to the CFO advisor for unit economics, burn and dilution questions.
  2. Pricing overhaul: draft with /cs:brief, then run /cs:boardroom briefs/pricing-v3.md for a 6-phase deliberation with independent Phase 2 thinking before cross-examination.
  3. Hiring call: /cs:office-hours "should we hire a VP Sales?" runs a YC-style 6-question intake, /cs:decide logs the outcome, and /cs:execute produces a 90-day plan.

· · · 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-agents folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/c-level-agents/.
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-agents ~/.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 directory: mkdir -p ~/.claude/skills
  4. This skill wraps 33 sibling c-level skills and parent references/ files, so copy the whole bundle: cp -r claude-skills/.gemini/skills/* ~/.claude/skills/
  5. Restart Claude Code and run /cs:onboard first to generate your company-context.md.
  6. Verify with /cs:office-hours "your question". If the commands do not appear, re-check the paths in steps 3–4.