From ac-qa
Starts Node.js dev server for E2E testing. Detects package manager, installs deps if missing, runs customizable dev command in background, verifies startup on port 5173.
npx claudepluginhub waterplanai/agentic-config --plugin ac-qaThis skill is limited to using the following tools:
Start the development server for E2E testing.
Generates bash scripts for dev server lifecycle (start/stop/status/ports) from detected project structure and package manager (pnpm/bun/yarn/npm/Cargo/Go).
Sets up /verify for new projects: auto-detects dev server port, pings it, indexes routes (Next.js, Nuxt, SvelteKit, Express/Hono) and test selectors (Playwright/Cypress).
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Start the development server for E2E testing.
Check for package.json
Check node_modules
Start Development Server
${DEV_SERVER_CMD:-pnpm dev}Verify Server Running
Report Status
http://localhost:${DEFAULT_PORT:-5173}/