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.