animal-kernel-web-dev

Start the AnimalKernel.Web dev server and verify UI with Cursor's browser.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/dezverev/AnimalAL-v1 --skill animal-kernel-web-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: animal-kernel-web-dev
Source: https://github.com/dezverev/AnimalAL-v1/tree/main/.cursor/skills/animal-kernel-web-dev
Command: npx skills add https://github.com/dezverev/AnimalAL-v1 --skill animal-kernel-web-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a streamlined workflow to launch and validate the AnimalKernel.Web frontend during development and testing, leveraging Context7 for React best practices and Cursor's browser verification to ensure UX quality.

Core Features & Use Cases

  • Dev server orchestration: Start the AnimalKernel.Web site via provided run-dev scripts and verify readiness on localhost.
  • Context7 guidance integration: Retrieve React best practices and guidance to shape UI decisions during development; apply to subsequent tasks.
  • Live browser verification: Use Cursor's built-in browser to perform live checks and validate UI interactions during development tasks.

Quick Start

Start the AnimalKernel.Web frontend by running the dev script from the repository root:

  • Linux/macOS: ./src/AnimalKernel.Web/run-dev.sh
  • Windows: .\src\AnimalKernel.Web\run-dev.ps1 Then open http://localhost:5173 and use Cursor’s browser tools to verify the UI against the task prompt.

Frequently Asked Questions about animal-kernel-web-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I launch and validate a React frontend dev server in Cursor?

To launch and validate a React frontend dev server in Cursor, run the project's dev script to start Vite, then use Cursor's built-in browser tools to perform live UI verification on localhost.

How do I apply Context7 React best practices during UI development?

Apply Context7 React best practices during UI development by retrieving guidance through the integrated workflow, shaping UI decisions and testing tasks directly within the Cursor environment.

Can I perform browser-driven testing using Cursor's built-in browser?

Yes, you can perform browser-driven testing using Cursor's built-in browser to execute live checks and validate UI interactions while the Vite development server is running on localhost.

What is the best way to verify UI readiness for a Vite React application?

The best way to verify UI readiness for a Vite React application is to start the dev server via shell scripts, access localhost:5173, and execute live browser verification to check interactions.

Do I need any external dependencies to run live browser verification in Cursor?

No external dependencies are required to run live browser verification in Cursor; the workflow utilizes the built-in browser alongside the Vite dev server and Context7 guidance for validation.