By bbaktaeho
Postgres performance optimization and best practices. Use when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
개인적으로 사용하는 Claude Code Agent Skills 모음.
claude plugin marketplace add bbaktaeho/bbaktaeho-agent-skills
각 skill의 상세 내용은 plugins/ 디렉토리에서 확인할 수 있다.
claude plugin install golang-best-practices@bbaktaeho-agent-skills
claude plugin install postgres-best-practices@bbaktaeho-agent-skills
claude plugin install elasticsearch-best-practices@bbaktaeho-agent-skills
claude plugin install agent-instructions-setup@bbaktaeho-agent-skills
...
claude plugin list
claude plugin marketplace update bbaktaeho-agent-skills
claude plugin update golang-best-practices@bbaktaeho-agent-skills
claude plugin update postgres-best-practices@bbaktaeho-agent-skills
claude plugin update elasticsearch-best-practices@bbaktaeho-agent-skills
claude plugin update agent-instructions-setup@bbaktaeho-agent-skills
업데이트가 반영되지 않는 경우 marketplace를 제거 후 재등록한다.
claude plugin marketplace remove bbaktaeho-agent-skills
claude plugin marketplace add bbaktaeho/bbaktaeho-agent-skills
설치 후 별도 명령 없이 자동으로 동작한다. Claude Code가 대화 컨텍스트를 분석하여 관련 skill을 자동 트리거한다.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bbaktaeho/bbaktaeho-agent-skills --plugin postgres-best-practicesIdiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications. Use when writing, reviewing, or optimizing Go code, designing packages, writing tests, or benchmarking performance.
Programming principles and philosophy based on Rob Pike's 5 Rules of Programming. Use when making optimization decisions, choosing between simple and complex algorithms, designing data structures, or evaluating performance tuning approaches.
Elasticsearch development best practices for indexing, querying, mapping, and search optimization. Use when designing indices, writing queries, configuring analyzers, or optimizing Elasticsearch cluster performance.
AI coding agent instruction file init setup. Creates AGENTS.md, symlinks for 8 AI tools, and docs/ structure. Use when initializing a new project for AI-assisted development.
Database architecture and SQL optimization with PostgreSQL expertise
SQL optimization, query tuning, and database performance expert for production systems
Database query optimization with index recommendations and EXPLAIN analysis
Postgres performance optimization and best practices from Supabase. 30 rules across 8 categories prioritized by impact.
Analyze and optimize SQL queries for better performance, suggesting indexes, query rewrites, and execution plan improvements
Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.