From jeremylongshore-claude-code-plugins-plus-skills
Creates Gin middleware with step-by-step guidance and best practices. Helps generate production-ready middleware code and configurations for Go backend applications.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:gin-middleware-creatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for gin middleware creator tasks within the Backend Development domain.
This skill provides automated assistance for gin middleware creator tasks within the Backend Development domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with gin middleware creator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Backend Development skill category. Tags: nodejs, python, go, microservices, database
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin j-rigGenerates Go HTTP handlers and configurations for backend services. Useful when creating REST endpoints or routing logic in Go applications.
Provides idiomatic Go HTTP middleware for context propagation, structured slog logging, error handling, and panic recovery. Use when writing middleware, adding request tracing, or cross-cutting concerns.
Provides 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.