> skillshub-team/catalog-batch5
> Airflow Cloud Providers
Connect Airflow to AWS, GCP, and cloud services with official providers.
> Ansible Automation
Server provisioning and configuration management with Ansible playbooks, roles, and inventories.
> Ansible Roles & Best Practices
Organize Ansible automation with roles, variables, templates, and Ansible Vault.
> Apache Airflow DAGs
Orchestrate data pipelines with Airflow. TaskFlow API, sensors, XCom, and scheduling.
> Apache HTTP Server
Configure Apache httpd: virtual hosts, SSL, mod_rewrite, reverse proxy, and .htaccess.
> Apache Kafka with Node.js
Event streaming with KafkaJS. Producers, consumers, consumer groups, and exactly-once semantics.
> Apache Performance Tuning
Optimize Apache with compression, caching, MPM tuning, and security hardening.
> Apache Spark with PySpark
Large-scale data processing with PySpark DataFrames, SQL, UDFs, and window functions.
> Astro Content Collections
Manage content in Astro with type-safe collections, MDX, and static generation.
> Astro Framework
Content-focused web framework. Islands architecture, zero JS by default, multi-framework support.
> AutoGen Multi-Agent
Build conversational multi-agent systems with Microsoft AutoGen.
> Bun + Hono API
Build fast APIs with Bun runtime and Hono framework.
> Bun Runtime
Fast JavaScript/TypeScript runtime. Built-in bundler, test runner, and package manager.
> Chai Assertion Library
Expressive BDD assertions with Chai expect/should for JavaScript testing.
> Cloudflare Workers
Deploy serverless functions at the edge with Cloudflare Workers. KV, D1, R2, and Durable Objects.
> CMake Testing & CTest
C++ unit testing with CMake, Google Test, and Catch2.
> Conan C++ Package Manager
Manage C++ dependencies with Conan 2.x. Install, create, and publish C++ packages.
> CrewAI Multi-Agent
Build collaborative AI agent teams with CrewAI. Roles, tasks, and crew orchestration.
> Dagger CI/CD
Write CI/CD pipelines as code with Dagger. Portable, testable pipelines in TypeScript/Python/Go.
> Dagger with GitHub Actions
Run Dagger CI/CD pipelines in GitHub Actions for portable, testable builds.
> Deno Fresh Framework
Build full-stack web apps with Fresh on Deno. Islands, routes, and zero runtime overhead.
> Deno Runtime
Server-side TypeScript with Deno. Built-in TypeScript, permissions, std library, and fresh framework.
> Email Service Patterns
Transactional email patterns: templates, queuing, delivery tracking, and provider abstraction.
> Event-Driven Architecture
Design patterns for event-driven systems: event sourcing, CQRS, sagas, and message-based microservices.
> GitHub Copilot Agent Skills
Build custom skills for GitHub Copilot agents with SKILL.md configuration.
> Hono on Cloudflare Workers
Build APIs with Hono web framework on Cloudflare Workers.
> LangGraph Agent Workflows
Build stateful multi-step AI agent workflows with LangGraph. Graphs, nodes, conditional edges.
> Message Queue Patterns
Common messaging patterns: work queues, pub/sub, routing, RPC, and dead letter handling.
> Mocha Integration Testing
HTTP API and database integration testing with Mocha and chai-http.
> Mocha Test Framework
JavaScript/TypeScript testing with Mocha. BDD/TDD style describe/it blocks, hooks, and async tests.
> Modern CMake
Build C/C++ projects with modern CMake 3.20+ best practices. Targets, FetchContent, presets.
> Nix Development Environments
Reproducible development environments with Nix flakes and nix-shell.
> Nix Dev Shells with direnv
Auto-activate reproducible dev environments with Nix flakes and direnv.
> NixOS Configuration
Configure NixOS systems declaratively. Services, packages, networking, and users.
> Nuxt 3 Framework
Full-stack Vue.js with Nuxt 3. SSR, SSG, file-based routing, server API routes, and auto-imports.
> OAuth 2.0 & JWT Auth
JWT token authentication with access/refresh tokens, middleware, and social login integration.
> Observability Stack
Set up Grafana, Prometheus, and Loki for metrics, logs, and tracing.
> OpenID Connect (OIDC)
OIDC authentication with Authorization Code + PKCE flow for web apps and SSO.
> OpenTelemetry for Node.js
Distributed tracing and metrics with OpenTelemetry in Node.js applications.
> Pinia State Management
Vue 3 state management with Pinia stores, getters, actions, and persistence.
> Prisma Advanced Patterns
Prisma transactions, raw queries, middleware, and performance optimization.
> Prisma ORM
Type-safe database access with Prisma. Schema definition, migrations, queries, and relations.
> Pulumi AWS Infrastructure
Deploy AWS resources with Pulumi TypeScript: Lambda, S3, DynamoDB, API Gateway.
> Pulumi Infrastructure as Code
Define cloud infrastructure with TypeScript/Python using Pulumi. AWS, GCP, Azure resources.
> PWA Offline-First Data
Build offline-first apps with IndexedDB local storage and background sync.
> PWA Push Notifications
Send web push notifications to PWA users even when the app is closed.
> PWA Service Worker
Build offline-capable web apps with service workers and caching strategies.
> PWA Web App Manifest
Configure installable PWAs with web app manifest, icons, and install prompts.
> PWA with Workbox
Production-grade PWA caching with Google Workbox and Vite PWA plugin.
> RabbitMQ with Node.js
Message queuing with RabbitMQ using amqplib. Task queues, pub/sub, dead letter queues.
> Remix Data Loading
Server-side data loading with Remix loaders, actions, and progressive enhancement.
> Remix Framework
Full-stack React framework with nested routing, data loading, form actions, and progressive enhancement.
> SAML 2.0 Single Sign-On
Enterprise SAML SSO with service provider setup, assertion validation, and IdP integration.
> SendGrid Email Service
Send transactional and marketing emails with SendGrid. Templates, dynamic content, and webhooks.
> Sinon.js Test Doubles
Spies, stubs, mocks, and fake timers with Sinon.js for JavaScript testing.
> Spark Structured Streaming
Real-time stream processing from Kafka, files, and sockets with Spark.
> Stripe Payments Integration
Accept payments with Stripe. Checkout sessions, subscriptions, webhooks, and customer management.
> Stripe Subscriptions
Manage recurring payments with Stripe subscriptions, billing portal, and metered billing.
> Supabase Backend
Build backends with Supabase: auth, database, storage, edge functions, and real-time subscriptions.
> Supabase Edge Functions
Deploy serverless functions at the edge with Supabase and Deno.
> Supabase Row Level Security
Secure Supabase data with PostgreSQL Row Level Security policies.
> Svelte 5 Runes
Svelte 5 reactivity with $state, $derived, $effect runes and component patterns.
> SvelteKit API Routes
Build server APIs and form handling in SvelteKit with load functions and actions.
> SvelteKit Framework
Full-stack Svelte framework with file-based routing, SSR, load functions, and form actions.
> Tauri App Setup
Bootstrap Tauri v2 desktop apps with Rust backend and web frontend. Cross-platform desktop development.
> Tauri Auto-Updater
Ship OTA updates for Tauri desktop apps with built-in updater and code signing.
> Tauri Multi-Window Apps
Create and manage multiple windows in Tauri desktop applications.
> Tauri Plugins & System Access
Use Tauri plugins for filesystem, dialogs, notifications, and system tray. Extend desktop app functionality.
> Tauri State & Events
Manage shared state and bidirectional events between Rust and frontend in Tauri apps.
> tRPC End-to-End Typesafe APIs
Build typesafe APIs without REST/GraphQL. Shared types between server and client.
> tRPC Middleware & Auth
Add authentication, rate limiting, and error handling middleware to tRPC routers.
> Turborepo Configuration
Configure Turborepo workspace: package boundaries, shared configs, and remote caching.
> Turborepo Monorepo
Manage JavaScript/TypeScript monorepos with Turborepo. Caching, task pipelines, and workspace management.
> Vercel AI SDK
Build AI-powered apps with the Vercel AI SDK. Streaming, tool calling, and React hooks.
> Vuetify 3 Components
Material Design component library for Vue 3 with data tables, forms, and theming.