backend▌
581 indexed skills · max 10 per page
go-packages
cxuu/golang-skills · Backend
When this skill does NOT apply: For naming individual identifiers within a package, see go-naming. For organizing functions within a single file, see go-functions. For configuring linters that enforce import rules, see go-linting.
api-security-best-practices
davila7/claude-code-templates · Backend
Guide developers in building secure APIs by implementing authentication, authorization, input validation, rate limiting, and protection against common vulnerabilities. This skill covers security patterns for REST, GraphQL, and WebSocket APIs.
tushare-api
daydreammy/tushare-openclaw-skill · Backend
Tushare Pro 是中国领先的金融数据平台,提供股票、基金、期货、债券、外汇、数字货币等全品类金融大数据。
modal-serverless-gpu
davila7/claude-code-templates · Backend
Comprehensive guide to running ML workloads on Modal's serverless GPU cloud platform.
backend-development
skillcreatorai/ai-agent-skills · Backend
backend-development
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.
go-defensive
cxuu/golang-skills · Backend
When hardening code at API boundaries, check in this order:
django-access-review
getsentry/skills · Backend
Find access control vulnerabilities by investigating how the codebase answers one question:
go-control-flow
cxuu/golang-skills · Backend
Read references/SWITCH-PATTERNS.md when using switch statements, type switches, or break with labels
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: