arborba100 avatar

arborba100

Community

@arborba100

0Followers
|
4Public Repos
|
8Published Skills

arborba100 provides full-stack Wix Vibe website skills spanning React forms, ecommerce checkout, CMS data operations, Recharts dashboards, Astro server routes, and member authentication.

Skills Distribution
DomainUI/UX & Crea...Frontend Component.. (35%)Ecommerce & Checko.. (20%)CMS Data Operations (20%)Server-Side Routin.. (15%)

Agent Skills by arborba100

Showing 8 vetted skills indexed across 2 GitHub repositories.

Frequently Asked Questions About arborba100

FAQPage Schema
What tasks can I build using arborba100's skills?▼

You can build validated React forms, ecommerce cart and checkout flows, CRUD-driven list and detail pages on Wix CMS collections, responsive Bar/Line/Area/Pie charts with Recharts, Astro server-side API routes, image galleries, page redesigns, and Wix member login with protected routes.

Who are arborba100's skills designed for?▼

Frontend and full-stack developers building Wix Vibe websites. The skills target engineers working with React, TypeScript, Astro, and the Wix platform who need ready patterns for forms, data operations, visualization, styling, and member authentication.

How do the backend and data skills work together in practice?▼

The backend skill creates TypeScript API endpoints under src/pages/ in Astro apps, handling server-side form submissions and REST logic. The data-operations skill uses BaseCrudService to run CRUD queries against Wix CMS collections, powering paginated list and detail pages.

What are the prerequisites for using these skills?▼

You need a Wix Vibe website project built on Astro with TypeScript. Forms require react-hook-form and shadcn/ui; charts require Recharts; authentication uses Wix's useMembers API; data operations require Wix CMS collections accessed through BaseCrudService.

Does arborba100 cover authentication and protected content?▼

Yes. The auth-work skill implements Wix member authentication, including login, logout, protected routes, and member-only content using the useMembers API, enabling gated sections of a Wix Vibe site.