db — community real-estate-app, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for AI Agents needing advanced database management capabilities via Prisma and PostgreSQL. Real Estate App

pinoshe pinoshe
[0]
[0]
Updated: 2/24/2026

Agent Capability Analysis

The db skill by pinoshe is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for AI Agents needing advanced database management capabilities via Prisma and PostgreSQL.

Core Value

Empowers agents to manage PostgreSQL databases using Prisma, facilitating seamless migration and schema updates via commands like 'migrate' and 'migrate:dev', leveraging Docker for backend operations.

Capabilities Granted for db

Running pending migrations against the local database
Creating new migrations during development
Deploying database updates using Docker

! Prerequisites & Limits

  • Requires Docker setup for backend operations
  • Specific to PostgreSQL database management
  • Needs Prisma for database interactions
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

db

Install db, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Database Operations

Manage the PostgreSQL database via Prisma. All commands target the backend at C:/Users/pi/projects/rea/main/backend.

Parse $ARGUMENTS for the action.

Actions

migrate (default)

Run pending migrations against the local database.

bash
1docker exec rea-backend sh -c "cd /home/site/wwwroot && npx prisma migrate deploy"

migrate:dev

Create a new migration during development.

bash
1docker exec rea-backend sh -c "cd /home/site/wwwroot && npx prisma migrate dev --name $ARGUMENTS[1]"

Requires a migration name as the second argument.

seed

Seed the database with test data.

bash
1docker exec rea-backend sh -c "cd /home/site/wwwroot && npm run db:seed"

reset

Reset the database (drops all data, re-runs migrations and seed). Confirm with user before running.

bash
1docker exec rea-backend sh -c "cd /home/site/wwwroot && npx prisma migrate reset --force"

studio

Open Prisma Studio for visual database browsing.

bash
1docker exec rea-backend sh -c "cd /home/site/wwwroot && npx prisma studio"

Note: Prisma Studio runs on port 5555 inside the container. The user may need to map this port.

schema

Display the current Prisma schema. Read the file: C:/Users/pi/projects/rea/main/backend/prisma/schema.prisma

generate

Regenerate the Prisma client after schema changes.

bash
1docker exec rea-backend sh -c "cd /home/site/wwwroot && npx prisma generate"

status

Show migration status.

bash
1docker exec rea-backend sh -c "cd /home/site/wwwroot && npx prisma migrate status"

Notes

  • The database container must be running (docker-compose up -d db)
  • Connection string: postgresql://dev:dev@db:5432/realestate (inside Docker network)
  • Adminer UI available at http://localhost:8080 (server: db, user: dev, pass: dev, db: realestate)

FAQ & Installation Steps

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

? Frequently Asked Questions

What is db?

Perfect for AI Agents needing advanced database management capabilities via Prisma and PostgreSQL. Real Estate App

How do I install db?

Run the command: npx killer-skills add pinoshe/real-estate-app. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for db?

Key use cases include: Running pending migrations against the local database, Creating new migrations during development, Deploying database updates using Docker.

Which IDEs are compatible with db?

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 db?

Requires Docker setup for backend operations. Specific to PostgreSQL database management. Needs Prisma for database interactions.

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 pinoshe/real-estate-app. 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 db immediately in the current project.

Related Skills

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

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI