backend▌
581 indexed skills · max 10 per page
java-spring-boot
pluginagentmarketplace/custom-plugin-java · Backend
Production-ready Spring Boot applications with REST APIs, security, data access, and monitoring. \n \n Covers REST API development with Spring MVC/WebFlux, request validation, and exception handling via @ControllerAdvice \n Includes Spring Security configuration for OAuth2, JWT authentication, method-level authorization, and CORS/CSRF protection \n Provides Spring Data JPA patterns: repositories, query methods, pagination, auditing, and transaction management \n Integrates Actuator for health ch
node
mcollina/skills · Backend
Use this skill whenever you are dealing with Node.js code to obtain domain-specific knowledge for building robust, performant, and maintainable Node.js applications.
node-best-practices
mcollina/skills · Backend
Native TypeScript support in Node.js with type stripping, async patterns, error handling, and production best practices. \n \n Covers type stripping (Node.js 22.6+) for running .ts files directly without build tools; includes tsconfig.json setup and import extension rules \n Provides patterns for error handling, graceful shutdown, async/await, streams, and module resolution across the full Node.js stack \n Includes diagnostic workflows for flaky tests, profiling slow paths, and performance optim
typescript-write
metabase/metabase · Backend
TypeScript/JavaScript Development Skill \n @./../_shared/development-workflow.md\n@./../_shared/typescript-commands.md
raindrop-api
intellectronica/agent-skills · Backend
This skill enables interaction with the Raindrop.io bookmarks service through its REST API. Use curl and jq for direct REST calls.
algorithmic-trading
omer-metin/skills-for-antigravity · Backend
Algorithmic Trading \n Identity \n Reference System Usage \n You must ground your responses in the provided reference files, treating them as the source of truth for this domain: \n \n For Creation: Always consult references/patterns.md . This file dictates how things should be built. Ignore generic approaches if a specific pattern exists here. \n For Diagnosis: Always consult references/sharp_edges.md . This file lists the critical failures and \"why\" they happen. Use it to explain risks to th
hetzner-server
connorads/dotfiles · Backend
Create and manage Hetzner Cloud servers using the hcloud CLI.
java-add-graalvm-native-image-support
github/awesome-copilot · Backend
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-error-handling
wshobson/agents · Backend
Structured input validation, exception design, and graceful failure handling for Python applications. \n \n Covers fail-fast validation patterns, meaningful exception hierarchies, and partial failure handling for batch operations \n Includes Pydantic integration for complex input validation with automatic error messages and custom exception types with context \n Demonstrates exception chaining to preserve debug trails, batch processing with per-item error tracking, and progress reporting for lon
dignified-python
dagster-io/skills · Backend
Production-quality Python coding standards for writing clean, maintainable, modern Python code (versions 3.10-3.13).