backend▌
581 indexed skills · max 10 per page
go-control-flow
cxuu/golang-skills · Backend
Read references/SWITCH-PATTERNS.md when using switch statements, type switches, or break with labels
django-access-review
getsentry/skills · Backend
Find access control vulnerabilities by investigating how the codebase answers one question:
go-functional-options
cxuu/golang-skills · Backend
Functional options is a pattern where you declare an opaque Option type that records information in an internal struct. The constructor accepts a variadic number of these options and applies them to configure the result.
backend-development
skillcreatorai/ai-agent-skills · Backend
backend-development
go-defensive
cxuu/golang-skills · Backend
When hardening code at API boundaries, check in this order:
alchemy-api
alchemyplatform/skills · Backend
Before the first network call or implementation step, you MUST ask the user the following question and wait for an explicit answer:
backend-to-frontend-handoff-docs
softaworks/agent-toolkit · Frontend
No Chat Output: Produce the handoff document only. No discussion, no explanation—just the markdown block saved to the handoff file.
typescript-expert
davila7/claude-code-templates · Backend
You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices.
go-error-handling
cxuu/golang-skills · Backend
In Go, errors are values — they are created by code and consumed by code.
senior-backend
alirezarezvani/claude-skills · Backend
REST API scaffolding, database optimization, and API load testing for backend systems. \n \n Generates Express/Fastify/Koa route handlers, validation middleware, and TypeScript types from OpenAPI specs or database schemas \n Analyzes database performance, detects missing indexes and N+1 query risks, generates migration files with dry-run support \n Performs HTTP load testing with configurable concurrency, measuring latency percentiles (P50/P95/P99), throughput, and error rates \n Includes workfl