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.
npx claudepluginhub carta/plugins --plugin carta-cap-tableThis skill uses the workspace's default tool permissions.
Fetch the full vesting schedule for an option grant and present it with useful context, not just the raw table.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.