Mikro Orm Entity

🌐Community
by bloominggrace · vlatest · Repository

This Mikro ORM Entity skill simplifies database interactions by creating lightweight, focused ORM objects for streamlined data access and manipulation.

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 mikro-orm-entity npx -- -y @trustedskills/mikro-orm-entity
2

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

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

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

About This Skill

What it does

This skill provides access to the mikro-orm-entity functionality. It allows for interacting with and manipulating entities within a MikroORM database schema, enabling tasks like creating, reading, updating, and deleting data. The skill facilitates efficient data management operations through MikroORM's powerful features.

When to use it

  • Generating database migrations based on entity definitions.
  • Retrieving specific entity records from the database based on criteria.
  • Updating existing entity records with new values.
  • Creating new entities and persisting them to the database.

Key capabilities

  • Entity creation
  • Database querying
  • Data updates
  • Migration generation

Example prompts

  • "Generate a migration for my User entity."
  • "Find all users where age is greater than 25."
  • "Update the email address of user with ID 123 to [email protected]."
  • “Create a new product entity with name ‘widget’ and price 19.99.”

Tips & gotchas

Requires familiarity with MikroORM concepts and database schema design. Ensure that your entities are properly defined within the MikroORM configuration for this skill to function correctly.

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

🌐 Community

Passed automated security scans.