By bbaktaeho
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.
개인적으로 사용하는 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
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimIdiomatic 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.
Postgres performance optimization and best practices. Use when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
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.
npx claudepluginhub bbaktaeho/bbaktaeho-agent-skills --plugin programming-principlesEnhances code agents with Go best practices covering performance, modern syntax, generics, patterns, testing, error handling, and concurrency.
Design patterns, data structures, algorithms, concurrency patterns, functional patterns, reactive patterns, state management, and resource management.
Aggressive AI coding guidelines recast through Linus Torvalds' blunt, data-first engineering style
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.
Programming as Theory Building guidelines for coding agents, grounded in Peter Naur's paper and focused on preserving program theory during code work.
Performance analysis, profiling, and optimization recommendations