Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/harness:tryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
skills.sh 上のスキルを一時的にセッションへ読み込む。ディスクへの書き込みは行わない。
skills.sh 上のスキルを一時的にセッションへ読み込む。ディスクへの書き込みは行わない。
/harness:try <owner>/<repo>@<skillname>
/harness:try wshobson/agents@architecture-decision-recordsowner: GitHub ユーザー名または Organizationrepo: リポジトリ名skillname: スキルのスラッグ名引数をパースする
<owner>/<repo>@<skillname> を受け取り、owner、repo、skillname に分解するskills.sh のダウンロード API から SKILL.md を取得する
https://skills.sh/api/download/{owner}/{repo}/{skillname}
{ hash, files: [{ path, contents }] }files 配列の中から path === "SKILL.md" のエントリを探し、その contents を使用する取得した内容を読み込み、指示に従う
一時的な読み込みであることをユーザーに伝える
/harness:add <owner>/<repo>@<skillname>
エラー処理
owner/repo@skillname でない)files 配列に SKILL.md が含まれていないnpx claudepluginhub myuon/harness --plugin harnessCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.