·function-calling
</>

function-calling

yonatangross/skillforge-claude-plugin

LLM 関数の呼び出しとツールの使用パターン。 LLM が外部ツールを呼び出せるようにする場合、ツール スキーマを定義する場合、ツール実行ループを実装する場合、または LLM から構造化された出力を取得する場合に使用します。

4インストール·0トレンド·@yonatangross

インストール

$npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill function-calling

SKILL.md

Enable LLMs to use external tools and return structured data.

| Tool count | 5-15 max (more = confusion) | | Description length | 1-2 sentences | | Parameter validation | Use Pydantic/Zod | | Error handling | Return error as tool result | | Schema mode | strict: true (2026 best practice) | | Output format | Structured Outputs > JSON mode | | Parallel calls | Disable with strict mode |

tool-definition Keywords: tool, function, define tool, tool schema, function schema Solves:

LLM 関数の呼び出しとツールの使用パターン。 LLM が外部ツールを呼び出せるようにする場合、ツール スキーマを定義する場合、ツール実行ループを実装する場合、または LLM から構造化された出力を取得する場合に使用します。 ソース: yonatangross/skillforge-claude-plugin。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill function-calling
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

function-calling とは?

LLM 関数の呼び出しとツールの使用パターン。 LLM が外部ツールを呼び出せるようにする場合、ツール スキーマを定義する場合、ツール実行ループを実装する場合、または LLM から構造化された出力を取得する場合に使用します。 ソース: yonatangross/skillforge-claude-plugin。

function-calling のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill function-calling インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/yonatangross/skillforge-claude-plugin