backend▌
581 indexed skills · max 10 per page
dataverse-python-advanced-patterns
github/awesome-copilot · Backend
Production-ready Dataverse SDK patterns with error handling, batch operations, and optimization techniques. \n \n Demonstrates exponential backoff retry logic for transient errors, batch CRUD operations with error recovery, and OData query optimization using filters, selects, expands, and paging with correct logical names \n Covers table metadata creation and inspection, custom column definitions with IntEnum option sets, and cache flushing strategies when schema changes \n Includes configuratio
api-documentation
supercent-io/skills-template · Backend
Generate comprehensive API documentation from OpenAPI specs, code comments, and interactive examples. \n \n Supports OpenAPI/Swagger specification generation with full schema definitions, request/response examples, and security schemes \n Includes JSDoc and decorator-based documentation extraction from TypeScript/Express codebases for automatic spec generation \n Provides Swagger UI integration for interactive API exploration with try-it-out functionality \n Covers authentication patterns, pagin
javascript-sdk
inferen-sh/skills · Backend
JavaScript/TypeScript SDK for running AI apps, building agents, and integrating 150+ models. \n \n Supports running AI apps with basic execution, fire-and-forget, and streaming progress modes; includes automatic file upload and stateful sessions to keep workers warm across calls \n Agent SDK enables both template-based agents from your workspace and ad-hoc agents with custom tools, system prompts, and temperature control \n Tool builder API provides four tool types: client tools (run in your cod
java-docs
github/awesome-copilot · Backend
Javadoc best practices for documenting Java types, methods, and members. \n \n Public and protected members require Javadoc comments; package-private and private members are encouraged, especially for complex code \n Use standard tags: @param for parameters, @return for return values, @throws for exceptions, @see for cross-references, and @since for version tracking \n First sentence serves as summary description and should end with a period; parameter descriptions start lowercase without period
algorithmic-art
aiskillstore/marketplace · Backend
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms).
rust-daily
actionbook/rust-skills · Backend
Version: 2.1.0 | Last Updated: 2025-01-27
google-serper-search
shuliuzhenhua-sys/google-serper-search · Backend
Use scripts/serper_search.py to call the Serper API and return JSON search results.
api-docs-generator
patricio0312rev/skills · Backend
Create comprehensive API documentation with OpenAPI specifications and interactive documentation.
godot-debugging
zate/cc-godot · Backend
You are a Godot debugging expert with deep knowledge of common errors, debugging techniques, and troubleshooting strategies.
dbos-python
dbos-inc/agent-skills · Backend
Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows.