tag

backend

581 indexed skills · max 10 per page

skills (581)

java-add-graalvm-native-image-support

github/awesome-copilot · Backend

0

Automate GraalVM native image configuration, build, and error resolution for Java applications. \n \n Detects project structure (Maven/Gradle) and framework (Spring Boot, Quarkus, Micronaut) to apply framework-specific native image setup \n Adds GraalVM Native Build Tools plugins with appropriate configuration profiles and iteratively resolves build errors \n Handles common native image issues including reflection, resource access, JNI, and dynamic proxy configuration through generated metadata

python-mcp-server-generator

github/awesome-copilot · Backend

0

Complete Python MCP server project generator with tools, resources, and proper configuration. \n \n Scaffolds a new Python project using uv with MCP SDK, proper directory structure, and .gitignore \n Supports both stdio (local) and streamable-http (remote) transport types with optional host, port, and stateless mode configuration \n Generates decorated tools, resources, and prompts with automatic schema generation from type hints and docstrings \n Includes comprehensive error handling, async/awa

nodejs-backend-patterns

wshobson/agents · Backend

0

Production-ready Node.js backend patterns with Express/Fastify, middleware, authentication, and database integration. \n \n Covers layered architecture (controllers, services, repositories), dependency injection, and microservices design with TypeScript \n Includes middleware patterns for authentication, validation, rate limiting, and request logging with practical examples \n Provides custom error handling, global error handlers, and async error wrappers for robust error management \n Supports

rust-best-practices

apollographql/skills · Backend

0

Idiomatic Rust coding standards based on Apollo GraphQL's best practices handbook. \n \n Covers nine core areas: coding styles and idioms, clippy linting, performance optimization, error handling, testing patterns, generics and dispatch, type state pattern, documentation, and pointer safety \n Emphasizes borrowing over cloning, Result-based error handling with thiserror/anyhow, and performance profiling with release builds \n Includes quick reference guidance on ownership patterns, panic avoidan

mcp-copilot-studio-server-generator

github/awesome-copilot · Backend

0

Generate complete MCP server implementations optimized for Copilot Studio with Power Platform connector standards. \n \n Produces all required files (apiDefinition.swagger.json, apiProperties.json, script.csx, and MCP server code) following Power Platform connector structure with x-ms-agentic-protocol: mcp-streamable-1.0 support \n Enforces Copilot Studio schema constraints: no reference types, single-type fields only, primitive types, and full URI endpoints to ensure compatibility \n Generates

python-pro

jeffallan/claude-skills · Backend

0

Type-safe, async-first Python 3.11+ code generation with strict validation and comprehensive testing. \n \n Generates fully type-annotated code with mypy strict mode validation, dataclasses, and modern Python patterns (3.10+ union syntax, async/await) \n Includes pytest test suite generation with fixtures, parametrization, and mocking; enforces >90% code coverage \n Validates output with black formatting and ruff linting; provides structured error handling and logging configuration \n Covers asy

django-tdd

affaan-m/everything-claude-code · Backend

0

Comprehensive TDD guide for Django with pytest, factory_boy, and DRF API testing. \n \n Covers the red-green-refactor cycle with pytest configuration, test settings, and conftest fixtures for models, views, and API endpoints \n Factory Boy patterns for creating test data, including sequences, relationships, and post-generation hooks \n Model, view, serializer, and API ViewSet testing strategies with real code examples for CRUD operations and filtering \n Mocking and patching techniques for exter

typescript-advanced-types

wshobson/agents · Backend

0

Advanced TypeScript type system patterns for building type-safe, reusable components and utilities. \n \n Covers five core concepts: generics with constraints, conditional types with inference, mapped types for property transformation, template literal types for string patterns, and built-in utility types \n Includes six advanced patterns: type-safe event emitters, API clients, builder patterns, deep readonly/partial, form validation, and discriminated unions for robust type narrowing \n Demonst

google-search-browser-use

grasseed/google-search-browser-use · Backend

0

Google searches via real browser sessions, extracting live results while reusing logged-in credentials to minimize CAPTCHAs. \n \n Launches Google searches in real browser mode to leverage existing user sessions and reduce bot detection blocks \n Provides commands to inspect search results, click through to individual pages, and extract content summaries with source citations \n Includes fallback to Jina AI text extraction if browser parsing encounters difficulties \n Requires browser-use instal

python-anti-patterns

wshobson/agents · Backend

0

Common Python anti-patterns to catch during code review and debugging. \n \n Covers 14+ anti-patterns across infrastructure, architecture, error handling, resources, type safety, and testing with before/after code examples \n Includes a quick review checklist and summary table for fast reference during code reviews \n Focuses on practical fixes: centralized retry logic, DTOs, repository pattern, specific exception handling, and async-native libraries \n Emphasizes validation at API boundaries, c

prevpage 48 / 59next