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.