go-web-expertComprehensive Go web development persona enforcing zero global state, explicit error handling, input validation, testability, and documentation conventions....
Install via ClawdBot CLI:
clawdbot install anderskev/go-web-expertGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 10, 2026
Build a production-ready REST API for user CRUD operations with input validation, error handling, and testability. This scenario ensures global state is avoided, validation runs on all inputs, and every error is explicitly handled.
Develop an order processing microservice that validates order payloads, enforces business rules, and logs errors with context. The service uses dependency injection and table-driven tests for reliability.
Implement a simple health check handler that returns service status by checking dependencies. The handler follows zero global state rules and includes tests for both success and failure cases.
Create an HTTP handler for secure file uploads with content-type validation, size limits, and proper error responses. The handler is a method on a server struct, tested with httptest.
Monetize web APIs built with this skill by charging per request or subscription. The skill ensures high-quality, testable code reduces maintenance costs and increases API reliability.
Offer consultancy services to build production-grade Go web services for clients. The skill's non-negotiable rules guarantee consistent, maintainable code, allowing consultants to deliver faster with fewer bugs.
Develop a multi-tenant SaaS platform (e.g., CRM, project management) using Go. The skill's emphasis on zero global state and input validation ensures tenant isolation and data integrity.
💬 Integration Tip
Adopt the skill as a team coding standard by enforcing the five rules during code review. Use the constructor pattern for dependency injection and integrate validator into middleware for automatic request validation.
Scored May 10, 2026
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Trello API integration with managed OAuth. Manage boards, lists, cards, members, and labels. Use this skill when users want to interact with Trello for project management. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Fetch up-to-date library documentation via Context7 API. Use PROACTIVELY when: (1) Working with ANY external library (React, Next.js, Supabase, etc.) (2) User asks about library APIs, patterns, or best practices (3) Implementing features that rely on third-party packages (4) Debugging library-specific issues (5) Need current documentation beyond training data cutoff Always prefer this over guessing library APIs or using outdated knowledge.
API reference for CoinMarketCap DEX endpoints including token lookup, pools, transactions, trending, and security analysis. Use this skill whenever the user...
Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.
Lightweight API mock server for prototyping and testing, supporting JSON/JSON Schema responses, dynamic data, validation, latency, and webhook simulation.