backend▌
581 indexed skills · max 10 per page
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
python-best-practices
0xbigboss/claude-code · Backend
Type-first Python development using dataclasses, discriminated unions, NewType, and Protocol to make illegal states unrepresentable. \n \n Define data models and function signatures before implementation; use frozen dataclasses, Literal-based discriminated unions, and NewType for domain primitives to prevent invalid states at type-check time \n Leverage Protocol for structural typing, TypedDict for external data shapes, and exhaustive pattern matching with match statements to catch incomplete lo
mastering-typescript
spillwavesolutions/mastering-typescript-skill · Backend
Enterprise-grade TypeScript development with type-safe patterns, modern tooling, and framework integration. \n \n Covers TypeScript 5.9+ fundamentals including generics, mapped types, conditional types, and the satisfies operator for type validation \n Includes framework-specific guidance for React, NestJS, and LangChain.js with practical code examples and type-safe patterns \n Provides enterprise patterns for error handling, runtime validation with Zod, and API contract design \n Addresses mode
backend-code-review
langgenius/dify · Backend
Use this skill whenever the user asks to review, analyze, or improve backend code (e.g., .py) under the api/ directory. Supports the following review modes:
logo-generator
kostja94/marketing-skills · Backend
Guides logo placement and implementation for brand recall and navigation. Logo placement affects user orientation and conversion.
flutter-interoperating-with-native-apis
flutter/skills · Backend
$23
openai-whisper-api
steipete/clawdis · Backend
Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint. Set OPENAI_BASE_URL to use an OpenAI-compatible proxy or local gateway.
clean-ddd-hexagonal
ccheney/robust-skills · Backend
$22
serverless-architecture
aj-geddes/useful-ai-prompts · Backend
Serverless architecture enables building complete applications without managing servers. Design event-driven, scalable systems using managed compute services, databases, and messaging systems. Pay only for actual usage with automatic scaling.