backend▌
581 indexed skills · max 10 per page
pdftk-server
github/awesome-copilot · Backend
Command-line PDF manipulation covering merging, splitting, encryption, form filling, watermarking, and metadata extraction. \n \n Supports 12+ operations including merge, split, rotate, encrypt/decrypt, burst, stamp, watermark, and repair \n Fill PDF forms from FDF/XFDF data with optional flattening to lock filled fields \n Extract and manipulate metadata, bookmarks, and embedded files; collate separately scanned pages \n Cross-platform installation via package managers (Windows, macOS, Linux) w
apify-trend-analysis
apify/agent-skills · Backend
Multi-platform trend discovery and tracking across Google Trends, Instagram, Facebook, YouTube, and TikTok. \n \n Supports 19 specialized Apify Actors covering search trends, hashtag tracking, engagement metrics, and viral content discovery across five major platforms \n Dynamically fetches Actor schemas using mcpc CLI to retrieve input parameters and output fields before execution \n Outputs results in three formats: quick chat display, CSV export, or JSON export with customizable result counts
python-type-safety
wshobson/agents · Backend
Static type checking with annotations, generics, protocols, and strict mode enforcement. \n \n Covers type annotations, generics with TypeVars, structural protocols, and type narrowing patterns for catching errors at analysis time \n Includes modern syntax (Python 3.10+ union types), bounded type variables, and generic repository patterns for type-safe APIs \n Provides configuration guidance for mypy strict mode and incremental adoption strategies for existing codebases \n Demonstrates 10 fundam
jest-typescript
bobmatnyc/claude-mpm-skills · Backend
Jest is the industry-standard testing framework with 70% market share, providing a mature, battle-tested ecosystem for TypeScript projects. It offers comprehensive testing capabilities with built-in snapshot testing, mocking, and coverage reporting.
setup-api-key
elevenlabs/skills · Backend
Interactive guide for obtaining and configuring an ElevenLabs API key. \n \n Checks for existing ELEVENLABS_API_KEY in environment or .env file and validates it before prompting for setup \n Walks users through account creation and key generation at elevenlabs.io, with clear copy-paste instructions \n Validates the provided key via API call to https://api.elevenlabs.io/v1/user and saves it to .env on success \n Requires internet access to elevenlabs.io and api.elevenlabs.io; retries validation o
agent-governance
github/awesome-copilot · Backend
Declarative policies, intent classification, and audit trails for controlling AI agent tool access and behavior. \n \n Composable governance policies define allowed/blocked tools, content filters, rate limits, and approval requirements — stored as configuration, not code \n Semantic intent classification detects dangerous prompts (data exfiltration, privilege escalation, prompt injection) before tool execution using pattern-based signals \n Tool-level governance decorator enforces policies at fu
go-mcp-server-generator
github/awesome-copilot · Backend
Generate production-ready Go MCP server projects with proper structure, dependencies, and typed tool implementations. \n \n Scaffolds complete Go module layout with official MCP SDK integration, including main server setup, tool registration, and graceful shutdown handling \n Provides typed tool handlers with JSON schema validation, structured inputs/outputs, and context-aware error handling \n Includes configuration management via environment variables, basic test structure, and README document
csharp-mcp-server-generator
github/awesome-copilot · Backend
Scaffold a production-ready C# MCP server with tools, logging, and proper configuration. \n \n Generates a complete .NET 8.0+ console application with Host builder pattern, DI configuration, and stdio transport setup \n Includes automatic tool discovery via WithToolsFromAssembly() , attribute-based tool definitions, and structured logging routed to stderr \n Provides example tool implementations with parameter validation, async support, and McpProtocolException error handling \n Covers project s
php-mcp-server-generator
github/awesome-copilot · Backend
Scaffold production-ready PHP MCP server projects with tools, resources, prompts, and tests. \n \n Generates complete project structure with composer.json, server.php, and PSR-4 autoloading configured for the official PHP SDK \n Supports three transport types (stdio, HTTP, or both) and includes attribute-based tool, resource, and prompt definitions with schema validation \n Provides templated examples for simple tools, validated parameters, enum-based operations, static resources, and dynamic re
python-sdk
inferen-sh/skills · Backend
Python SDK for building AI applications, agents, and integrations with 150+ inference.sh models. \n \n Supports sync and async execution with streaming progress updates, fire-and-forget task submission, and stateful sessions for warm worker continuity \n Agent SDK includes template agents, ad-hoc agent creation with custom tools, and built-in capabilities like web search, code execution, and image generation \n Tool builder API enables four tool types: client tools (run in your code), app tools