.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/saifoelloh/golang-best-practices-skill
home/skills/saifoelloh/golang-best-practices-skill
saifoelloh avatar

saifoelloh/golang-best-practices-skill

10 skills

View on GitHub
$npx skills add saifoelloh/golang-best-practices-skill
SkillInstalls
clean-architectureClean Architecture audit for Go services. Use when reviewing layered architecture, dependency rules, or gRPC/usecase/repository patterns.—concurrency-safetyGo concurrency safety review. Use when checking goroutines, channels, race conditions, or synchronization.—design-patternsGo design patterns and refactoring skill. Use when refactoring complex code, reducing technical debt, or applying design patterns.—error-handlingUnified Go + GORM + PostgreSQL error handling review. Covers error wrapping, context propagation, PostgreSQL error codes (23505, 40001), errors.Is/As mapping,…—golang-best-practices-skillgorm-query-patternsGORM ORM query pattern review for PostgreSQL. Use when reviewing or writing Go database code using GORM — covers N+1, Preload vs Joins, transactions, error…—idiomatic-goIdiomatic Go style and best practices review. Use when checking interface design, pointer usage, or Go-specific idioms.—migration-safetyDatabase migration safety review for GORM + PostgreSQL. Use when writing or reviewing schema changes, AutoMigrate usage, ALTER TABLE statements, or index…—postgresql-syntaxPostgreSQL SQL syntax review for Go/GORM projects. Use when writing or reviewing raw SQL used via db.Raw(), db.Exec(), or migrations.—query-performanceGORM + PostgreSQL query performance review. Use when optimizing slow queries, designing indexes, analyzing N+1 patterns, or configuring connection pools.—