pw-pair-programming
Original:🇺🇸 English
Translated
5 scripts
driver-to-navigator collaboration using pp (send messages, attach files, download artifacts) on pw protocol-first wrappers.
2installs
Sourcealb-o/pw-rs
Added on
NPX Install
npx skill4agent add alb-o/pw-rs pw-pair-programmingTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →pw-pair-programming
interact with the navigator using the pp.nu nushell script. uses pw protocol-first wrappers (pw exec) behind the scenes.
- the driver (you) must collaborate with the navigator in back-and-forth loops.
- the driver writes code and runs tools; the navigator steers design.
setup: requires cdp connection to a debug-enabled browser with an active navigator session.
invocation
From a global skills directory:
nu -I ~/.claude/skills/pw-pair-programming/scripts -c "use pp.nu *; pp send 'Hello'"
quickstart
- Write a prompt preamble to a temp file.
- Run .
pp brief --preamble-file <file> ...<entries> --wait
commands
pp send--filepp composepp briefpp attachpp pastepp newpp set-modelautoinstantthinkingpp waitpp get-responsepp historypp refreshpp downloadentry formats
- full file: or
src/main.rsfile:src/main.rs - line slice:
slice:path:start:end[:label]
notes
- write preamble content to files instead of inline shell.
- when running inside nu -c, prefer list + splat () instead of bash-style line continuations.
...$entries