sync

Installation
SKILL.md

概要

ローカルにインストールされているスキルと ~/.config/harness/manifest.json の内容を比較し、manifest に未登録のスキルをユーザーに提示して追加を提案する。

手順

1. インストール済みスキルを取得する

以下のコマンドを実行してインストール済みスキルの一覧を取得する:

npx skills ls --json
npx skills ls -g --json

両コマンドの結果をマージしてインストール済みスキルの完全なリストを作成する。

2. manifest を読み込む

Installs
1
Repository
myuon/harness
First Seen
Apr 11, 2026
sync — myuon/harness