backend▌
581 indexed skills · max 10 per page
express-typescript
mindrally/skills · Backend
You are an expert in Express.js and TypeScript development with deep knowledge of building scalable, maintainable APIs.
google-flights
skillhq/flight-search · Backend
Search Google Flights for flight prices, schedules, and availability across cabin classes. \n \n Supports round-trip, one-way, and multi-city searches with economy and business class comparison by default \n URL-based fast path loads results in 3 commands; interactive fallback handles premium economy, multi-city, and consent banners \n Extracts flight details (airline, duration, times, prices) and presents results in compact list format with cabin-class deltas \n Provides booking provider links
typescript-magician
mcollina/skills · Backend
Advanced TypeScript type design, generic resolution, and strict typing for complex type challenges. \n \n Eliminates any types by crafting precise generics, conditional types, and type guards tailored to your codebase \n Handles complex inference patterns including template literal types, mapped types, branded types, and utility type composition \n Diagnoses and resolves TypeScript compiler errors by identifying root causes (unsound inference, missing constraints, implicit any ) and validating f
java-dev
doccker/cc-use-exp · Backend
参考来源: Google Java Style Guide、阿里巴巴 Java 开发手册
google-chat-api
jezweb/claude-skills · Backend
Build Google Chat bots, webhooks, and interactive forms with Cards v2, Spaces/Members/Reactions APIs, and bearer token verification. \n \n Supports two integration modes: incoming webhooks for one-way notifications and HTTP endpoints for interactive bots with button clicks and form submissions \n Cards v2 with Markdown and HTML formatting, 15+ widget types (text, buttons, inputs, date pickers), and 100-widget-per-card limit \n Spaces API for creating/listing/searching spaces, Members API for man
godot-shaders-basics
thedivergentai/gd-agentic-skills · Backend
Fragment/vertex shaders, uniforms, and built-in variables define custom visual effects.
typescript-unit-testing
bmad-labs/skills · Backend
Unit testing validates individual functions, methods, and classes in isolation by mocking all external dependencies.
golang-backend-development
manutej/luxor-claude-marketplace · Backend
$23
golang
saisudhir14/golang-agent-skill · Backend
$22
fastapi
fastapi/fastapi · Backend
FastAPI best practices and conventions for clean, modern API development. \n \n Use Annotated for all parameter and dependency declarations to maintain type safety, reusability, and compatibility with other contexts \n Declare return types or response models on path operations to enable automatic validation, filtering, serialization, and OpenAPI documentation \n Use async def only when calling async code with await ; default to regular def for blocking operations to avoid event loop blocking \n