backend▌
581 indexed skills · max 10 per page
polymarket-api
agentmc15/polymarket-trader · Backend
Complete integration guide for Polymarket's CLOB and Gamma APIs with order execution and market data. \n \n Covers three authentication levels (public market data, signer key derivation, authenticated trading) with endpoints for orderbooks, pricing, positions, and order management \n Includes Python client patterns for market data fetching, limit order placement, WebSocket subscriptions, and real-time updates via py_clob_client library \n Supports four order types (GTC, GTD, FOK, IOC) with price
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
wp-rest-api
wordpress/agent-skills · Backend
Register, validate, and debug WordPress REST API endpoints with schema enforcement and permission controls. \n \n Covers route registration via register_rest_route() and WP_REST_Controller subclasses, custom field exposure through register_rest_field and meta registration, and CPT/taxonomy REST exposure via show_in_rest \n Enforces schema validation, argument sanitization, and permission callbacks; supports cookie + nonce, application passwords, and custom auth plugins \n Includes triage workflo
fastapi-development
aj-geddes/useful-ai-prompts · Backend
Create fast, modern Python APIs using FastAPI with async/await support, automatic API documentation, type validation using Pydantic, dependency injection, JWT authentication, and SQLAlchemy ORM integration.
express-rest-api
pluginagentmarketplace/custom-plugin-nodejs · Backend
Production-ready REST API development with Express.js, covering routing, middleware, validation, and error handling. \n \n Supports standard HTTP methods (GET, POST, PUT, DELETE) with RESTful route design patterns and centralized error handling \n Includes middleware patterns for authentication, validation, CORS, security headers, and request logging \n Provides structured project organization (controllers, routes, services, models) and common response formats with pagination support \n Covers e
rust-expert-best-practices-code-review
wispbit-ai/skills · Backend
Simple, pragmatic, opinionated. Only what matters for writing production-grade Rust 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.
gog-cli
intellectronica/agent-skills · Backend
A fast, script-friendly CLI for Google Workspace services with JSON-first output and multi-account support.
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