actions▌
12 indexed skills · max 10 per page
convex-http-actions
waynesutton/convexskills · Productivity
HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications. \n \n Supports multiple HTTP methods and path matching with dynamic route parameters via pathPrefix for flexible endpoint design \n Handles diverse request types including JSON bodies, form data, raw bytes, and file uploads with built-in storage integration \n Includes webhook signature verification patterns for Stripe, GitHub, and Clerk with examples for secure event processing \n Provides authenti
github-actions-templates
wshobson/agents · Productivity
Production-ready GitHub Actions workflow templates for testing, building, and deploying applications. \n \n Includes four core workflow patterns: testing with matrix builds, Docker image building and pushing, Kubernetes deployment, and multi-OS/multi-version matrix builds \n Covers security scanning with Trivy and Snyk, reusable workflows for DRY CI/CD, and deployment approvals with environment protection rules \n Provides best practices including dependency caching, secret management, specific