Atelier Typescript Drizzle Orm

🌐Community
by martinffx · vlatest · Repository

Helps with TypeScript, Drizzle ORM as part of developing backend services and APIs workflows.

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 atelier-typescript-drizzle-orm npx -- -y @trustedskills/atelier-typescript-drizzle-orm
2

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

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

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

About This Skill

What it does

This skill provides a robust foundation for building TypeScript backend applications using Atelier and Drizzle ORM. It facilitates the creation of database schemas, migrations, and queries with type safety and developer ergonomics. The skill streamlines common development tasks related to data persistence in Node.js projects.

When to use it

  • Rapid prototyping: Quickly set up a new backend project with a pre-configured Drizzle ORM environment.
  • Database schema generation: Automatically generate database schemas from TypeScript models.
  • Migration management: Create and run database migrations for evolving data structures.
  • Type-safe queries: Execute database queries with full type safety, reducing runtime errors.

Key capabilities

  • TypeScript support
  • Drizzle ORM integration
  • Database schema generation
  • Migration creation and execution
  • Node.js backend development

Example prompts

  • "Create a Drizzle ORM migration to add a 'users' table with columns for id, name, and email."
  • "Generate a TypeScript model for a 'products' table with fields for id, title, price, and description."
  • "Write a query using Drizzle ORM to fetch all users ordered by their names alphabetically."

Tips & gotchas

  • Requires Node.js and npm/yarn to be installed.
  • Familiarity with TypeScript and database concepts is recommended for optimal usage.

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
martinffx
Installs
8

🌐 Community

Passed automated security scans.