Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Morrison-Lab/ai-config --skill back명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | back |
| description | Resume after away mode. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Grep"] |
The explicit counterpart to away: revoke that
session-scoped grant right now and hand the user a scannable record of what
happened while it was active, instead of leaving them to reconstruct it from
the transcript.
away itself already says the grant is "revocable immediately" on any
"stop"/"ask me from now on" — back is the named form of that
revocation, worth its own trigger so it's easy to invoke without recalling
the exact wording away documents.
away is actually active this session. If it was
never granted (or was already revoked), say so in one line and stop —
nothing to cancel, no decision log to show.away would have resolved unattended goes back to being a normal
blocking question (or an AskUserQuestion prompt), exactly as if away
had never been invoked.away's procedure asked you to keep —
every judgment call resolved on the user's behalf (what the question
was, what you decided, why, whether a stronger model was consulted) and
every candidate skipped or deferred as too ambiguous to guess at. This
is the whole point of back: hand back a reviewable list, not just a
"done, trust me." If the log is empty (no judgment calls actually came
up while away was active), say that plainly instead of padding the
report.prompt-me/prompt-me-all if there are enough of them that a single
inline recap would be unwieldy.mwc (or any other separately-granted permission) untouched.
back only cancels away's question-suppression grant. If the user
also wants to revoke merge authority or another standing permission
granted separately this session, that needs its own explicit phrase
(mwc's own "stop merging on your own") — don't silently bundle it in.away — the grant this cancels. Read that skill's Scope and limits
and Procedure sections for exactly what was suppressed and what log
format to expect; back doesn't duplicate that content here.prompt-me / prompt-me-all — the right tool once back has
surfaced a skipped/deferred list longer than fits in a quick recap;
back's own job is producing that list, not re-implementing the
sweep-and-restate mechanics those skills already own.mwc — a separate, narrower session-scoped grant (merge authority
only) with its own revocation phrase; back deliberately doesn't touch
it, per Procedure step 5.back as a no-op status check — it must actually revoke the
grant, not just report on it.away was
active and judgment calls did come up — the log is the deliverable.mwc or another unrelated grant because it
happened to be active alongside away.