backend▌
581 indexed skills · max 10 per page
grepai-storage-gob
yoanbernabeu/grepai-skills · Backend
This skill covers using GOB (Go Binary) as the storage backend for GrepAI, the default and simplest option.
reddapi
lignertys/reddit-research-skill · Backend
Access Reddit's complete data archive through reddapi.dev's powerful API. This skill provides semantic search, subreddit discovery, and trend analysis capabilities.
python-code-review
existential-birds/beagle · Backend
These patterns are intentional and correct - do not report as issues:
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.
go-control-flow
cxuu/golang-skills · Backend
Read references/SWITCH-PATTERNS.md when using switch statements, type switches, or break with labels
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.
django-access-review
getsentry/skills · Backend
Find access control vulnerabilities by investigating how the codebase answers one question: