Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub mineru98/mysql-tuning-skillJPA/Hibernate + MySQL 성능 튜닝 스킬. JPA/Hibernate(Spring Boot) 환경에서 MySQL 쿼리가 느린 경우, N+1 문제 해결, EXPLAIN 분석, 인덱스 설계, Fetch 전략, 배치 처리, OSIV 설정 등 모든 JPA+MySQL 성능 관련 작업에 사용한다. "N+1 쿼리가 발생해요", "JPA 쿼리가 느려요", "Fetch Join 사용법", "배치 INSERT가 안 돼요", "OSIV 설정", "영속성 컨텍스트 문제" 등의 요청에 이 스킬을 사용할 것.
MySQL 쿼리 성능 튜닝 및 최적화 스킬. MySQL 쿼리가 느린 경우, 실행계획(EXPLAIN) 분석, 인덱스 설계/최적화, 조인 튜닝, 서브쿼리 변환, 파티션 적용, 슬로우 쿼리 분석, Lock/트랜잭션 문제 해결 등 모든 MySQL 성능 관련 작업에 사용한다. "쿼리가 느려요", "EXPLAIN 결과 해석", "인덱스를 어떻게 잡아야 하나", "풀스캔이 발생해요", "조인 순서 최적화", "대용량 테이블 튜닝", "DB 성능 개선", "MySQL 최적화" 등의 요청에 반드시 이 스킬을 사용할 것.
SQLAlchemy + MySQL 성능 튜닝 스킬. SQLAlchemy(Python) 환경에서 MySQL 쿼리가 느린 경우, N+1 문제 해결, EXPLAIN 분석, 인덱스 설계, Eager Loading 전략, 배치 처리, 커넥션 풀 관리 등 모든 SQLAlchemy+MySQL 성능 관련 작업에 사용한다. "N+1 쿼리가 발생해요", "SQLAlchemy 쿼리가 느려요", "joinedload vs selectinload", "bulk_insert_mappings 사용법", "커넥션 풀 설정", "세션 관리" 등의 요청에 이 스킬을 사용할 것.
TypeORM + MySQL 성능 튜닝 스킬. TypeORM(Node.js/TypeScript) 환경에서 MySQL 쿼리가 느린 경우, N+1 문제 해결, EXPLAIN 분석, 인덱스 설계, relations 로딩 전략, 배치 처리, QueryBuilder 최적화 등 모든 TypeORM+MySQL 성능 관련 작업에 사용한다. "N+1 쿼리가 발생해요", "TypeORM 쿼리가 느려요", "relations vs leftJoinAndSelect", "bulk insert 사용법", "synchronize 설정", "QueryBuilder 최적화" 등의 요청에 이 스킬을 사용할 것.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
SQL query optimization for PostgreSQL/MySQL with indexing, EXPLAIN analysis. Use for slow queries, N+1 problems, missing indexes, or encountering sequential scans, OFFSET pagination, temp table spills, inefficient JOINs.
Analyze and optimize SQL queries for better performance, suggesting indexes, query rewrites, and execution plan improvements
Database query optimization with index recommendations and EXPLAIN analysis
SQL optimization, query tuning, and database performance expert for production systems
Database architecture and SQL optimization with PostgreSQL expertise
Connect and interact with a Cloud SQL for MySQL database and data.
Access up-to-date Daum Trends briefing for accurate insights.
ChatGPT Plus/Pro 구독을 재사용해 Claude Code 안에서 이미지를 생성·편집하는 Codex 기반 플러그인. OpenAI API 키 없이 18개의 용도별 imagine 스킬(히어로·슬라이드·포스터·OG·썸네일·로고·아이콘·UI·캐릭터·픽셀·스프라이트·패턴·인물 보정·image-to-code 등)과 11개의 전문 에이전트를 제공하며, 결과물은 모두 프로젝트 ./images/ 폴더에 저장됩니다.
NotebookLM research automation plugin - orchestrates deep research, source discovery, and presentation slide creation using the nlm CLI tool
Multi-platform application development consulting plugin with specialized agents for web apps, Tauri desktop apps, mobile PWAs, and Chrome extensions
Web application development consulting plugin with specialized agents for requirements gathering, UI/UX design, technical specification, and project planning
MySQL 쿼리 성능 튜닝 및 최적화를 위한 AI 에이전트 스킬입니다.
출처: 이 스킬은 2026 KRT Company 및 daalsoft@gmail.com 님의 자료를 기반으로 정리되었습니다.
| 스킬 | 대상 | 설명 |
|---|---|---|
mysql-tuning-skill | MySQL (범용) | EXPLAIN, 인덱스, 조인, 트랜잭션/락, 모니터링 |
jpa-mysql-tuning-skill | JPA/Hibernate (Java/Kotlin) | N+1, Fetch Join, @BatchSize, DTO Projection |
sqlalchemy-mysql-tuning-skill | SQLAlchemy (Python) | joinedload, selectinload, 커넥션 풀, 세션 관리 |
typeorm-mysql-tuning-skill | TypeORM (Node.js/TypeScript) | QueryBuilder, relations, bulk insert, synchronize |
Claude Code CLI를 실행합니다.
다음 명령어로 플러그인을 설치합니다:
# 마켓플레이스 추가
claude plugin marketplace add Mineru98/mysql-tuning-skill
# 또는 채팅에서
/plugin marketplace add Mineru98/mysql-tuning-skill
# 플러그인 설치
claude plugin install mysql-tuning-skill
# 또는 채팅에서
/plugin install mysql-tuning-skill
설치 후 사용 가능한 스킬을 확인합니다:
claude plugin list
OpenAI Codex는 다음 경로에서 스킬을 자동으로 스캔합니다:
| 경로 | 범위 |
|---|---|
$CWD/.agents/skills/ | 프로젝트 단위 |
~/.agents/skills/ | 사용자 전역 |
# Codex 채팅에서 skill-installer 사용 — 전체 스킬 설치
$skill-installer install https://github.com/Mineru98/mysql-tuning-skill/tree/main/skills/mysql-tuning-skill
$skill-installer install https://github.com/Mineru98/mysql-tuning-skill/tree/main/skills/jpa-mysql-tuning-skill
$skill-installer install https://github.com/Mineru98/mysql-tuning-skill/tree/main/skills/sqlalchemy-mysql-tuning-skill
$skill-installer install https://github.com/Mineru98/mysql-tuning-skill/tree/main/skills/typeorm-mysql-tuning-skill
필요한 스킬만 골라서 설치해도 됩니다. 각 스킬은 독립적으로 동작합니다.
Linux / macOS / Git Bash:
# 저장소 클론
git clone https://github.com/Mineru98/mysql-tuning-skill.git
cd mysql-tuning-skill
# 전체 스킬 설치 (프로젝트 단위)
mkdir -p .agents/skills
cp -r skills/* .agents/skills/
# 또는 전체 스킬 설치 (사용자 전역)
mkdir -p ~/.agents/skills
cp -r skills/* ~/.agents/skills/
Windows (PowerShell):
# 저장소 클론
git clone https://github.com/Mineru98/mysql-tuning-skill.git
cd mysql-tuning-skill
# 전체 스킬 설치 (프로젝트 단위)
New-Item -ItemType Directory -Force -Path .agents\skills
Copy-Item -Recurse skills\* .agents\skills\
# 또는 전체 스킬 설치 (사용자 전역)
New-Item -ItemType Directory -Force -Path $env:USERPROFILE\.agents\skills
Copy-Item -Recurse skills\* $env:USERPROFILE\.agents\skills\
필요한 ORM 스킬만 선택해서 설치할 수도 있습니다:
# MySQL 범용 (ORM 미사용)
cp -r skills/mysql-tuning-skill .agents/skills/
# JPA/Hibernate (Java/Kotlin, Spring Boot)
cp -r skills/jpa-mysql-tuning-skill .agents/skills/
# SQLAlchemy (Python)
cp -r skills/sqlalchemy-mysql-tuning-skill .agents/skills/
# TypeORM (Node.js/TypeScript)
cp -r skills/typeorm-mysql-tuning-skill .agents/skills/
# ~/.codex/config.toml
[[skills.config]]
path = "/path/to/mysql-tuning-skill/SKILL.md"
enabled = false
Cursor는 다음 경로에서 스킬을 자동으로 로드합니다:
| 경로 | 범위 |
|---|---|
.cursor/skills/ | 프로젝트 단위 |
.agents/skills/ | 프로젝트 단위 |
~/.cursor/skills/ | 사용자 전역 |
Linux / macOS / Git Bash:
# 저장소 클론
git clone https://github.com/Mineru98/mysql-tuning-skill.git
cd mysql-tuning-skill
# 전체 스킬 설치 (프로젝트 단위)
mkdir -p .cursor/skills
cp -r skills/* .cursor/skills/
# 또는 전체 스킬 설치 (사용자 전역)
mkdir -p ~/.cursor/skills
cp -r skills/* ~/.cursor/skills/
Windows (PowerShell):
# 저장소 클론
git clone https://github.com/Mineru98/mysql-tuning-skill.git
cd mysql-tuning-skill
# 전체 스킬 설치 (프로젝트 단위)
New-Item -ItemType Directory -Force -Path .cursor\skills
Copy-Item -Recurse skills\* .cursor\skills\
# 또는 전체 스킬 설치 (사용자 전역)
New-Item -ItemType Directory -Force -Path $env:USERPROFILE\.cursor\skills
Copy-Item -Recurse skills\* $env:USERPROFILE\.cursor\skills\
개별 스킬만 설치하려면
skills/*대신skills/mysql-tuning-skill등 원하는 스킬 폴더명을 지정하세요.
https://github.com/Mineru98/mysql-tuning-skillskills (전체 스킬 폴더 지정)skills/ 폴더 안의 원하는 스킬 폴더를 복사 (전체 설치 시 모든 폴더).cursor/skills/ 또는 ~/.cursor/skills/ 에 붙여넣기SKILL.md 및 reference/*.md 파일 구조를 유지할 것