pw-pair-programming
Installation
SKILL.md
pw-pair-programming
interact with the navigator using the pp.nu nushell script, uses pw protocol wrappers 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
- requires cdp connection to a debug-enabled browser with an active navigator session, user should already have this setup
invocation
from a global skills directory (most basic usage):
nu -I ~/.claude/skills/pw-pair-programming/scripts -c 'use pp.nu *; pp send "Hello"'