소스 정보
- 저장소
- laicluse/agent-fieldkit
- 최근 소스 활동
- 2026년 8월 21일 13:53
- 감지된 SKILL.md 언어
- 영어
- 스타
- 4
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/laicluse/agent-fieldkit --skill duh명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use when corrective work, migrations, living docs, or temporary diagnostic tests leave superseded residue, or before handoff.
Use when corrective work, migrations, living docs, or temporary diagnostic tests leave superseded residue, or before handoff.
Reference for git-discipline commit bodies, trailers, hook denials, examples, and escape hatches.
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.