·tool-design

このスキルは、ユーザーが「エージェント ツールの設計」、「ツールの説明の作成」、「ツールの複雑さの軽減」、「MCP ツールの実装」を要求する場合、またはツールの統合、アーキテクチャの削減、ツールの命名規則、またはエージェントとツールのインターフェイスについて言及する場合に使用する必要があります。

0インストール·0トレンド·@muratcankoylan

インストール

$npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill tool-design

SKILL.md

Tools are the primary mechanism through which agents interact with the world. They define the contract between deterministic systems and non-deterministic agents. Unlike traditional software APIs designed for developers, tool APIs must be designed for language models that reason about intent, infer parameter values, and generate calls from natural language requests. Poor tool design creates failure modes that no a...

Tools are contracts between deterministic systems and non-deterministic agents. The consolidation principle states that if a human engineer cannot definitively say which tool should be used in a given situation, an agent cannot be expected to do better. Effective tool descriptions are prompt engineering that shapes agent behavior.

Key principles include: clear descriptions that answer what, when, and what returns; response formats that balance completeness and token efficiency; error messages that enable recovery; and consistent conventions that reduce cognitive load.

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/muratcankoylan/agent-skills-for-context-engineering --skill tool-design
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

tool-design とは?

このスキルは、ユーザーが「エージェント ツールの設計」、「ツールの説明の作成」、「ツールの複雑さの軽減」、「MCP ツールの実装」を要求する場合、またはツールの統合、アーキテクチャの削減、ツールの命名規則、またはエージェントとツールのインターフェイスについて言及する場合に使用する必要があります。 ソース: muratcankoylan/agent-skills-for-context-engineering。

tool-design のインストール方法は?

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

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

https://github.com/muratcankoylan/agent-skills-for-context-engineering