Agent Skills by hpxx
Showing 46 vetted skills indexed across 1 GitHub repositories.
golang-security
Audit Go code for security vulnerabilities using threat modeling and govulncheck.
golang-spf13-cobra
Implement Go CLI command trees with spf13/cobra using RunE, Args validators, flags, and completions.
golang-project-layout
Set up idiomatic Go repository directory structures for projects.
golang-concurrency
Enforce structured concurrency patterns in Go code to prevent goroutine leaks and race conditions.
aim-repo-mapping
Map request keywords to business domains using repository routing documents.
golang-data-structures
Selects and optimizes Go data structures based on slice and map memory behavior.
aim-attachment-domain
Manage authorized IM attachment uploads and downloads via the AttachmentService gRPC domain.
golang-database
Enforce safe Go database access patterns with parameterized SQL and error handling.
golang-spf13-viper
Resolve layered Go configuration precedence with spf13/viper across flags, env vars, files, and defaults.
aim-bot-domain
Integrate third-party Bots with token authentication and HMAC-signed webhook delivery.
golang-design-patterns
Guide idiomatic Go design pattern selection for production systems.
aim-ws-token-management
Manage JWT access-token lifecycles to resolve WebSocket disconnect failures.
golang-troubleshooting
Debug Go crashes, panics, deadlocks, and unexpected behavior through evidence-based root-cause analysis.
golang-swagger
Generate Swagger/OpenAPI specs from swaggo/swag annotations in Go source.
golang-context
Review Go code for correct context.Context propagation and cancellation.
golang-continuous-integration
Configure GitHub Actions CI/CD pipelines for Go projects with quality and security gates.
aim-dev-tool
Automate REST endpoint verification and WebSocket Protobuf load testing via CLI.
golang-cli
Standardize Go CLI development with Cobra, Viper, and signal handling.
aim-shared-domain
Enforce dependency and boundary rules for AIM's shared Go packages.
golang-popular-libraries
Recommend production-ready Go libraries while enforcing a standard-library-first rule.
golang-performance
Identify Go performance bottlenecks using pprof/fgprof profiling and benchstat validation.
aim-data-parsing-domain
Consume Kafka media upload events and publish parsed metadata with thumbnails.
zero-skills
Generate and review go-zero microservice code with REST, RPC, and database patterns.
golang-grpc
Design and debug Go gRPC services with proto organization and error handling.