backend▌
581 indexed skills · max 10 per page
winmd-api-search
github/awesome-copilot · Backend
Search and explore Windows desktop APIs with full type signatures and members. \n \n Indexes Windows Platform SDK, WinAppSDK, NuGet packages, and project-output WinMD files; Platform SDK and WinAppSDK are available immediately on fresh clones without restore or build \n Two workflows: discover mode for finding the right API by capability keywords, and lookup mode for retrieving exact methods, properties, events, and enum values of known types \n Requires .NET SDK 8.0+ and a one-time cache genera
django-security
affaan-m/everything-claude-code · Backend
Django security best practices covering authentication, authorization, CSRF, SQL injection, and XSS prevention. \n \n Provides production-ready settings configurations including HTTPS enforcement, secure cookies, HSTS headers, and password validation with minimum 12-character requirements \n Covers authentication patterns: custom user models, Argon2 password hashing, session management, and role-based access control (RBAC) \n Includes authorization strategies: Django permissions, custom permissi
openapi-spec-generation
wshobson/agents · Backend
Generate, maintain, and validate OpenAPI 3.1 specifications for RESTful APIs. \n \n Supports design-first, code-first, and hybrid approaches with templates for complete specs, FastAPI/Python generation, and TypeScript/Express decorators \n Includes reusable components for schemas, parameters, responses, and security schemes to minimize duplication across endpoints \n Provides Spectral and Redocly validation rules to enforce naming conventions, security requirements, and documentation standards \
go-documentation
cxuu/golang-skills · Backend
See assets/doc-template.go when writing doc comments for a new package or exported type and need a complete reference of all documentation conventions.
backend-developer
404kidwiz/claude-supercode-skills · Backend
Provides comprehensive expertise in server-side application development across multiple frameworks, languages, and deployment strategies. Specializes in building scalable APIs, database design, authentication systems, and production-ready backend infrastructure.
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.
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.