Agent Skills by penitence1992
Showing 22 vetted skills indexed across 1 GitHub repositories.
go-zero-service-pattern-skill
Establish a go-zero service layer with ServiceContext, caching, and errgroup initialization.
config-skill
Load and parse .properties files into Go structs with environment switching.
snowflake-id-skill
Generate and parse Snowflake IDs with embedded business type and index.
business-log-skill
Log business operations in-transaction with TxSave and Query for GORM databases.
scheduled-task-skill
Automate periodic Go tasks with Job interfaces and Scheduler orchestration.
distributed-lock-skill
Coordinate shared resource access with Redis-based distributed locks using Lua scripts.
database-sharding-skill
Generate shard table names from timestamps and query across partitioned time-based tables in Go with GORM.
shadcn-ui
Automates shadcn/ui component integration into React projects with Vite, Tailwind CSS, and TanStack Router.
redis-cache-skill
Initialize standalone or clustered Redis clients and implement MultiGet, Pipeline, and SingleFlight patterns in Go services.
systematic-debugging
Trace data flow through four phases to identify root causes before fixes.
authentication-skill
Implement secure user authentication flows with JWT, bcrypt, CAPTCHA, and optional 2FA.
go-zero-api-skill
Generate Go-Zero REST API code with goctl and implement handlers.
rabbitmq-skill
Generate RabbitMQ consumer code and register listeners in Go services.
http-client-skill
Create a Go HTTP client wrapper for CBOR and JSON API calls.
go-zero-backend-init
Initialize a Go backend project with go-zero framework templates.
middleware-skill
Generate and register HTTP middleware templates for go-zero API services.
Skill Builder
Create Claude Code Skills with standardized YAML frontmatter and directory templates.
file-search
Search codebases with ripgrep for text and ast-grep for syntax patterns.
gorm-mysql-skill
Create standard GORM entity templates and configure MySQL read/write connections.
concurrent-skill
Implement goroutine-safe wrappers, queues, and errgroup parallelism in Go.
error-codes-skill
Standardize error codes and unified responses for Go backend services.
cloud-storage-skill
Generate presigned URLs and upload or download files across S3 and OSS in Go backends.