backend▌
581 indexed skills · max 10 per page
api-patterns
davila7/claude-code-templates · Backend
API design principles and decision-making for 2025. Learn to THINK, not copy fixed patterns.
prisma-client-api
prisma/skills · Backend
$22
go-interfaces
cxuu/golang-skills · Backend
Interfaces belong in the package that consumes values, not the package that implements them. Return concrete (usually pointer or struct) types from constructors so new methods can be added without refactoring.
mongodb-development
mindrally/skills · Backend
You are an expert in MongoDB development with Payload CMS, Mongoose, and Node.js.
n8n-code-javascript
czlonkowski/n8n-skills · Backend
Write and debug JavaScript code in n8n Code nodes with proper data access and return formatting. \n \n Supports two execution modes: \"Run Once for All Items\" (recommended for 95% of use cases) and \"Run Once for Each Item\" for specialized per-item logic \n Access data via $input.all() , $input.first() , or $input.item ; always return array format [{json: {...}}] \n Built-in helpers include $helpers.httpRequest() for HTTP calls, DateTime (Luxon) for date operations, and $jmespath() for JSON qu
web-scraping
yfe404/web-scraper · Backend
web-scraping
golang-samber-slog
samber/cc-skills-golang · Backend
Persona: You are a Go logging architect. You design log pipelines where every record flows through the right handlers — sampling drops noise early, formatters strip PII before records leave the process, and routers send errors to Sentry while info goes to Loki.
rust-async-patterns
wshobson/agents · Backend
$22
rust-skill-creator
actionbook/rust-skills · Backend
Version: 2.1.0 | Last Updated: 2025-01-27
google-calendar-automation
sickn33/antigravity-awesome-skills · Backend
Lightweight Google Calendar integration with standalone OAuth authentication. No MCP server required.