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.
npx claudepluginhub carta/plugins --plugin carta-cap-tableThis skill uses the workspace's default tool permissions.
Use the `discover()` tool to find available commands when no specific skill covers the user's request.
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.
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.