golang-http-frameworks
About
This skill helps developers build production-ready REST APIs in Go using net/http, Chi, Gin, Echo, and Fiber frameworks. It covers route structuring, middleware implementation, request validation, and error handling patterns. Use it when choosing an HTTP framework, designing REST endpoints, or implementing authentication and testing for Go services.
Quick Install
Claude Code
Recommendednpx skills add mattnigh/skills_collection -a claude-code/plugin add https://github.com/mattnigh/skills_collectiongit clone https://github.com/mattnigh/skills_collection.git ~/.claude/skills/golang-http-frameworksCopy and paste this command in Claude Code to install this skill
GitHub Repository
Frequently asked questions
What is the golang-http-frameworks skill?
golang-http-frameworks is a Claude Skill by mattnigh. Skills package instructions and resources that Claude loads on demand, so Claude can perform golang-http-frameworks-related tasks without extra prompting.
How do I install golang-http-frameworks?
Use the install commands on this page: add golang-http-frameworks to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does golang-http-frameworks belong to?
golang-http-frameworks is in the toolchain category, tagged http, golang, chi, gin, echo and fiber.
Is golang-http-frameworks free to use?
Yes. golang-http-frameworks is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
Related Skills
This skill provides comprehensive guidance on Python's asyncio framework for modern concurrent programming using async/await syntax. It covers core concepts like event loops, tasks, and coroutines along with practical implementations including aiohttp for async HTTP operations and FastAPI async patterns. Use it when building concurrent I/O-bound applications, parallel API clients, real-time systems, or async web servers.
This skill provides comprehensive Go observability instrumentation using OpenTelemetry for distributed tracing, Prometheus for metrics collection, and structured logging with slog. Use it when instrumenting microservices for production monitoring, debugging distributed systems, or setting up operational dashboards. It covers everything from initializing tracers and metrics endpoints to implementing HTTP middleware and health checks.
mypy is a static type checker for Python that enables gradual typing with type hints and comprehensive type safety. Use it to add type safety to Python projects, enforce type checking in CI/CD, and refactor code with type annotations. It supports strict mode, Protocol types, and integrates with frameworks like FastAPI and Django.
This skill provides Jest with TypeScript configuration for industry-standard testing in JavaScript/TypeScript projects. It's ideal for testing existing Jest projects, React/Node.js applications with TypeScript, and migrating JavaScript projects to TypeScript. The setup includes Jest ecosystem tools, React Testing Library integration, snapshot testing, and built-in coverage reporting.
