| Package | Skill | Was | Now | Headline change |
|---|---|---|---|---|
| emulate | /ork:emulate-seed | 0.4.1 | 0.5.0 | +1 emulator (Clerk auth/sessions); portless embedded mode; AWS S3 wire-format fix |
| portless | /ork:portless | 0.10.2 | 0.12.0 | Tailscale integration (--tailscale, --funnel); zero-config bare command; portless prune |
| agent-browser | /ork:browser-tools | 0.25.4 | 0.26.0 | agent-browser doctor diagnostic; stable string tab IDs (t1, t2, ...) with --label |
| @json-render/core | /ork:json-render-catalog | 0.17.0 | 0.18.0 | Devtools ecosystem (5 new packages: core + React/Vue/Svelte/Solid adapters, 6-tab inspector); Zod 4 fix |
hd claim support--tailscale shares apps over your tailnet with auto-HTTPS on 443--funnel exposes apps publicly via Tailscale Funnelportless auto-discovers package.json dev scripts; multi-app monorepos get auto subdomains; Turborepo task-graph awareportless.json config file supported; --script overrides default "dev"portless prune removes orphaned dev servers + stale Tailscale registrations~/.portless (was scattered)agent-browser doctor — one-shot diagnostic. Flags: --offline, --quick, --fix, --json. Run before opening an issuet1, t2, ...) with optional --label for memorable names. Survives daemon restartcore skill expanded with comprehensive snapshot-ref-act loop guide$schema reference for IDE auto-completion (https://agent-browser.dev/schema.json)--state not loading saved cookies/localStorage at launch@json-render/devtools + adapters for React, Vue, Svelte, Solidnull in production buildsformatZodType handles z.record(), z.default(), z.literal() correctly (was empty/wrong)User asked about wterm too. Vercel Labs released vercel-labs/wterm at @wterm/{dom,react,core}@0.2.1 — terminal emulator for the web (Zig + WASM, ~12KB). Not currently used in OrchestKit. Issue #1557 opened to decide: defer / track-only (add to version watcher) / build a terminal-emulator skill.
node scripts/check-labs-versions.mjs --check — all 4 in sync after bumpnpm run build clean (prebuild sync-shared-scripts ran)npm run test:skills SUCCESS (2 pre-existing warnings unrelated)tests/skills/test-skill-length.sh — 107/107 skills under 500 lines (largest: json-render-catalog at 394)tests/skills/test-shared-scripts-drift.sh 3/3 PASS