Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Morrison-Lab/ai-config --skill backコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.