penitence1992 avatar

penitence1992

Community

@penitence1992

3Followers
|
52Public Repos
|
22Published Skills

Agent Skills by penitence1992

Showing 22 vetted skills indexed across 1 GitHub repositories.

Penitence1992Penitence1992

go-zero-service-pattern-skill

Establish a go-zero service layer with ServiceContext, caching, and errgroup initialization.

Community
Advanced
Penitence1992Penitence1992

config-skill

Load and parse .properties files into Go structs with environment switching.

Community
Basic
Penitence1992Penitence1992

snowflake-id-skill

Generate and parse Snowflake IDs with embedded business type and index.

Community
Intermediate
Penitence1992Penitence1992

business-log-skill

Log business operations in-transaction with TxSave and Query for GORM databases.

Community
Intermediate
Penitence1992Penitence1992

scheduled-task-skill

Automate periodic Go tasks with Job interfaces and Scheduler orchestration.

Community
Advanced
Penitence1992Penitence1992

distributed-lock-skill

Coordinate shared resource access with Redis-based distributed locks using Lua scripts.

Community
Advanced
Penitence1992Penitence1992

database-sharding-skill

Generate shard table names from timestamps and query across partitioned time-based tables in Go with GORM.

Community
Intermediate
Penitence1992Penitence1992

shadcn-ui

Automates shadcn/ui component integration into React projects with Vite, Tailwind CSS, and TanStack Router.

Community
Intermediate
Penitence1992Penitence1992

redis-cache-skill

Initialize standalone or clustered Redis clients and implement MultiGet, Pipeline, and SingleFlight patterns in Go services.

Community
Advanced
Penitence1992Penitence1992

systematic-debugging

Trace data flow through four phases to identify root causes before fixes.

Community
Intermediate
Penitence1992Penitence1992

authentication-skill

Implement secure user authentication flows with JWT, bcrypt, CAPTCHA, and optional 2FA.

Community
Advanced
Penitence1992Penitence1992

go-zero-api-skill

Generate Go-Zero REST API code with goctl and implement handlers.

Community
Advanced
Penitence1992Penitence1992

rabbitmq-skill

Generate RabbitMQ consumer code and register listeners in Go services.

Community
Advanced
Penitence1992Penitence1992

http-client-skill

Create a Go HTTP client wrapper for CBOR and JSON API calls.

Community
Intermediate
Penitence1992Penitence1992

go-zero-backend-init

Initialize a Go backend project with go-zero framework templates.

Community
Intermediate
Penitence1992Penitence1992

middleware-skill

Generate and register HTTP middleware templates for go-zero API services.

Community
Basic
Penitence1992Penitence1992

Skill Builder

Create Claude Code Skills with standardized YAML frontmatter and directory templates.

Community
Basic
Penitence1992Penitence1992

file-search

Search codebases with ripgrep for text and ast-grep for syntax patterns.

Community
Basic
Penitence1992Penitence1992

gorm-mysql-skill

Create standard GORM entity templates and configure MySQL read/write connections.

Community
Intermediate
Penitence1992Penitence1992

concurrent-skill

Implement goroutine-safe wrappers, queues, and errgroup parallelism in Go.

Community
Intermediate
Penitence1992Penitence1992

error-codes-skill

Standardize error codes and unified responses for Go backend services.

Community
Basic
Penitence1992Penitence1992

cloud-storage-skill

Generate presigned URLs and upload or download files across S3 and OSS in Go backends.

Community
Intermediate