Create Collection

🌐Community
by levino · vlatest · Repository

Levino's create-collection organizes unstructured data into structured collections based on user-defined criteria and formats.

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 create-collection npx -- -y @trustedskills/create-collection
2

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

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

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

About This Skill

What it does

The create-collection skill allows you to create new collections within a PocketBase application. It automates the process of defining collection names, fields (including their types), and initial configurations. This simplifies database structure setup directly from an AI agent's instructions.

When to use it

  • You need to quickly set up a new database table in your PocketBase app based on requirements gathered by an AI agent.
  • An AI is managing the schema of your application and needs to create collections programmatically.
  • You want to automate the creation of multiple collections with consistent field types and configurations.
  • When onboarding new users or features that require specific data storage structures within PocketBase.

Key capabilities

  • Collection name definition
  • Field type specification (e.g., text, number, boolean)
  • Initial configuration settings

Example prompts

  • "Create a collection named 'products' with fields: 'name' (text), 'price' (number), and 'in_stock' (boolean)."
  • "Add a new collection called 'users' including an email field."
  • "Generate a collection for storing blog posts, including title, content, and author fields."

Tips & gotchas

  • Requires access to a PocketBase application. The AI agent needs appropriate permissions to modify the database schema.

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
levino
Installs
5

🌐 Community

Passed automated security scans.