backend▌
581 indexed skills · max 10 per page
fastapi-code-review
existential-birds/beagle · Backend
These are idiomatic FastAPI patterns that may appear problematic but are correct:
google-veo
inference-sh/skills · Backend
Generate videos with Google Veo models via inference.sh CLI.
godot-asset-generator
jwynia/agent-skills · Backend
Generate game assets using AI image generation APIs and prepare them for use in Godot 4.x. This skill covers the complete art pipeline from concept to Godot-ready sprites.
rust-trait-explorer
zhanghandong/rust-skills · Backend
Explore Rust trait implementations and find all types implementing a trait or traits implemented by a type. \n \n Supports two primary queries: find all implementors of a trait using LSP goToImplementation , or discover all traits implemented by a struct using grep pattern matching \n Generates structured output including trait definitions, implementation tables, code snippets, and implementation hierarchies \n Provides coverage analysis to verify all trait methods are implemented and identifies
muapi-cinema-director
samuraigpt/generative-media-skills · Backend
A specialized skill for AI Agents to direct high-fidelity cinematic video. The Cinema Director skill translates high-level creative intent into technical cinematographic directives for state-of-the-art video models (Veo3, Kling, Luma).
java-concurrency
pluginagentmarketplace/custom-plugin-java · Backend
Master Java concurrency patterns for thread-safe applications.
jimeng-api-image-gen
wvlvik/toy-skills · Backend
Generate high-quality AI images using Volcengine's Jimeng 4.0 API with text prompts or image inputs.
python-performance-optimization
wshobson/agents · Backend
Profile and optimize Python code using cProfile, memory profilers, and performance best practices. \n \n Covers CPU profiling with cProfile, line-by-line profiling with line_profiler, memory tracking with memory_profiler, and production profiling with py-spy \n Includes 20+ optimization patterns: list comprehensions, generators, string concatenation, dictionary lookups, NumPy vectorization, caching, multiprocessing, and async I/O \n Provides database optimization techniques including batch opera
apify-ecommerce
apify/agent-skills · Backend
Extract product data, prices, reviews, and seller information from 50+ e-commerce marketplaces. \n \n Three workflow modes: Products & Pricing (price tracking, competitor analysis), Customer Reviews (sentiment analysis, quality issues), and Seller Intelligence (vendor discovery via Google Shopping) \n Supports Amazon (20+ regions), Walmart, eBay, IKEA, Costco, and European retailers; input via product URLs, category URLs, or keyword search \n Optional AI-powered analysis generates insights
modern-python
trailofbits/skills · Backend
Modern Python project setup with uv, ruff, and ty for Python 3.11+. \n \n Replaces pip, Poetry, black, flake8, mypy, and pre-commit with faster, simpler alternatives from the Astral team \n Covers new project creation, dependency management via uv add / uv remove , and linting/formatting/type-checking workflows \n Includes migration paths from legacy tooling (requirements.txt, setup.py, flake8+black+isort, mypy/pyright) \n Provides decision tree for single-file scripts (PEP 723), simple projects