data-operations

Automate Wix CMS CRUD operations with BaseCrudService for collections, references, and pagination.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Bhanuprakash2580/Bite-Bills-Website --skill data-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-operations
Source: https://github.com/Bhanuprakash2580/Bite-Bills-Website/tree/main/.emdash/skills/data-operations
Command: npx skills add https://github.com/Bhanuprakash2580/Bite-Bills-Website --skill data-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Database and CMS operations with BaseCrudService. Use when working with data, CMS collections, creating list pages, detail pages, pagination, or any CRUD operations.

Core Features & Use Cases

  • Patterns for performing CRUD operations (Create, Read, Update, Delete) on Wix CMS collections using BaseCrudService.
  • Reference management with single and multi-reference handling for richer data graphs.
  • Page-building guidance for list and detail pages, including pagination, loading states, and error handling.
  • CMS workflow guidance and safeguards to ensure data integrity and predictable UI behavior.

Quick Start

Use BaseCrudService to create, fetch, update, and delete items in a Wix CMS collection, including handling references and pagination.

Frequently Asked Questions about data-operations

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

FAQPage Schema
How do I perform CRUD operations on Wix CMS collections?

You can perform CRUD operations on Wix CMS collections using BaseCrudService to create, fetch, update, and delete items. It provides explicit parameter order guidance to ensure data integrity and predictable UI behavior.

What is the best way to handle pagination and references in Wix CMS?

The best way to handle pagination and references in Wix CMS is using BaseCrudService, which supports single and multi-reference management for richer data graphs alongside paginated data fetching for list and detail pages.

How do I manage single and multi-references in Wix CMS collections?

You manage single and multi-references in Wix CMS collections by leveraging BaseCrudService for reference management. This allows you to build richer data graphs and connect related items across your collections.

Can I build data-driven list and detail pages with Wix CMS?

Yes, you can build data-driven list and detail pages with Wix CMS. BaseCrudService provides page-building guidance that includes pagination, loading states, and error handling to ensure a predictable UI experience.

Does BaseCrudService support optimistic updates for Wix CMS data?

Yes, BaseCrudService supports optimistic updates for Wix CMS data. It includes workflow guidance and safeguards to maintain data integrity and ensure predictable UI behavior during data modifications.