npx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-stacksThis skill is limited to using the following tools:
Statically typed, compiled language for efficient backend services.
architecture/clean-architecture.mdarchitecture/domain-driven.mdarchitecture/project-layout.mddatabase/gorm-patterns.mddatabase/migrations.mddatabase/repository-pattern.mddatabase/sqlx-patterns.mderror-handling/custom-errors.mderror-handling/error-patterns.mdperformance/caching.mdperformance/concurrency.mdperformance/profiling.mdsecurity/jwt-auth.mdsecurity/middleware.mdsecurity/rbac.mdtesting/integration-tests.mdtesting/mocking.mdtesting/table-driven-tests.mdvalidation/custom-validation.mdvalidation/validator.mdProvides Go backend patterns for HTTP services (net/http, Chi/Gin/Echo, middleware), concurrency (goroutines, channels, errgroup), database access (sqlx, pgx), and project structure. Detects stack from go.mod.
Provides idiomatic Go patterns for backend APIs with Gin, Echo, Fiber: standard project structure, custom error handling, handler dependency injection, concurrency best practices.
Applies idiomatic Go best practices for coding, PR reviews, and codebase audits. Covers errors, interfaces, concurrency, testing, organization, performance; routes to specialized skills.
Share bugs, ideas, or general feedback.
Statically typed, compiled language for efficient backend services.
Auto-detected when project contains:
go.mod filemain.go filepackage main declaration