vite-agent
CommunityConfigure Vite for AI agents.
Authorpmarashian
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill ensures that Vite development servers are configured correctly to prevent unwanted browser windows from opening during automated agent tasks, ensuring smooth and predictable agent execution.
Core Features & Use Cases
- Prevent Automatic Browser Opening: Configures
server.open: falsein Vite to stop the dev server from launching browsers automatically. - Ensure Port Stability: Utilizes
server.strictPort: trueto fail fast if a port is occupied, crucial for reliable automation. - OS-Agnostic Configuration: Provides guidance on using OS-agnostic tools like
wait-oninstead of platform-specific commands. - Use Case: When setting up a Vite project for an AI agent that interacts with a web application via Playwright or agent-browser, this Skill's configuration prevents the agent's workflow from being interrupted by unexpected browser pop-ups.
Quick Start
Configure your Vite project by setting server.open: false in your vite.config.ts file.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: vite-agent Download link: https://github.com/pmarashian/cursor-agent-skills/archive/main.zip#vite-agent Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.