integration▌
62 indexed skills · max 10 per page
aws-rds-spring-boot-integration
giuseppe-trisciuoglio/developer-kit · Cloud
Production-ready AWS RDS configuration patterns for Spring Boot applications with Aurora, MySQL, and PostgreSQL. \n \n Supports Aurora MySQL, Aurora PostgreSQL, and standard MySQL/PostgreSQL with datasource configuration, HikariCP connection pooling, and SSL encryption \n Includes environment-specific profiles (dev/prod), Flyway database migrations, and read/write endpoint splitting for read-heavy workloads \n Provides security patterns using environment variables and AWS Secrets Manager integra
api-integration-specialist
davila7/claude-code-templates · Backend
Production-ready patterns for authenticating, transforming, and reliably integrating third-party APIs. \n \n Covers authentication methods including API keys, OAuth 2.0, and JWT with secure credential management \n Provides structured error handling, exponential backoff retry logic, and client-side rate limiting with configurable windows \n Includes webhook verification via HMAC signatures, request/response transformation, and pagination handling patterns \n Demonstrates REST client patterns, ti
langchain4j-spring-boot-integration
giuseppe-trisciuoglio/developer-kit · AI/ML
Spring Boot auto-configuration and declarative AI services for LangChain4j integration. \n \n Provides property-based configuration for multiple AI providers (OpenAI, Azure, Ollama) with Spring Boot starters and automatic bean wiring \n Enables interface-based AI service definitions using @AiService annotations combined with message templates and Spring dependency injection \n Supports RAG systems through configurable embedding stores (pgvector, Neo4j, Pinecone) and document ingestion pipelines
third-party-integration
aj-geddes/useful-ai-prompts · Productivity
Build robust integrations with external services using standardized patterns for API calls, error handling, authentication, and data transformation.
viem-integration
uniswap/uniswap-ai · Productivity
Integrate EVM blockchains using viem for TypeScript/JavaScript applications.
stripe-integration
sickn33/antigravity-awesome-skills · Productivity
Stripe payment processing with checkout sessions, subscriptions, webhooks, and customer management. \n \n Supports three payment flows: hosted Checkout Sessions (fastest setup), custom Payment Intents with Stripe.js (full UI control), and Setup Intents for saving payment methods without charging \n Includes subscription management with Products, Prices, and recurring billing, plus customer portal for self-service subscription changes \n Provides webhook handling for critical events (payment succ
mapbox-web-integration-patterns
mapbox/mapbox-agent-skills · Productivity
Production-ready integration patterns for Mapbox GL JS across React, Vue, Svelte, Angular, and vanilla JavaScript. \n \n Covers framework-specific lifecycle management (useEffect/useRef in React, mounted/unmounted in Vue, onMount/onDestroy in Svelte, ngOnInit/ngOnDestroy in Angular) with proper cleanup to prevent memory leaks \n Includes Web Components pattern for framework-agnostic reusable map elements and cross-framework compatibility \n Provides token management via environment variables, Se
hubspot-integration
davila7/claude-code-templates · Productivity
$21
swap-integration
uniswap/uniswap-ai · Productivity
Integrate Uniswap swaps into frontends, backends, and smart contracts. \n \n Three integration methods: Trading API (recommended for most use cases), Universal Router SDK (direct control), and smart contract integration via encoded commands \n Supports multiple routing types including CLASSIC AMM swaps, UniswapX Dutch auctions (V2/V3), MEV-protected priority orders, and wrap/unwrap operations across all supported chains \n Critical implementation details: spread quote responses into request bodi
creating-oracle-to-postgres-migration-integration-tests
github/awesome-copilot · Testing
Generates integration test cases for data access artifacts in a single target project. Tests validate behavior consistency when running against Oracle or PostgreSQL.