Skills (スキル)
Skill (スキル) とは、AIコーディングエージェントに特定のツールやフレームワークの使い方を教える構造化されたファイルのパッケージです。
SKILL.md
--- name: gdtest-i18n-japanese description: > 科学計算のための電卓ユーティリティ. Use when writing Python code that uses the gdtest_i18n_japanese package. license: MIT --- # gdtest_i18n_japanese 科学計算のための電卓ユーティリティ ## Installation ```bash pip install gdtest-i18n-japanese ``` ## API overview ### クラス 主要クラス - `Calculator`: メモリ機能付きの電卓。 ### 関数 公開関数 - `add`: 二つの数値を加算する。 - `multiply`: 二つの数値を乗算する。 - `divide`: 二つの数値を除算する。 ## Resources - [Full documentation](https://gdtest-i18n-japanese.example.com/) - [llms.txt](llms.txt) — Indexed API reference for LLMs - [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs - [Source code](https://github.com/test-org/gdtest-i18n-japanese)