Avue Crud

🌐Community
by teachingai Β· vlatest Β· Repository

Avue Crud simplifies database management by providing a streamlined interface for creating, reading, updating, and deleting Avue data records efficiently.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add avue-crud npx -- -y @trustedskills/avue-crud
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "avue-crud": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/avue-crud"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Avue Crud skill simplifies database management within an AI agent by providing a streamlined interface for creating, reading, updating, and deleting (CRUD) data records using the Avue component library. It allows users to configure table columns, pagination, search, sorting, and handle row-level events such as saving, updating, and deletion. This skill is specifically designed for working with Avue components and assumes familiarity with their usage.

When to use it

  • Building CRUD tables for managing data within an application using Avue.
  • Configuring table features like pagination, search, and sorting.
  • Implementing custom event handling for row save, update, or delete actions.
  • Exporting table data or performing batch operations on records.
  • Adding form validation rules to dialogs used in CRUD table interactions.

Key capabilities

  • Configuration of table columns (label, property, searchability, validation).
  • Implementation of pagination for managing large datasets.
  • Search functionality within the table.
  • Sorting capabilities for organizing data.
  • Event handling for row-level operations (@row-save, @row-update, @row-del).
  • Integration with Avue component library.

Example prompts

  • "Create a CRUD table to manage customer records using Avue."
  • "Configure the 'Name' column in my Avue table to be required and display a validation message if it’s missing."
  • "Implement a row-save event handler for my Avue table that posts data to an API endpoint."

Tips & gotchas

  • This skill requires familiarity with the Avue component library.
  • Data loading, saving, updating, and deletion are handled through custom event handlers (e.g., loadData, handleSave, handleUpdate, handleDel) that need to be implemented by the user.
  • Refer to the examples/ directory within the skill's files for detailed examples of how to implement specific features.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
teachingai
Installs
36

🌐 Community

Passed automated security scans.