zarldev/claude

2Stars on the repository
28Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

clerk-auth

01

zarldev/claude

Skill Claude CodeCodex

Clerk authentication patterns for React and Go - protected routes, auth hooks, JWT middleware, ConnectRPC auth interceptors. Use when implementing authentication or authorization with Clerk.

2 6mo ago A 37 tokens

connectrpc-patterns

02

zarldev/claude

Skill Claude CodeCodex

ConnectRPC and Protocol Buffer patterns for Go services - proto file design, buf generation, service handlers, interceptors, streaming, and error mapping. Use when working with .proto files, gRPC services, or ConnectRPC handlers.

2 6mo ago A 51 tokens

connectrpc-web

03

zarldev/claude

Skill Claude CodeCodex

ConnectRPC web client patterns for React - TanStack Query integration, transport with auth interceptors, mutations with cache invalidation, streaming responses. Use when making API calls from React frontends.

2 6mo ago A 42 tokens

database-patterns

04

zarldev/claude

Skill Claude CodeCodex

Database and repository patterns - sqlc, Goose migrations, PostgreSQL/SQLite/MongoDB repositories, in-memory fakes for testing, transaction helpers. Use when working with databases, writing queries, or creating migrations.

2 6mo ago A 47 tokens

dev

05

zarldev/claude

Skill Claude CodeCodex

Start development environment with hot reload for a project.

2 6mo ago A 11 tokens

go-concurrency

06

zarldev/claude

Skill Claude CodeCodex

Go concurrency patterns - goroutine lifecycle management, channels, sync primitives, worker pools, and errgroup. Use when writing concurrent code, managing goroutines, or debugging race conditions.

2 6mo ago A 40 tokens

go-error-handling

07

zarldev/claude

Skill Claude CodeCodex

Go error handling patterns - wrapping with fmt.Errorf, sentinel errors, error chain design, context cancellation via select, and boundary logging. Use when writing, reviewing, or refactoring error handling in Go code.

2 6mo ago A 46 tokens

go-interfaces

08

zarldev/claude

Skill Claude CodeCodex

Go interface design - consumer-side definition, small interfaces, composition, and satisfaction checks. Use when designing abstractions, defining contracts, or refactoring dependencies.

2 6mo ago A 35 tokens

go-naming

09

zarldev/claude

Skill Claude CodeCodex

Go naming conventions - scope-based variable naming, receivers, constants, errors, and method naming. Use when naming things in Go code or reviewing naming choices.

2 6mo ago A 35 tokens

go-testing

10

zarldev/claude

Skill Claude CodeCodex

Go testing patterns - table-driven tests, fakes over mocks, contract testing, synctest for time. Use when writing tests, creating test fixtures, or setting up test infrastructure.

2 6mo ago A 40 tokens

go-types

11

zarldev/claude

Skill Claude CodeCodex

Go type design - semantic types, pointer rules, type aliases vs new types, useful zero values. Use when designing data structures, choosing between pointer and value types, or reviewing type usage.

2 6mo ago A 41 tokens

migrate

12

zarldev/claude

Skill Claude CodeCodex

Create or run database migrations with Goose.

2 6mo ago A 10 tokens

onboard

13

zarldev/claude

Skill Claude CodeCodex

Deep exploration and analysis of a task before implementation - requirements, dependencies, risks.

2 6mo ago A 18 tokens

pkg-usage

14

zarldev/claude

Skill Claude CodeCodex

Shared package usage patterns - options, zsync, cache, filesystem, zlog, messagebus, docstore. Use when importing shared packages or choosing the right utility from pkg/.

2 6mo ago A 40 tokens

proto

15

zarldev/claude

Skill Claude CodeCodex

Generate and validate Protocol Buffer code using buf.

2 6mo ago A 10 tokens

react-tailwind

16

zarldev/claude

Skill Claude CodeCodex

React and Tailwind v4 patterns - theme-aware colors, component composition, shadcn/ui, loading/error/empty states. Use when building or styling React components.

2 6mo ago A 38 tokens

review

17

zarldev/claude

Skill Claude CodeCodex

Code review against Go style guide - error handling, naming, interfaces, testing.

2 6mo ago A 17 tokens

zarldev/claude

Skill Claude CodeCodex

Systematic debugging methodology - root cause first, no blind fixes, four-phase framework. Use when debugging issues, investigating bugs, or when fixes keep failing.

2 6mo ago A 36 tokens

test

19

zarldev/claude

Skill Claude CodeCodex

Run Go tests with coverage and race detection.

2 6mo ago A 10 tokens