cap-table-management

cap-table-management is a skill for Claude Code, Codex from gokulb20/crewm8-cfo-skills. It costs 59 tokens per session (2,012 once invoked), scanned A, original, MIT.

A guide for maintaining a capitalization table, the record of who owns shares or other rights in a company.

In plain words
What is it for?
Tracking shareholders, SAFEs, convertible notes, option pools, fully diluted ownership, and possible financing outcomes.
Why use it?
It helps prevent ownership and dilution mistakes during fundraising, option grants, and investment conversions.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Tracking shareholders, SAFEs, convertible notes, option pools, fully diluted ownership, and possible financing outcomes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gokulb20/crewm8-cfo-skills/cap-table-management
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add gokulb20/crewm8-cfo-skills --skill cap-table-management
Clone the repo
git clone --depth 1 https://github.com/gokulb20/crewm8-cfo-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cap-table-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/cap-table-management/github.svg)](https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/cap-table-management)
Your own site
<a href="https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/cap-table-management"><img src="https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/cap-table-management/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cap-table-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/gokulb20/crewm8-cfo-skills/cap-table-management"><img src="https://agentmods.dev/badge/skills/gokulb20/crewm8-cfo-skills/cap-table-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,012 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.02012
Opus 5 $0.00030 $0.01006
Sonnet 5 $0.00012 $0.00402
Haiku 4.5 $0.00006 $0.00201

Measured 11d ago against content hash 923a73fd9cec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

cap-table-management scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fundraising-capital/cap-table-management/SKILL.md · 175 lines

How it starts

The opening of the file, as written. The whole thing — 175 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cap Table Management

Manage the company's capitalization table — the definitive record of who owns what. Track all equity holders, model dilution from future rounds, handle SAFE/convertible note conversions, manage the option pool, and maintain a fully diluted view.

Purpose

The cap table is the ownership constitution of the company — every financing, every grant, every conversion changes who owns what. Mistakes here are irreversible and expensive. This skill ensures the cap table is always accurate, fully diluted, and ready for modeling any fundraise scenario so founders always know their true ownership.

When to Use

  • "Update the cap table for our new round"
  • "Model dilution from this term sheet"
  • "What does fully diluted ownership look like?"
  • "Convert our SAFEs / notes for the Series A"
  • "How big should our option pool be?"
  • "Who owns what percentage?"

Inputs Required

  1. Current cap table — spreadsheet, Carta/Pulley/AngelList export, or manual listing of all securities.
  2. New financing terms — from term-sheet-analysis or fundraising-process-management.
  3. Option plan — current pool size, grants outstanding, available for grant.
  4. SAFE/convertible note register — amount, valuation cap, discount rate, issue date.

Quick Reference

Security Type Description Tracking Notes
Common Stock Founders, early employees, advisors Track vesting schedules
Preferred Stock Investors (Series Seed, A, B, etc.) Track liquidation preferences
Stock Options (ISOs, NSOs) Granted but unexercised Include in fully diluted count
SAFEs Simple Agreement for Future Equity Most dilutive conversion = valuation cap only
Convertible Notes Debt that converts to equity Include accrued interest in conversion
Fully diluted Issued + all options + warrants + convertible securities This is the number VCs care about

Procedure

1. Cap Table Format

Build a table with these columns:

Read the full file on GitHub · 175 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 175 lines · 59 tokens per session scan A 923a73fd9cec

Subscribe to this mod's changes

cap-table-management is a skill published in the GitHub repository gokulb20/crewm8-cfo-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 59 tokens to every session and 2,012 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

Cap Table Manager

Manage equity cap tables, model dilution scenarios, and track ownership.

eddiebelaval/squire · 16 tokens

Cap Table Manager

Manage equity cap tables, model dilution scenarios, and track ownership.

jmsktm/claude-settings · 16 tokens

cap-table-analysis

Guides Slice MCP cap-table and ESOP-pool analysis by combining company summary, cap table, ownership, stakeholder, share class, funding round, equity pool, valuation, and securities tools. Use when answering questions about cap table structure, stakeholder holdings, ownership, ESOP pools, share classes, rounds…

Global-Slice/claude-plugin · 79 tokens

board-presentation-analysis

Guides creation of board-ready Slice presentations using MCP tools, especially offered-status grants and ESOP/equity-pool summaries. Use when preparing board decks, board approval packs, grant approval summaries, ESOP pool updates, option pool utilization slides, or board-facing equity recommendations.

Global-Slice/claude-plugin · 61 tokens

workflows-analysis

Guides Slice MCP workflow analysis using workflow list/get-one tools, exercise payment reconciliation, and tax withholding tools. Use when answering questions about grant letters, corporate approvals, share certificate workflows, exercise workflows, pending payments, tax withholding, workflow status, stuck workflows…

Global-Slice/claude-plugin · 67 tokens

equity-compensation-analysis

Guides Slice MCP analysis of equity compensation, grants, options, RSUs, vesting, exercises, forfeitures, PTEP, tax treatments, and valuations. Use when answering questions about employee equity, grant positions, vested or exercisable quantities, exercise price, FMV/409A, option pool consumption, tax treatment, or…

Global-Slice/claude-plugin · 78 tokens