data-operations

Perform CRUD operations on Wix CMS data with BaseCrudService.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Wahidul123/med-plus-hub --skill data-operations-wahidul123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-operations
Source: https://github.com/Wahidul123/med-plus-hub/tree/main/.emdash/skills/data-operations
Command: npx skills add https://github.com/Wahidul123/med-plus-hub --skill data-operations-wahidul123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing CRUD operations, references, and dynamic data patterns for Wix CMS can be error-prone and repetitive. This Skill provides a standardized set of patterns for BaseCrudService-driven data access, simplifying create, read, update, delete, and reference management across collections.

Core Features & Use Cases

  • Comprehensive CRUD patterns (create, read, update, delete) for Wix CMS via BaseCrudService.
  • Reference handling (singleRef and multiRef), optimistic UI updates, and paginated list patterns.
  • Detailed guidance for building List Pages and Detail Pages, plus CMS workflow considerations for dynamic content.

Quick Start

Configure BaseCrudService for your Wix CMS collection and begin performing create, read, update, and delete operations immediately.

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 using BaseCrudService?

CRUD operations on Wix CMS collections using BaseCrudService are performed by applying standardized patterns for creating, reading, updating, and deleting data items across your configured collections.

How do I handle references and pagination when querying Wix CMS data?

Handling references and pagination in Wix CMS data involves using getAll with pagination for list views and getById with references for detail views, plus addReferences and removeReferences methods for managing relationships.

What is the best way to build data-driven list and detail pages with Wix CMS?

The best way to build data-driven Wix CMS list and detail pages is by implementing BaseCrudService patterns that support paginated list retrieval and reference-populated detail views for dynamic content workflows.

Can I implement optimistic UI updates when managing Wix CMS data?

Yes, you can implement optimistic UI updates for Wix CMS data manipulation by applying the Skill's built-in optimistic update patterns alongside standard CRUD operations to immediately reflect changes in the user interface.

Does BaseCrudService support TypeScript for Wix CMS data workflows?

BaseCrudService supports TypeScript for Wix CMS data workflows, providing typed patterns for create, read, update, delete, and reference management to ensure correct parameter order and safe data manipulation.

How do I manage error handling and safe data manipulation in Wix CMS CRUD operations?

Error handling and safe data manipulation in Wix CMS CRUD operations are managed through detailed guidance included with the BaseCrudService patterns, ensuring correct parameter ordering and secure reference handling.