Customers Skill

Manage customer records with CRUD operations via web interface and API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill customers-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Customers Skill
Source: https://github.com/KuschiKuschbert/prepflow-web/tree/main/app/webapp/customers
Command: npx skills add https://github.com/KuschiKuschbert/prepflow-web --skill customers-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of customer information, enabling efficient tracking of contacts, companies, and their associated details.

Core Features & Use Cases

  • Customer CRUD: Create, read, update, and delete customer records.
  • Contact Information: Store and manage names, emails, phone numbers, and company affiliations.
  • Linking: Associate customers with specific functions or events.
  • Use Case: A catering business can use this Skill to maintain a database of clients, track their contact details, and link them to specific events they've booked.

Quick Start

Add a new customer named John Doe with the email [email protected].

Frequently Asked Questions about Customers Skill

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

FAQPage Schema
How do I manage customer relationship data with web interface and API support?

Customer relationship data is managed through a web interface and API, enabling CRUD operations for records. You can store contact details, company affiliations, and link customers to specific application functions.

Can I store profile photos in a customer database using Supabase Storage?

Yes, profile photos are supported using Supabase Storage. The customer database integrates directly with this storage service to handle image uploads alongside standard contact details.

How to add a new customer record to a contact management system?

To add a new customer record, use the CRUD operations provided by the web interface or API. You input the contact's name, email, phone number, and company affiliation to create the entry.

Does Zod schema validation work for customer CRM data entry?

Yes, Zod is utilized for schema validation during customer CRM data entry. This ensures that contact details and company affiliations meet strict structural requirements before being saved.

What is the best way to link customers to specific functions or events?

Linking customers to specific functions or events is handled natively by the system. After creating a customer record, you can associate it with specific application events, such as booked catering functions.

Are there limitations when managing company affiliations for client contacts?

The system manages company affiliations by storing them as part of the customer record. While it supports linking customers to application functions, complex hierarchical company structures are not explicitly detailed.