Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/adobe/data --skill graph-executeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | graph-execute |
| description | executes a graph of steps |
| input | piped function calls |
The input is a set of piped function calls where each call is represented by a slash skill invocation.
Each step must be completed independently before moving on to the next.
The output of each phase is generally either a returned result or written to the file system. You can pass some context including any previous result to the next phase, but you must never read the subsequent phases in advance.
Call each of these phases in a subagent so that they are not even aware that future phases will take place.