Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Morrison-Lab/ai-config --skill prompt-me명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | prompt-me |
| description | Surface top question for user. |
| user-invocable | true |
| allowed-tools | [] |
Sweep the conversation for questions that were posed to the user but never answered, rank them by how much they're blocking, and surface the most pressing one — or a requested number of the most pressing ones. Long sessions bury a question asked several turns back under unrelated work; this skill surfaces it again instead of leaving it stranded.
/prompt-me, /pm, "prompt me", "pm"./prompt-me 3, pm 3, "prompt me the top 2".prompt-me-all / pma — see below.Scan back through the current conversation (not prior sessions) for anything that reads as a question directed at the user:
CLAUDE.md "Tag chat output by
category so long recaps stay scannable" rule, used when a question is posed
inline rather than through AskUserQuestion. Treat this as the strongest
signal; it was deliberately marked as a question.?, or phrased as
a request for a decision, confirmation, or missing information).AskUserQuestion call that was skipped, dismissed, or never
resolved.Exclude:
Order the surviving questions from most to least pressing:
N: surface the top N, most-pressing-first.For each item, give enough context to answer cold — don't just repeat the bare question if the surrounding detail (options, why it matters, what's blocked on it) got lost upstream.
Still waiting on you for:
1. <question>, restated with the context that pins it down
(Add more numbered items only when a count > 1 was requested.)
If nothing is actually pending, say so plainly ("nothing open right now") rather than manufacturing a question to fill the list.
This skill only restates; it never guesses an answer or picks a default to unblock itself. If a question turns out to be stale (events since have made it moot), say that instead of listing it, but don't silently drop a question just because answering it looks hard.