backend▌
581 indexed skills · max 10 per page
web-scraping
mindrally/skills · Backend
Web scraping and data extraction using Python tools for static, dynamic, and large-scale content. \n \n Supports static sites via requests and BeautifulSoup, dynamic content via Selenium and Playwright, and large-scale extraction via Scrapy and firecrawl \n Includes specialized tools for AI-powered extraction (jina), structured queries (agentQL), and complex automation workflows (multion) \n Built-in guidance on rate limiting, robots.txt compliance, error handling, session management, and pagina
django-rest-framework
thebushidocollective/han · Backend
Master Django REST Framework for building robust, scalable RESTful APIs with proper serialization and authentication.
godot-gdscript-patterns
wshobson/agents · Backend
Production-ready GDScript patterns for Godot 4 game architecture, state management, and performance optimization. \n \n Covers seven core patterns: state machines, autoload singletons, resource-based data, object pooling, component systems, scene management, and save systems with complete working examples \n Includes best practices for signal-based decoupling, static typing, caching node references, and avoiding allocations in hot paths \n Demonstrates performance optimization techniques like ob
jsdoc-typescript-docs
patricio0312rev/skills · Backend
Create comprehensive inline documentation for TypeScript codebases.
google-image-search
glebis/claude-skills · Backend
Search for images using Google Custom Search API with intelligent scoring and LLM-based selection.
python-development
skillcreatorai/ai-agent-skills · Backend
Python 3.12+ development with FastAPI, Django, async patterns, and production tooling. \n \n Covers modern project structure, type hints with generics, and async/await patterns for I/O-bound operations \n Includes FastAPI patterns for building APIs with dependency injection, Pydantic models, and async request handlers \n Demonstrates testing strategies using pytest, async test fixtures, and mocking for async functions \n Recommends ruff for linting, mypy in strict mode, and pathlib for file oper
backend-to-frontend-handoff-docs
davila7/claude-code-templates · Frontend
No Chat Output: Produce the handoff document only. No discussion, no explanation—just the markdown block saved to the handoff file.
logo-creator
resciencelab/opc-skills · Backend
AI-powered logo design with iterative refinement, background removal, and SVG export. \n \n Guides users through discovery (style, ratio, colors) before generating 20 initial logo variations using AI image generation \n Includes batch generation, HTML preview gallery, and iterative feedback loops to refine designs across multiple rounds \n Provides post-processing tools: automatic whitespace cropping, background removal via remove.bg API, and vectorization to SVG format \n Requires three API key
rust-engineer
jeffallan/claude-skills · Backend
Writes, reviews, and debugs idiomatic Rust code with memory safety and zero-cost abstractions. \n \n Handles ownership patterns, lifetime annotation, borrowing design, and trait hierarchies with generics and associated types \n Implements async/await applications with tokio, concurrent task spawning, and proper error propagation via Result/Option \n Enforces validation through cargo clippy, rustfmt, and comprehensive testing (unit, integration, doctests) \n Minimizes unsafe code with documented
effective-go
openshift/hypershift · Backend
Apply best practices and conventions from the official Effective Go guide to write clean, idiomatic Go code.