What problem does it solve? Setting up consistent local development environments across Next.js, Express, Hono, and other Node.js servers is error-prone, especially when managing stable origins, concurrent git worktrees, and proxy routing. This Skill standardizes that setup and also maintains a navigation-only ARCHITECTURE.md index so agents and developers can find authoritative guidance quickly. ## Core Features & Use Cases - Architecture Index Initialization: Creates or refreshes a root ARCHITECTURE.md that indexes installed skill routers and authoritative references with task triggers and prerequisites, plus a minimal AGENTS.md entrypoint pointer. - Local Startup Configuration: Installs and wires Portless for Next.js, Express, Hono, and other Node.js HTTP servers, mapping resolved origins into existing application environment variables without polluting application code. - Worktree and Concurrency Support: Ensures concurrent checkouts get distinct origins, verifies two simultaneous instances, and preserves direct startup without proxy dependencies. - Use Case: In a Turborepo monorepo with a Next.js frontend and an Express API, run setup once to get stable named URLs for both apps in every worktree, with callbacks and cookies verified against the actual checkout origin. ## Quick Start Ask the agent to set up local development for your Next.js and Express apps with stable origins using the development skill.