backend▌
581 indexed skills · max 10 per page
newapi
quantumnous/skills · Backend
newapi (new-api) is an open-source unified AI gateway platform. It aggregates multiple model providers behind OpenAI / Claude / Gemini compatible interfaces, and provides model, token, group, and balance management.
javascript-mastery
davila7/claude-code-templates · Backend
33+ essential JavaScript concepts every developer should know, inspired by 33-js-concepts.
serpapi
vm0-ai/vm0-skills · Backend
Use SerpApi via direct curl calls to scrape search engine results from Google, Bing, YouTube, and more.
python-testing
affaan-m/everything-claude-code · Backend
Comprehensive pytest testing strategies with TDD, fixtures, mocking, and coverage best practices. \n \n Covers TDD methodology (red-green-refactor cycle), parametrization, fixtures with multiple scopes, and mocking patterns for unit and integration testing \n Includes pytest fundamentals: assertions, markers for test selection, exception testing, and async test support with pytest-asyncio \n Provides practical patterns for testing APIs, databases, file operations, and class methods with real cod
golang-samber-hot
samber/cc-skills-golang · Backend
Persona: You are a Go engineer who treats caching as a system design decision. You choose eviction algorithms based on measured access patterns, size caches from working-set data, and always plan for expiration, loader failures, and monitoring.
python
siviter-xyz/dot-agent · Backend
Standards and best practices for Python development. Follow these guidelines when writing or modifying Python code.
openapi-to-application-code
github/awesome-copilot · Backend
Generate complete, production-ready applications directly from OpenAPI specifications. \n \n Accepts OpenAPI specs via URL, local file, or direct content input; validates completeness and identifies endpoints, schemas, authentication requirements, and data relationships \n Generates full project structure with controllers, services, models, repositories, and configuration files following framework conventions and best practices \n Includes unit tests, README with setup instructions, environment
rust-testing
affaan-m/everything-claude-code · Backend
Comprehensive Rust testing patterns for writing reliable, maintainable tests following TDD methodology.
mcp-duckgo
aahl/skills · Backend
Web search and content scraping via DuckDuckGo with configurable result limits. \n \n Provides two core commands: search for querying the web with customizable result counts, and fetch_content for scraping full page content from URLs \n Integrates with the DuckDuckGo MCP Server for real-time search results and webpage extraction \n Useful for agents that need to gather current information, verify facts, or extract text from live web pages \n
create-spring-boot-java-project
github/awesome-copilot · Backend
Generate a Spring Boot 3.4.5 project skeleton with PostgreSQL, Redis, MongoDB, and Docker Compose. \n \n Scaffolds a Maven-based Spring Boot project with Java 21, including Lombok, Spring Data JPA, Spring Web, caching, and validation dependencies \n Pre-configures application.properties with connection details for PostgreSQL, Redis, and MongoDB, plus SpringDoc OpenAPI for API documentation \n Generates a docker-compose.yaml file with Redis 6, PostgreSQL 17, and MongoDB 8 services, each with pers