postgres이란?
PostgreSQL 모범 사례, 쿼리 최적화, 연결 문제 해결 및 성능 개선. Postgres 데이터베이스로 작업할 때 로드합니다. 출처: pageai-pro/ralph-loop.
PostgreSQL 모범 사례, 쿼리 최적화, 연결 문제 해결 및 성능 개선. Postgres 데이터베이스로 작업할 때 로드합니다.
명령줄에서 postgres AI 스킬을 개발 환경에 빠르게 설치
출처: pageai-pro/ralph-loop.
| Schema Design | references/schema-design.md | Tables, primary keys, data types, foreign keys | | Indexing | references/indexing.md | Index types, composite indexes, performance | | Index Optimization | references/index-optimization.md | Unused/duplicate index queries, index audit |
| Partitioning | references/partitioning.md | Large tables, time-series, data retention | | Query Patterns | references/query-patterns.md | SQL anti-patterns, JOINs, pagination, batch queries | | Optimization Checklist | references/optimization-checklist.md | Pre-optimization audit, cleanup, readiness checks |
| MVCC and VACUUM | references/mvcc-vacuum.md | Dead tuples, long transactions, xid wraparound prevention |
PostgreSQL 모범 사례, 쿼리 최적화, 연결 문제 해결 및 성능 개선. Postgres 데이터베이스로 작업할 때 로드합니다. 출처: pageai-pro/ralph-loop.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/pageai-pro/ralph-loop --skill postgresPostgreSQL 모범 사례, 쿼리 최적화, 연결 문제 해결 및 성능 개선. Postgres 데이터베이스로 작업할 때 로드합니다. 출처: pageai-pro/ralph-loop.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/pageai-pro/ralph-loop --skill postgres 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/pageai-pro/ralph-loop