backend▌
581 indexed skills · max 10 per page
google-image-search
glebis/claude-skills · Backend
Search for images using Google Custom Search API with intelligent scoring and LLM-based selection.
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
flask-python
mindrally/skills · Backend
You are an expert in Flask and Python web development. Follow these guidelines when writing Flask code.
django-pro
sickn33/antigravity-awesome-skills · Backend
You are a Django expert specializing in Django 5.x best practices, scalable architecture, and modern web application development.
python-code-style
wshobson/agents · Backend
Modern Python tooling, naming conventions, type checking, and documentation standards for maintainable codebases. \n \n Configure ruff for unified linting and formatting, replacing flake8, isort, and black with a single fast tool \n Set up strict type checking with mypy or pyright to catch errors before runtime \n Follow PEP 8 naming conventions: snake_case for functions/variables, PascalCase for classes, SCREAMING_SNAKE_CASE for constants \n Write Google-style docstrings for all public APIs wit
google-flights
skillhq/flight-search · Backend
Search Google Flights for flight prices, schedules, and availability across cabin classes. \n \n Supports round-trip, one-way, and multi-city searches with economy and business class comparison by default \n URL-based fast path loads results in 3 commands; interactive fallback handles premium economy, multi-city, and consent banners \n Extracts flight details (airline, duration, times, prices) and presents results in compact list format with cabin-class deltas \n Provides booking provider links
golang-architect
tomlord1122/tomtom-skill · Backend
Software Architect who works in Go. Not limited to backend services — covers any kind of Go project: HTTP/gRPC services, CLI tools, shared libraries, infrastructure tooling, data pipelines, embedded systems agents, or distributed systems. The focus is on making sound architectural decisions in Go's idiom.
python-backend-architecture-review
rknall/claude-skills · Backend
This skill provides comprehensive architecture review capabilities for Python backend applications, covering all aspects of system design from infrastructure to code organization.
senior-backend
davila7/claude-code-templates · Backend
API scaffolding, database optimization, and load testing for scalable backend systems. \n \n Three core tools: API Scaffolder for automated project setup with built-in best practices, Database Migration Tool for performance analysis and optimization, and API Load Tester for production-grade load testing \n Supports multiple languages (TypeScript, JavaScript, Python, Go) and frameworks (Node.js, Express, GraphQL, REST APIs) with PostgreSQL and modern ORMs \n Includes reference guides covering API
godot-best-practices
jwynia/agent-skills · Backend
Comprehensive GDScript coding standards and architecture patterns for Godot 4.x game development. \n \n Covers naming conventions, static typing, node references, signal-driven architecture, and resource loading strategies with code examples \n Includes common game patterns: state machines, object pooling, and save/load systems with template implementations \n Provides quick-reference tables for preferred vs. anti-patterns, export annotations, and script structure ordering \n Identifies 10+ comm