From carta-cap-table
Fetch vesting schedule for a specific option grant. Use when asked about vesting details, cliff dates, vesting progress, or unvested shares for a particular grant.
How this skill is triggered — by the user, by Claude, or both
Slash command
/carta-cap-table:grant-vestingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch the full vesting schedule for an option grant and present it with useful context, not just the raw table.
Fetch the full vesting schedule for an option grant and present it with useful context, not just the raw table.
You need:
corporation_id — get from list_accounts if you don't have itgrant_id — identify via the grants list using the holder's name or grant numberfetch("cap_table:list:grants", {"corporation_id": corporation_id, "search": "<holder name>"}). If multiple grants are returned, ask the user which one, or pick the most relevant based on context.fetch("cap_table:get:grant_vesting", {"corporation_id": corporation_id, "grant_id": grant_id}).The tool returns a formatted summary and vesting events table. Lead with a one-sentence plain-English summary before showing the table:
Flag anything time-sensitive:
Then show the formatted table from the tool.
npx claudepluginhub carta/plugins --plugin carta-cap-tableDesigns or audits equity compensation plans (stock options, RSUs) for startups and growth-stage companies, covering tax, accounting, and governance requirements.
Provides multi-jurisdiction equity compensation reference covering stock options, RSUs, ESPPs, and performance awards under ASC 718 and IFRS 2, including award classification, fair value measurement, and modification accounting.
Reviews VC term sheets for pre-seed, seed, Series A rounds. Analyzes clauses from investor/founder perspectives, rates terms vs market standards, flags deviations, provides negotiation guidance.