用 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.