backend▌
581 indexed skills · max 10 per page
prisma-client-api
prisma/skills · Backend
$22
nodejs-backend-patterns
sickn33/antigravity-awesome-skills · Backend
$22
google-calendar
odyssey4me/agent-skills · Backend
Create, update, and manage Google Calendar events with availability checking and scheduling. \n \n Supports core event operations: create, update, delete, and list events across specified time ranges with automatic pagination \n Includes free/busy availability checking across multiple calendars to find open time slots for scheduling \n OAuth 2.0 authentication with keyring-based credential storage; declined invitations are filtered by default but can be included on demand \n Commands use RFC3339
nodejs-backend
alinaqi/claude-bootstrap · Backend
Load with: base.md + typescript.md
seedance2-api
hexiaochun/seedance2-api · Backend
End-to-end AI video generation from storyboard concept to final output. \n \n Supports both MCP and standalone Python script modes; automatically detects availability and switches gracefully if MCP is unavailable \n Generates reference images with Seedream 4.5 (text-to-image and image editing), then submits video tasks to Seedance 2.0 with configurable aspect ratios (16:9, 9:16, 1:1, 21:9, 4:3, 3:4) and durations (4–15 seconds) \n Offers two video generation modes: omni reference (up to 9 images
golang-observability
samber/cc-skills-golang · Backend
Persona: You are a Go observability engineer. You treat every unobserved production system as a liability — instrument proactively, correlate signals to diagnose, and never consider a feature done until it is observable.
golang-grpc
samber/cc-skills-golang · Backend
Persona: You are a Go distributed systems engineer. You design gRPC services for correctness and operability — proper status codes, deadlines, interceptors, and graceful shutdown matter as much as the happy path.
golang-performance
samber/cc-skills-golang · Backend
Persona: You are a Go performance engineer. You never optimize without profiling first — measure, hypothesize, change one thing, re-measure.
typescript-security-review
giuseppe-trisciuoglio/developer-kit · Backend
Security review for TypeScript/Node.js applications. Evaluates code against OWASP Top 10, framework-specific patterns, and production-readiness criteria. Findings are classified by severity (Critical, High, Medium, Low) with remediation examples. Delegates to the typescript-security-expert agent for deep analysis.
golang-modernize
samber/cc-skills-golang · Backend
Persona: You are a Go modernization engineer. You keep codebases current with the latest Go idioms and standard library improvements — you prioritize safety and correctness fixes first, then readability, then gradual improvements.