ops-db-ops

Manage database migrations, reverts, schema generation, and GraphQL codegen for Expo/serverless projects using TypeORM and AWS credentials.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill ops-db-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-db-ops
Source: https://github.com/CodySwannGT/lisa/tree/main/plugins/lisa-expo/skills/ops-db-ops
Command: npx skills add https://github.com/CodySwannGT/lisa --skill ops-db-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of database schemas and GraphQL code generation, reducing manual configuration and potential errors in development workflows.

Core Features & Use Cases

  • Database Migrations: Apply or revert database schema changes.
  • Schema Generation: Regenerate SQL schemas for specific environments.
  • GraphQL Codegen: Update frontend TypeScript types based on the GraphQL schema.
  • Use Case: After updating your TypeORM entities, use this skill to generate a new migration, apply it to your local database, and then regenerate the frontend GraphQL types.

Quick Start

Use the ops-db-ops skill to migrate the local database for the dev environment.

Frequently Asked Questions about ops-db-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate database migrations and GraphQL codegen for an Expo backend?

You can automate database migrations and GraphQL codegen for an Expo backend by using a skill that manages TypeORM schema synchronization, applying schema changes and regenerating frontend TypeScript types automatically.

What is the best way to sync TypeORM entities with frontend GraphQL types?

The best way to sync TypeORM entities with frontend GraphQL types is to automate schema generation and GraphQL codegen, which updates TypeScript types based on the latest database schema changes without manual configuration.

Do I need AWS credentials to run database schema migrations for a serverless backend?

Yes, you need AWS credentials to run database schema migrations for a serverless backend, as the automated migration, revert, and schema generation operations require AWS authentication for most environment actions.

Can I revert database schema changes after applying them to a local dev environment?

Yes, you can revert database schema changes after applying them to a local dev environment, as the database migration management functionality supports rolling back applied schema changes to restore previous states.

How does GraphQL codegen update frontend TypeScript types based on schema changes?

GraphQL codegen updates frontend TypeScript types by reading the regenerated SQL schema and automatically generating the corresponding TypeScript definitions, ensuring the frontend accurately reflects backend API changes.

Does this database migration approach work for both local and specific deployed environments?

Yes, this database migration approach works for both local and specific deployed environments, allowing you to apply or revert schema changes and regenerate SQL schemas targeted for specific environments.