docs(skills): add just-bash-port skill
Capture the workflow for porting commands from vercel-labs/just-bash
into kefka's command.Execer interface. The SKILL.md walks through
fetching the TS source, surveying kefka conventions, wiring
pborman/getopt/v2, matching just-bash output byte-for-byte, and
registering the command. Two reference files document the runtime
surface (ExecContext fields, billy filesystem, exit codes,
resolvePath) and a getopt/v2 cookbook that maps just-bash argDefs
onto Go flag primitives. Test writing is delegated to the
go-table-driven-tests skill.
Assisted-by: Claude Opus 4.7 via Claude Code
Signed-off-by: Xe Iaso <me@xeiaso.net>