frontend-developer

Implement UI/UX changes, integrate APIs, and validate client-side data.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/ylazakovich/car-service-platform --skill frontend-developer-ylazakovich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-developer
Source: https://github.com/ylazakovich/car-service-platform/tree/main/.agents/frontend-developer
Command: npx skills add https://github.com/ylazakovich/car-service-platform --skill frontend-developer-ylazakovich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need to implement UI/UX changes, integrate with APIs, and handle client-side validation efficiently without disrupting user workflows.

Core Features & Use Cases

  • UI/UX Implementation: Make visual and interactive changes to the frontend.
  • API Integration: Connect frontend components with backend services.
  • Client-Side Validation: Ensure data integrity before submission.
  • Use Case: Update the user profile page with new fields, integrate them with the user API, and add validation to ensure all required fields are filled correctly.

Quick Start

Implement the UI/UX changes according to the provided plan and API contracts.

Frequently Asked Questions about frontend-developer

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

FAQPage Schema
How do I implement UI/UX changes and integrate APIs in a React frontend?

To implement UI/UX changes and integrate APIs in a React frontend, you need to connect frontend components with backend services while maintaining user experience consistency. This process requires working within the frontend directory and associated configurations to ensure no backend logic is introduced into the UI layer.

What is the best way to handle client-side validation before submitting data to an API?

The best way to handle client-side validation before API submission is to enforce data integrity rules directly within the frontend application. This ensures all required fields are filled correctly and maintains user experience consistency without disrupting user workflows.

Does this frontend development approach allow backend logic in the UI layer?

No, this frontend development approach does not allow backend logic in the UI layer. It strictly requires working within the frontend directory and associated configurations, ensuring architectural constraints are respected and no backend logic is introduced into the UI layer.

Can I use Vite to update a user profile page with new fields and API integration?

Yes, you can use Vite to update a user profile page with new fields and API integration. This involves implementing the UI/UX changes according to the provided plan, connecting the new fields with the user API, and adding validation to ensure all required fields are filled correctly.

Why does my API integration disrupt the user experience consistency in my frontend application?

Your API integration might disrupt user experience consistency if it does not adhere to architectural constraints or properly handle client-side validation. Ensuring data integrity before submission and following the provided API contracts helps prevent workflow disruptions during UI/UX changes.