PostgreSQL Skill AI skill by KissMySkills, cover

PostgreSQL용 AI Skill

$29.00
할인가  $29.00 정상가 
제품 정보로 건너뛰기
PostgreSQL Skill AI skill by KissMySkills, cover

PostgreSQL용 AI Skill

$29.00 this skill vs $140+/hr hiring a PostgreSQL consultant

Complete skill package instant downloadai-skill-for-postgresql.txt

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

즉시 다운로드 영원히 간직하세요 당사가 작성함

Add it once. Your AI works like a specialist.

Claude, ChatGPT 또는 Gemini에 추가하세요 - 귀하의 AI가 이 분야의 전문가로 작동합니다.

즉시 다운로드 · 30일 환불 보장. 한 번만 결제하고 영구적으로 사용하세요 - 구독 없음. GitHub에서 무단 수집한 것이 아니라, 저희가 직접 작성하고 테스트했습니다. 환불 정책

Ask it something hard.

📎 ai-skill-for-postgresql.md LOADED ✓
This query on a 40M row events table filters by user_id and last 7 days, orders by created_at desc, limit 50, and EXPLAIN shows a Seq Scan. Fix it.
CLAUDE · WITH THIS SKILL You get: a CREATE INDEX CONCURRENTLY statement on (user_id, created_at DESC) with equality column first and the range-plus-sort column second -> a one-line why explaining the planner can walk the index in sort order and stop after 50 rows with no sort node -> the EXPLAIN (ANALYZE, BUFFERS) query to rerun and what to look for (Index Scan, far fewer shared reads) -> operational notes: CONCURRENTLY cannot run inside a transaction, build off-peak, run ANALYZE afterwards -> the next action: create the index, rerun the plan and paste it if a Seq Scan remains.

구매 전에 궁금한 점이 있나요?

저희에게 문의하시면 보통 당일에 담당자가 직접 답변해 드립니다. 봇도 아니고, 문의 티켓 대기열도 아닙니다.

hello@kissmyskills.com

당신은 읽지 않습니다. 당신의 AI가 읽습니다.

스킬 파일을 Claude, ChatGPT 또는 Gemini에 한 번만 추가하세요. 그러면 다음 메시지부터 이 분야의 전문가로 작동합니다.

한 번 구매하면 파일을 영원히 소장할 수 있습니다. 또는 All-Access를 구독하고 KissMySkills 커넥터가 요청에 따라 해당 파일과 다른 모든 스킬을 채팅에 불러오도록 하세요.

// what's inside

이 스킬에는 무엇이 들어 있나요

  1. SQL with CTEs, window functions, DISTINCT ON and ON CONFLICT upserts
  2. EXPLAIN ANALYZE diagnosis with the exact index or rewrite that fixes it
  3. Lock-safe migrations: nullable add, batched backfill, NOT VALID then VALIDATE
  4. pg_stat_statements and pg_stat_activity queries for slow and blocking sessions

Backend developers, data engineers and DBAs who write SQL or run PostgreSQL in production every day.

// what's inside

What you're actually buying

이 Claude/ChatGPT 스킬은 일상적인 데이터베이스 작업에서 PostgreSQL AI 페어 프로그래머로 작동합니다. CTE, 윈도 함수 및 LATERAL 조인을 사용해 SQL을 작성하고, EXPLAIN (ANALYZE, BUFFERS) 출력을 읽어 비용이 큰 노드와 누락된 인덱스를 찾아내며, CREATE TABLE 및 CREATE INDEX CONCURRENTLY 문을 생성하고, 잠금에 안전한 다단계 마이그레이션을 작성하며, PL/pgSQL 함수와 트리거의 초안을 작성합니다.

jsonb 및 timestamptz를 비롯한 데이터 유형, B-tree, GIN, BRIN 및 부분 인덱스, MVCC와 격리 수준, VACUUM 및 autovacuum, pg_stat_statements와 pg_stat_activity, pg_dump와 pg_restore, 복제, PgBouncer, psql 메타 명령어, PostGIS, pg_trgm 및 pgvector와 같은 일반적인 확장 기능을 알고 있습니다. 데이터베이스에 연결하거나 어떤 작업도 실행하지 않으며, 안전하게 적용할 수 있도록 SQL, 마이그레이션 순서 및 검증 쿼리를 준비합니다.

Claude, ChatGPT 및 Gemini에서 동일하게 작동합니다. 한 번 구매하고 파일을 다운로드한 다음 2분 이내에 설치하면, 테이블 정의나 EXPLAIN 플랜을 붙여 넣고 PostgreSQL SQL을 받을 수 있습니다. 페르소나 스킬인 Oleg, Database Engineer와 함께 사용할 수 있으며, 이 스킬은 PostgreSQL 내부에서 작동하는 도우미입니다.

ai-skill-for-postgresql.txt
# AI Skill for PostgreSQL
KissMySkills.com | Install: paste this whole file into Claude Projects (Project instructions), a custom GPT (Instructions), a Gemini Gem, or your AI's system prompt. Then just ask questions the way you normally would.

## Who you are
You are a senior PostgreSQL practitioner embedded in the user's daily development and database work, with thousands of queries, pragmatic schemas and production clusters behind you. You optimise for correct SQL that uses indexes, schemas that stay consistent under load, and safe changes to live databases. Tone: direct, practical, step-by-step when needed.

## What you know about PostgreSQL
- Core objects: schemas, tables, constraints (PRIMARY KEY, FOREIGN KEY, UNIQUE, CHECK, NOT NULL), identity columns, views, materialized views, functions, triggers, extensions, roles.
- Data types: bigint, numeric, text, boolean, timestamptz, inter

다운로드할 실제 파일의 샘플입니다.

// how to install 2분 이내

네 단계. 어떤 AI 채팅.

  1. 01
    파일 다운로드

    결제 후 다운로드 링크가 받은편지함으로 전송됩니다. 파일을 기기의 원하는 위치에 저장하세요.

  2. 02
    AI 채팅 열기

    Claude, ChatGPT, Gemini, Grok 또는 Copilot - 이미 사용 중인 것을 선택하세요.

  3. 03
    파일 내용을 붙여넣으세요

    시스템 prompt, 프로젝트 지침 또는 맞춤 지침 필드에 입력하세요.

  4. 04
    작업 시작

    이제 AI가 전문가로 설정되었습니다. 해당 분야와 관련된 내용이라면 무엇이든 질문해 보세요.

기술 지식이 필요하지 않습니다. 구독도 없습니다. 한 번만 결제하고 영원히 사용하세요.

// compatible with

모든 주요 AI 채팅과 호환됩니다.

파일을 AI의 시스템 prompt, 프로젝트 지침 또는 맞춤 지침에 넣으세요. 설정이 필요 없습니다. 코드도 필요 없습니다. 특정 공급업체에 종속되지 않습니다.

// faq

이 제품에 대한 질문

What does the AI Skill for PostgreSQL do?+

It turns Claude or ChatGPT into a PostgreSQL AI assistant that writes and optimises SQL, reads EXPLAIN ANALYZE plans, recommends indexes, designs schemas with proper constraints, writes lock-safe migrations, drafts PL/pgSQL functions and triggers, and gives you diagnostic queries for bloat, slow statements and blocking sessions.

Does it operate PostgreSQL for me?+

No. It does not connect to your database, run queries, build indexes or apply migrations. It writes the SQL, the migration steps in the right order and the verification query, and you run them in psql, pgAdmin or your migration tool against your own PostgreSQL database.

Can the PostgreSQL skill write migrations that are safe on a live table?+

Yes. It splits changes into steps that avoid long locks: add the column nullable, backfill in batches, add the constraint as NOT VALID and VALIDATE later, and build indexes with CREATE INDEX CONCURRENTLY. It formats the migration for Flyway, Alembic, Prisma, Rails or Django when you name your tool, and it warns which PostgreSQL versions change the lock behaviour.

Does it cover managed PostgreSQL like RDS, Supabase or Neon?+

It covers self-managed PostgreSQL and managed services such as Amazon RDS and Aurora, Cloud SQL, Azure Database, Supabase and Neon, and it asks which one you use when extensions, configuration access or backup options differ. It never invents parameters or version numbers.

Which AI tools does this skill work with?+

Works with Claude (recommended), Claude Code, ChatGPT, Gemini and Copilot, and any AI chat that accepts system prompts. Claude Projects gives the best results because it remembers your PostgreSQL schema, table sizes and version between chats.

Do I have to read it myself?+

No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.

Is this a physical book?+

No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.

AI를 전문화할 준비가 되셨나요?

파일 하나로 바로 사용하세요. 한 번만 결제하면 영구적으로 사용할 수 있습니다 - Claude 및 ChatGPT와 호환됩니다.

이 분야의 더 많은 기술

Hana - WordPress 개발자 AI Skill

Hana - WordPress 개발자 AI Skill

Hana - WordPress 개발자 AI Skill

$29.00
할인가  $29.00 정상가  $43.99
코딩 Agent 번들 - AI 코딩 Agents 5개 전체

코딩 Agent 번들 - AI 코딩 Agents 5개 전체

코딩 Agent 번들 - AI 코딩 Agents 5개 전체

$99.00
할인가  $99.00 정상가  $245.00
Albert - AI 코드 리뷰 에이전트

Albert - AI 코드 리뷰 에이전트

Albert - AI 코드 리뷰 에이전트

$32.00
할인가  $32.00 정상가  $47.99
Max - 풀스택 개발자 AI Skill

Max - 풀스택 개발자 AI Skill

Max - 풀스택 개발자 AI Skill

$29.00
할인가  $29.00 정상가  $43.99