ork-assess
Assess a code change, design, architecture, workflow, or competing options against explicit criteria and evidence. Use when a request asks to assess, rate,…
Named HTTPS .localhost URLs with portless (v0.15.x). Eliminates port collisions, gives agents stable URLs, adds branch-named subdomains for git worktrees, LAN mode (--lan), and Tailscale sharing. Use when setting up a local dev environment or testing from phones and tablets on
$ npx -y skills add yonatangross/orchestkit --skill portless --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/portlessContext preview
The summary Claude sees to decide when to auto-load this skill.
Named HTTPS .localhost URLs with portless (v0.15.x). Eliminates port collisions, gives agents stable URLs, adds branch-named subdomains for git worktrees, LAN mode (--lan), and Tailscale sharing. Use when setting up a local dev environment or testing from phones and tablets on
name: portless compatibility: "Claude Code 2.1.251+" description: "Named HTTPS .localhost URLs with portless (v0.15.x). Eliminates port collisions, gives agents stable URLs, adds branch-named subdomains for git worktrees, LAN mode (--lan), and Tailscale sharing. Use when setting up a local dev environment or testing from phones and tablets on the same wifi. Do NOT use for production deployments, CI environments (set PORTLESS=0), or DNS/hosting configuration." tags: - dev-server - localhost - https - portless - devops - mdns - lan version: 1.2.0 author: OrchestKit user-invocable: false complexity: low context: inherit persuasion-type: guidance metadata: upstream-package: portless upstream-version-tested: "0.15.6"
Named `.localhost` URLs for local development. Replaces `localhost:3000` with `https://myapp.localhost`.
> **Full CLI reference**: Load `Read("references/upstream.md")` for complete command docs.
# Instead of: npm run dev (random port) portless run npm run dev # → https://myapp.localhost (stable, named, HTTPS on 443 — default in 0.10+) # Multi-service portless run --name api npm run dev:api portless run --name web npm run dev:web # → https://api.localhost, https://web.localhost # LAN mode (0.10.0) — reachable from phone/tablet via mDNS portless proxy start --lan portless run npm run dev # → https://myapp.local (resolves across the local network, no router config) # Full teardown (0.10.1) — stops proxy, removes CA, wipes state, cleans /etc/hosts portless clean # Boot persistence (0.13.0) — install native startup service (launchd / systemd / Task Scheduler) portless service install portless
The Complete AI Development Toolkit for Claude Code. 106 skills, 36 agents, 171 hooks. Install `ork` for stable (v9.x), or `ork-alpha` for the v10 line, which ships daily.
Repo: yonatangross/orchestkit
Assess a code change, design, architecture, workflow, or competing options against explicit criteria and evidence. Use when a request asks to assess, rate,…
Compare plausible implementation, architecture, product, or operational approaches before committing to one. Use when a request asks to brainstorm, think…
Map an unfamiliar codebase, feature, architecture, data flow, or operational path with file-backed evidence. Use when a request asks how a system works, where…
Make an approved, scoped change and prove the affected behavior. Use when a request asks to implement, build, add, or land a feature that already has an agreed…
Review a pull request or branch for correctness, regressions, security, operational risk, and missing evidence. Use when a request asks to review a PR, review…
Verify that existing work is ready to merge, release, or hand off using an explicit evidence contract. Use when a request asks to verify, validate, prove,…