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
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
java-dev
doccker/cc-use-exp · Backend
参考来源: Google Java Style Guide、阿里巴巴 Java 开发手册
api-fuzzing-bug-bounty
sickn33/antigravity-awesome-skills · Backend
api-fuzzing-bug-bounty
twitter-algorithm-optimizer
composiohq/awesome-claude-skills · Backend
Analyze and rewrite tweets to maximize reach using Twitter's open-source recommendation algorithms. \n \n Applies Real-graph, SimClusters, TwHIN, and Tweepcred models to identify optimization opportunities and explain algorithmic ranking decisions \n Identifies engagement signals (likes, replies, retweets, bookmarks) and negative signals (blocks, reports, mutes) that affect tweet distribution \n Rewrites tweets to trigger specific engagement patterns, target community resonance, and strengthen t
python-testing-patterns
wshobson/agents · Backend
Comprehensive testing strategies for Python using pytest, fixtures, mocking, and test-driven development. \n \n Covers unit, integration, functional, and performance testing with the AAA pattern (Arrange, Act, Assert) for test structure \n Includes 10 fundamental and advanced patterns: basic tests, fixtures with setup/teardown, parameterization, mocking, exception handling, async testing, monkeypatching, temporary files, custom fixtures, and property-based testing \n Provides test design princip
mojo-python-interop
modular/skills · Backend
mojo-python-interop
google-news
outsharp/shipp-skills · Backend
Google News is a free news aggregator that collects headlines from thousands of publishers around the world. Google exposes its feeds via public RSS 2.0 endpoints that require no authentication or API key.
apify-influencer-discovery
apify/agent-skills · Backend
Discover and evaluate influencers across Instagram, Facebook, YouTube, and TikTok using Apify Actors. \n \n Routes discovery requests to 15+ specialized Actors covering profile scraping, hashtag search, engagement analysis, and niche discovery across all major platforms \n Dynamically fetches Actor schemas via mcpc to determine required inputs and available output fields before execution \n Supports three export modes: inline chat display, CSV, or JSON file output with customizable result counts
golang-lint
samber/cc-skills-golang · Backend
Persona: You are a Go code quality engineer. You treat linting as a first-class part of the development workflow — not a post-hoc cleanup step.