用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Morrison-Lab/ai-config --skill last命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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.