用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Morrison-Lab/ai-config --skill and命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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.