Justin Vanderhooft avatar

Justin Vanderhooft

Community

@vanstinator

25Followers
|
61Public Repos
|
42Published Skills

Owner and Co-Founder @ rescuebase.com

Agent Skills by Justin Vanderhooft

Showing 42 vetted skills indexed across 1 GitHub repositories.

vanstinatorvanstinator

golang-security

Audit Go applications for security vulnerabilities using DREAD prioritization.

Community
Advanced
vanstinatorvanstinator

golang-spf13-cobra

Implement spf13/cobra command trees with lifecycle hooks and validation.

Community
Intermediate
vanstinatorvanstinator

golang-project-layout

Guide Go repository directory structures with cmd/, internal/, pkg/, and configs/ conventions.

Community
Intermediate
vanstinatorvanstinator

golang-concurrency

Analyzes and generates Go goroutine, channel, synchronization code with cancellation-aware select loops.

Community
Advanced
vanstinatorvanstinator

golang-data-structures

Guide Go developers in selecting and implementing data structures with correct performance and memory behavior.

Community
Advanced
vanstinatorvanstinator

golang-database

Enforce Go database best practices for sqlx and pgx repository functions.

Community
Advanced
vanstinatorvanstinator

golang-spf13-viper

Configure layered Go application settings with spf13/viper precedence rules.

Community
Advanced
vanstinatorvanstinator

golang-design-patterns

Recommend idiomatic Go design patterns for constructors, error flow, and graceful shutdown.

Community
Advanced
vanstinatorvanstinator

golang-troubleshooting

Troubleshoots Go program crashes, races, deadlocks and hangs using evidence-first root cause analysis.

Community
Advanced
vanstinatorvanstinator

golang-swagger

Generate Swagger/OpenAPI documentation from swaggo/swag annotations in Go HTTP APIs.

Community
Intermediate
vanstinatorvanstinator

golang-samber-oops

Build structured Go errors with samber/oops fluent builder chains.

Community
Advanced
vanstinatorvanstinator

golang-context

Review Go code for correct context.Context propagation and cancellation.

Community
Intermediate
vanstinatorvanstinator

golang-samber-lo

Refactor Go code to use samber/lo functional utilities for collections.

Community
Advanced
vanstinatorvanstinator

golang-samber-slog

Design Go slog handler pipelines with samber/slog-multi, sampling, and formatting.

Community
Advanced
vanstinatorvanstinator

golang-continuous-integration

Configure GitHub Actions CI/CD pipelines for Go repositories with testing, security scanning, and releases.

Community
Advanced
vanstinatorvanstinator

golang-cli

Create Go CLIs with Cobra and Viper supporting subcommands and configuration precedence.

Community
Advanced
vanstinatorvanstinator

golang-popular-libraries

Recommend production-ready Go libraries with a standard-library-first approach.

Community
Intermediate
vanstinatorvanstinator

golang-performance

Diagnose Go performance bottlenecks using pprof and fgprof profiling signals.

Community
Advanced
vanstinatorvanstinator

golang-grpc

Implement and review Go gRPC services with protobuf design, status codes, and TLS.

Community
Advanced
vanstinatorvanstinator

golang-structs-interfaces

Enforce small consumer-defined interfaces and concrete constructor returns in Go type design.

Community
Intermediate
vanstinatorvanstinator

golang-lint

Configure golangci-lint with `.golangci.yml` and interpret lint output.

Community
Advanced
vanstinatorvanstinator

golang-benchmark

Write and execute Go benchmarks with benchstat significance testing and pprof profiling.

Community
Advanced
vanstinatorvanstinator

golang-samber-mo

Implement type-safe Option, Result, and Either pipelines in Go.

Community
Intermediate
vanstinatorvanstinator

golang-observability

Instrument Go services with slog, Prometheus, OpenTelemetry, pprof, and RUM.

Community
Advanced