By bbaktaeho
Idiomatic 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.
개인적으로 사용하는 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 golang-best-practicesPostgres performance optimization and best practices. Use when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
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.
Enhances code agents with Go best practices covering performance, modern syntax, generics, patterns, testing, error handling, and concurrency.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Gopher Guides training materials integrated into Claude
Go development following Google Go style guide with Go 1.25+ features and best practices
AI Agent Skills for production-ready Go projects
gopilot is your Go copilot - a skill for writing idiomatic Go code, covering design patterns, error handling, testing, concurrency, generics, and stdlib patterns up to Go 1.26.