backend▌
581 indexed skills · max 10 per page
typescript-best-practices
jwynia/agent-skills · Backend
Guide AI agents in writing high-quality TypeScript code. This skill provides coding standards, architecture patterns, and tools for analysis and scaffolding.
google-search-console
kostja94/marketing-skills · Backend
Guides analysis of Google Search Console (GSC) data: performance metrics, indexing, sitemaps, Core Web Vitals, and rich results. Covers best practices for monthly monitoring and actionable insights.
python-expert-best-practices-code-review
wispbit-ai/skills · Backend
Simple, pragmatic, opinionated. Only what matters for writing production-grade python code.
java-springboot
github/awesome-copilot · Backend
Comprehensive best practices guide for building production-ready Spring Boot applications. \n \n Covers project structure, dependency injection patterns, and configuration management including externalized config, type-safe properties, and environment profiles \n Details web layer design with RESTful APIs, DTOs, validation, and global exception handling \n Addresses service layer statelessness, transaction management, and data access patterns using Spring Data JPA with custom queries and project
fastapi-python
mindrally/skills · Backend
Expert guidance for building high-performance FastAPI APIs with async best practices and clean Python patterns. \n \n Covers FastAPI fundamentals, Pydantic v2 validation, async/await patterns, and dependency injection for scalable backend development \n Emphasizes functional programming, early returns, guard clauses, and RORO (Receive an Object, Return an Object) pattern for maintainable code \n Includes error handling strategies, middleware design, caching optimization, and performance tuning f
fastapi-expert
jeffallan/claude-skills · Backend
Production-grade async Python REST APIs with FastAPI, Pydantic V2, and SQLAlchemy async operations. \n \n Covers REST endpoint design, Pydantic V2 schema validation, async database CRUD, and dependency injection patterns \n Includes JWT authentication, OAuth2 flows, and authorization strategies with secure token management \n Provides WebSocket endpoint setup, OpenAPI/Swagger documentation generation, and async testing with pytest and httpx \n Enforces type hints, async/await patterns, and prope
django-expert
jeffallan/claude-skills · Backend
Expert Django and DRF implementation with ORM optimization, serializers, viewsets, and JWT authentication. \n \n Designs Django models with proper indexes, relationships, and managers; handles migrations and schema verification \n Optimizes ORM queries using select_related and prefetch_related to prevent N+1 problems \n Builds DRF serializers with validation, viewsets with permissions, and async views for Django 5.0 \n Configures JWT authentication, role-based permissions, and Django admin custo
backend-architect
sickn33/antigravity-awesome-skills · Backend
Expert guidance for designing scalable APIs, microservices, and distributed backend systems. \n \n Covers API design patterns (REST, GraphQL, gRPC, WebSockets), service boundaries using domain-driven design, and inter-service communication strategies (synchronous and asynchronous) \n Includes resilience patterns (circuit breakers, retries, timeouts), observability architecture (logging, metrics, distributed tracing), and security patterns (OAuth, JWT, RBAC, rate limiting) \n Provides event-drive
python-expert
shubhamsaboo/awesome-llm-apps · Backend
Senior Python developer expertise for writing clean, efficient, and well-documented code. \n \n Covers correctness, type safety, performance, and style across eight detailed rule categories with examples \n Enforces type hints, dataclasses, proper error handling, and PEP 8 compliance as core practices \n Includes a code review checklist spanning logic, types, edge cases, security, and testing \n Provides a structured development process prioritizing design, type safety, and correctness before op
backend-development
mrgoonie/claudekit-skills · Backend
Comprehensive backend development guidance covering modern languages, frameworks, APIs, security, and production patterns. \n \n Covers multiple language and framework choices (Node.js/NestJS, Python/FastAPI, Go, Rust) with decision matrices for selecting the right stack \n Includes security best practices aligned with OWASP Top 10 2025, authentication patterns (OAuth 2.1, JWT, RBAC), and input validation strategies \n Addresses scalability and performance through caching, database optimization,