ソース情報
- リポジトリ
- stbenjam/skills
- ソースの最終更新活動
- 2026年8月19日 11:49
- 検出された SKILL.md の言語
- 英語
- スター
- 3
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/stbenjam/skills --skill lmkコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Acquire named books via library borrow/hold/download first, then explicit retailer purchase. Use when asked to get, hold, borrow, buy, or download an EPUB book.
Load and query a Goodreads CSV export as the Goodreads backend for the books-library skill. Use when the books-library skill selects a Goodreads export as its data source.
Supporting Calibre backend for the books-library skill. Use when the books-library skill selects Calibre as the data source.
SKILL.md を表示中
| name | lmk |
| description | Spawn a subagent to perform the research task, then report back with the answer. |
| license | MIT |
| metadata | {"author":"stbenjam","version":"0.1.0"} |
| user-invocable | true |
| disable-model-invocation | true |
Delegate the user's research task to a subagent rather than investigating it in the main conversation. Spawn one agent with a self-contained prompt that states the question, the relevant context, and the shape of answer expected, then let it do the digging. Do not duplicate its research yourself while it runs. When it completes, relay a direct answer to the user's question — lead with the finding, keep the supporting detail brief, and note anything the subagent could not determine.