From billy-milligan
Go backend patterns — HTTP services, concurrency, database access, project structure
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganThis skill is limited to using the following tools:
- **Context propagation**: Pass `ctx context.Context` as first arg to every I/O function.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
ctx context.Context as first arg to every I/O function.fmt.Errorf("operation: %w", err) preserves the chain for errors.Is.references/http-patterns.md — net/http, Chi/Gin/Echo, middleware, graceful shutdownreferences/concurrency-patterns.md — Goroutines, channels, errgroup, worker pools, fan-out/fan-inreferences/database-patterns.md — database/sql, sqlx, pgx, connection pooling, migrationsreferences/project-structure.md — Flat vs layered, internal/, cmd/, pkg/scripts/detect-go-stack.sh — Reads go.mod to identify framework, ORM, dependencies