claude-skills/

Anthropic公式スキル・プラグインの日本語ディレクトリ

last sync 22h ago
スキルKnowledge Workproductivity

🔍carta-discover-commands

プラグイン
carta-cap-table

説明

**メタディスカバリ専用** — ユーザーが利用可能なツールやコマンドについて迷っている場合に「どのようなキャップテーブルツールやコマンドが存在するのか」という質問に答えます。 ステークホルダー、グラント、ベスティング、SAFE、ノート、バリュエーション、オーナーシップ、ウォーターフォール、ファイナンシング、エクスポージャーなど、キャップテーブルのトピックについて具体的に言及されている場合は、このskillを使用しないでください。これらは常に直接的なデータリクエストであり、ユーザーの表現が曖昧であっても変わりません。 該当する専門skillは常にこのskillより優先されます。

原文を表示

META-DISCOVERY ONLY — answers the question "what cap-table tools or commands exist?" when the user is lost about what's available. NEVER use this skill for any request that names a cap-table topic (stakeholders, grants, vesting, SAFEs, notes, valuations, ownership, waterfall, financing, exposure, etc.) — those are always direct data requests, even if the user phrases them vaguely. The matching specialist skill wins every time over this one.

ユースケース

  • 利用可能なツールやコマンドについて迷っているとき
  • キャップテーブル関連の機能全般を知りたいとき
  • どのようなツールが存在するか質問されたとき

本文

<!-- Part of the official Carta AI Agent Plugin -->

Discover Commands

Use search_tools to find available commands when no specific skill covers the user's request.

Step 1 — Search for Relevant Commands

search_tools({"query": "<keyword from user's request>"})

Use a keyword that captures the user's intent (e.g. "valuation", "grant", "safe", "stakeholder").

Step 2 — Pick the Best Match

Review the returned tools. Each has:

  • name: the tool name to pass to call_tool (e.g. cap_table__get__stakeholders)
  • description: what it returns
  • inputSchema: the required and optional parameters

Step 3 — Execute

call_tool({"name": "<tool_name>", "arguments": { ...params }})

You still need corporation_id for most commands — get it from list_accounts if you don't have it.

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。