orm-default — for Claude Code orm-default, agentic-db, community, for Claude Code, ide skills, ## Examples ### Query records, ## References See the, client, default, provides

v1.0.0

Acerca de este Skill

Escenario recomendado: Ideal for AI agents that need <!-- @constructive-io/graphql-codegen - do not edit --. Resumen localizado: orm-default helps AI agents handle repository-specific developer workflows with documented implementation details.

Características

<!-- @constructive-io/graphql-codegen - DO NOT EDIT --
ORM client for the default API — provides typed CRUD operations for 95 tables and 3 custom
// Import the ORM client
import { db } from './orm';
db.<model .findMany({ select: { id: true } }).execute()

# Core Topics

constructive-io constructive-io
[9]
[0]
Updated: 4/30/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
64
Canonical Locale
en
Detected Body Locale
en

Escenario recomendado: Ideal for AI agents that need <!-- @constructive-io/graphql-codegen - do not edit --. Resumen localizado: orm-default helps AI agents handle repository-specific developer workflows with documented implementation details.

¿Por qué usar esta habilidad?

Recomendacion: orm-default helps agents <!-- @constructive-io/graphql-codegen - do not edit --. orm-default helps AI agents handle repository-specific developer workflows with documented implementation details.

Mejor para

Escenario recomendado: Ideal for AI agents that need <!-- @constructive-io/graphql-codegen - do not edit --.

Casos de uso accionables for orm-default

Caso de uso: Applying <!-- @constructive-io/graphql-codegen - DO NOT EDIT --
Caso de uso: Applying ORM client for the default API — provides typed CRUD operations for 95 tables and 3 custom
Caso de uso: Applying // Import the ORM client

! Seguridad y limitaciones

  • Limitacion: <!-- @constructive-io/graphql-codegen - DO NOT EDIT --
  • Limitacion: Requires repository-specific context from the skill documentation
  • Limitacion: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is orm-default?

Escenario recomendado: Ideal for AI agents that need <!-- @constructive-io/graphql-codegen - do not edit --. Resumen localizado: orm-default helps AI agents handle repository-specific developer workflows with documented implementation details.

How do I install orm-default?

Run the command: npx killer-skills add constructive-io/agentic-db/orm-default. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for orm-default?

Key use cases include: Caso de uso: Applying <!-- @constructive-io/graphql-codegen - DO NOT EDIT --, Caso de uso: Applying ORM client for the default API — provides typed CRUD operations for 95 tables and 3 custom, Caso de uso: Applying // Import the ORM client.

Which IDEs are compatible with orm-default?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for orm-default?

Limitacion: <!-- @constructive-io/graphql-codegen - DO NOT EDIT --. Limitacion: Requires repository-specific context from the skill documentation. Limitacion: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add constructive-io/agentic-db/orm-default. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use orm-default immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

orm-default

Install orm-default, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

orm-default

<!-- @constructive-io/graphql-codegen - DO NOT EDIT -->

ORM client for the default API — provides typed CRUD operations for 95 tables and 3 custom operations

Usage

typescript
1// Import the ORM client 2import { db } from './orm'; 3 4// Available models: activityLog, agent, agentCollaborator, agentLog, agentPrompt, prompt, autonomyRecord, autonomyRecordLink, ... 5db.<model>.findMany({ select: { id: true } }).execute() 6db.<model>.findOne({ id: '<UUID>', select: { id: true } }).execute() 7db.<model>.create({ data: { ... }, select: { id: true } }).execute() 8db.<model>.update({ where: { id: '<UUID>' }, data: { ... }, select: { id: true } }).execute() 9db.<model>.delete({ where: { id: '<UUID>' } }).execute()

Examples

Query records

typescript
1const items = await db.activityLog.findMany({ 2 select: { id: true } 3}).execute();

References

See the references/ directory for detailed per-entity API documentation:

Habilidades relacionadas

Looking for an alternative to orm-default or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Resumen localizado: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Resumen localizado: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

Resumen localizado: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Resumen localizado: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Desarrollador