Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Morrison-Lab/ai-config --skill andコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | and |
| description | Revise previous command in-place. |
| user-invocable | true |
| allowed-tools | [] |
/and <revision> amends the previous command — it folds <revision> into the instruction the user just gave, rather than queuing a separate task.
Think of it as editing the last request in place: same target, same queue position, now with the added or changed detail.
The user types /and followed by a revision to what they just asked, e.g.:
/and bold/and put it in tests/testthat//and the one above it too/and), whether it is done, in progress, or queued.
If the nearest explicit instruction is more than a few turns back or the target is ambiguous, ask the user to clarify rather than guessing./and <revision> as a single combined instruction.
/and revises; it does not reprioritize.
(Use /first / /next / /before / /also / /last to position a new task.)/and text as a standalone instruction and say so./ands.
Each one revises the same previous command, accumulating revisions onto that single task./and wins for the conflicting part (it is a revision); keep the rest./and <x> reads as an independent task rather than an amendment, ask — or treat it as /also and note the assumption.
Default to /also (tail) rather than a higher-priority slot so a misread never preempts work the user already queued./first / /next / /before / /also / /last.
/and edits the previous task; it doesn't add or move one.