Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Morrison-Lab/ai-config --skill lastコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | last |
| description | Queue at absolute end of queue. |
| user-invocable | true |
| allowed-tools | [] |
/last <instructions> queues <instructions> after everything else — and,
unlike /also, it stays last: a later /also slots in front of it, not
behind it.
Only another /last goes after a previous /last.
It is the sticky tail 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 (a later /also goes after an earlier one)./last — sticky tail; stays last even as new /also tasks arrive.Both go to the end, but they differ when more work arrives afterward:
/also sits at the current tail; the next /also goes
after it./last sits behind all /also tasks and stays there —
new /also tasks insert in front of it.
Think "always run this at the very end."/also
tasks./also arrives later, insert that /also in front of the /last task, not after it./lasts preserve order among themselves — a second /last
goes after the first (FIFO within the sticky-tail zone), and both stay behind
all /also tasks./also work) is
done and verified.
Report its outcome in the final wrap-up./first or /next arrives later.
Those jump ahead (head / after-current as usual); the /last task stays at the very end regardless./last: final render, commit-and-push, cleanup, a wrap-up
summary — anything that should bookend the session no matter how much more
gets added./also — an /also task can be displaced from last by a newer
/also; a /last task cannot./also it lowers urgency; it just guarantees the
end position.