用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Morrison-Lab/ai-config --skill first命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | first |
| description | Jump to head of task queue. |
| user-invocable | true |
| allowed-tools | [] |
/first <instructions> means: do this before anything else — even before
finishing what you're in the middle of. It is the counter to also:
/also appends to the tail of the queue, /first jumps to the head and can
preempt in-progress work.
This is the highest-priority slot in 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.The user types /first followed by one or more instructions, e.g.:
/first the build is broken on main — fix that before continuing/first revert the last edit, it was wrong/first answer this quick question, then go back to what you were doing/first task now, ahead of the in-progress task and everything
queued behind it./first
task, what its outcome was, and that you returned to the prior work./firsts. The most recent /first goes to the very head; earlier
/firsts sit just behind it (LIFO at the head), all still ahead of the
displaced work./first task depends on the in-progress work. Then it can't truly go
first — tell the user, finish the prerequisite, and do the /first task as
soon as it's unblocked.