用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/laicluse/agent-fieldkit --skill duh命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | duh |
| description | Explicit /duh: execute the assistant's previous proposal instead of explaining it again. |
ROOT="${PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-}}"
if [ -n "$ROOT" ]; then
node "$ROOT/bin/check-broadcast"
fi
If the command produces output, the dont-do-that plugin was updated since the last time you saw the broadcast on this machine. Show the output verbatim in a markdown block, prefixed with one short sentence ("dont-do-that was updated; here is what changed."). Then continue with the rest of this skill.
If the command produces no output, say nothing about updates and proceed.
The helper writes the sentinel only when stdout was non-empty, so a silent run does not mark the version as seen. In agents that set neither plugin-root variable, the broadcast is intentionally skipped; that is the guard's purpose, not an oversight.
Sister to the duh Stop guard in this plugin. The guard catches the reflex at write-time; this skill is the operator's one-keystroke correction at read-time.
The operator types /duh (or /dont-do-that:duh) with no further words after it. The trigger is the slash command itself; do not wait for additional context.
The operator is pointing at the immediately preceding assistant turn. In that turn you offered one of:
bin/foo te draaien", "you can verify this by running npm test"),bin/migrate", "Voer bundle exec rspec uit"),http://localhost:3000 in je browser", "navigate to the dashboard"),/duh overrides the "can't": there is almost always a path you have not tried yet.In every case the operator's /duh means: stop offering, start executing.
AGENTS.md, CLAUDE.md, or the active harness policy) such as push, merge to default, deploy, destructive git, forge-side remote creation (gh repo create, gh repo fork), or any other external irreversible operation, stop there and ask. Reversible local actions (running a script, editing a file, restarting a local daemon, querying a DB, creating a local-only git repo, or changing its local Git remote configuration) are not gates and do not require a check-in.🏁 when the proposed work is done, or 🚦 when you are waiting on an external go./duh is shorthand for a specific thing. If the previous turn contained more than one candidate action and they are not obviously the same coherent procedure, ask the operator which one before running anything. The operator chose to type two short words instead of naming the action; that is convenience, not blanket delegation. Asking once is cheap; running the wrong thing can cost the rest of the session.
The clarification template is short and specific. Always use the literal forms the operator can echo back:
Bedoel je A (run
bin/foo) of B (bin/bar+ restart van de daemon)?
Did you mean (A) running the migration on staging, or (B) the local rspec sweep?
Rules for the menu:
/duh against a turn that contained N proposals; surface all N and let them pick./duh. If they reply with something else, take that as the action and run it.After the operator picks, execute that one action and report the result, exactly as in step 2-5 of "What to do".
/duh is the answer; running it is the response.bin/foo", stop and run it./duh does not lift those gates; they live above this skill. Surface the gate, ask for the explicit go.Instructie: per the duh guard). /duh overrides that framing: the operator now wants execution, not teaching, on whichever single recipe was proposed. If the teaching answer offered multiple recipes for different scenarios, disambiguate first./duh is the operator's signal to just go find the path, with no discretion about whether to try. The full toolbox is on the table: a different local tool (read the right file, run a diagnostic command, take a screenshot, query a DB, use an MCP, use an available explore/research agent), a different scope, a different angle, and explicitly the internet via whatever research or web-search tool the session has when the gap is "I have never done this on this stack/library/API before". An unfamiliar repo, a new library, an unfamiliar config format, a missing CLI flag: these are research prompts, not stop signs. Spend the tokens. After the action succeeds, add one short line naming the workflow lesson ("Learned: to verify X here, Y works") so the path persists and future sessions do not re-declare the same inability.