From carta-cap-table
Find the right carta-cap-table command when no other skill matches. Use when unsure which command to call, exploring available data, or when the user's request doesn't match a specific skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/carta-cap-table:discover-commandsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `discover()` tool to find available commands when no specific skill covers the user's request.
Use the discover() tool to find available commands when no specific skill covers the user's request.
discover(search="<keyword from user's request>")
Use a keyword that captures the user's intent (e.g. "valuation", "grant", "safe", "stakeholder").
Review the returned commands. Each has:
command: the name to pass to fetch()description: what it returnsrequired_params: what you need to providehelp: detailed field descriptions and caveatsfetch("<command_name>", { ...params })
You still need corporation_id for most commands — get it from list_accounts if you don't have it.
npx claudepluginhub carta/plugins --plugin carta-cap-tableConducts legal due diligence for US seed/Series A startups: interactive document review, cap table/SAFE analysis, red flag spotting with severity ratings, report generation for investors/founders.
Loads skills efficiently using a 3-layer progressive disclosure system: lightweight index always loaded, summaries on demand, full skills only during execution to minimize token usage.