Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Morrison-Lab/ai-config --skill beforeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | before |
| description | Insert before a queued task. |
| user-invocable | true |
| allowed-tools | [] |
/before <target> <instructions> inserts <instructions> into the queue
immediately before <target> — an existing queued task — instead of at a
fixed position.
It is the positional member of the queue family:
/first — head of queue; may pause in-progress work to run now./next — immediately after the current (in-progress) task./before <target> — immediately before the referenced queued task./also — tail of queue./last — sticky tail; stays last even as new /also tasks arrive.<target>The word(s) right after /before name the task to insert ahead of:
that — the most recently added/queued task (the common case:
/before that <instructions>)./next —
do it right after the current task — and say so./first).<target>./first, not /before.
Point the user there, or treat it as /first if they clearly mean "do this now."/before that in a row. Each that refers to the most recently
added task at the moment it is issued, so they chain naturally in front of it./next and say so./first) or tail (/also / /last) — it is relative
positioning before a named task.