backend▌
581 indexed skills · max 10 per page
django-tdd
affaan-m/everything-claude-code · Backend
Comprehensive TDD guide for Django with pytest, factory_boy, and DRF API testing. \n \n Covers the red-green-refactor cycle with pytest configuration, test settings, and conftest fixtures for models, views, and API endpoints \n Factory Boy patterns for creating test data, including sequences, relationships, and post-generation hooks \n Model, view, serializer, and API ViewSet testing strategies with real code examples for CRUD operations and filtering \n Mocking and patching techniques for exter
google-search-browser-use
grasseed/google-search-browser-use · Backend
Google searches via real browser sessions, extracting live results while reusing logged-in credentials to minimize CAPTCHAs. \n \n Launches Google searches in real browser mode to leverage existing user sessions and reduce bot detection blocks \n Provides commands to inspect search results, click through to individual pages, and extract content summaries with source citations \n Includes fallback to Jina AI text extraction if browser parsing encounters difficulties \n Requires browser-use instal
python-anti-patterns
wshobson/agents · Backend
Common Python anti-patterns to catch during code review and debugging. \n \n Covers 14+ anti-patterns across infrastructure, architecture, error handling, resources, type safety, and testing with before/after code examples \n Includes a quick review checklist and summary table for fast reference during code reviews \n Focuses on practical fixes: centralized retry logic, DTOs, repository pattern, specific exception handling, and async-native libraries \n Emphasizes validation at API boundaries, c
typescript-e2e-testing
bmad-labs/skills · Backend
Complete E2E and integration testing for TypeScript/NestJS projects with real Docker infrastructure and GWT pattern. \n \n Supports six guided workflows: setup, writing, reviewing, running, debugging, and optimizing E2E tests \n Tests against real services (PostgreSQL, MongoDB, Redis, Kafka) via Docker; never mocks infrastructure \n Enforces Given-When-Then pattern, test isolation, and specific assertions across all test cases \n Includes technology-specific helpers, rules, and examples for Kafk
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
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
gog
steipete/clawdis · Backend
CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs via Google Workspace API. \n \n Covers six Google services with commands for searching/sending emails, managing calendar events with color support, querying Drive, listing contacts, and reading/updating Sheets \n Gmail operations include search, send (plain/HTML/multi-line), draft creation, and reply handling; supports multiple input methods (inline, file, stdin) \n Calendar commands create, update, and list events with ISO date ranges a
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.