Marketplace

Find the right skill for the job.

Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.

Start with the job to be done
1102 results
Run DevOps · DevOps
Page 4 of 46
SkillHub ClubRun DevOps

system-setup

Validates and configures dependencies for JUCE audio plugin development. Checks for Python, build tools, CMake, JUCE, and pluginval with automated or guided installation options. Saves configuration to system-config.json for use by other skills in the Plugin Freedom System.

A 7.6
DevOpsIntegration
system-setupdependency-managementjuce-developmentonboarding
162
rank 76
hot 96
SkillHub ClubRun DevOps

gitops-workflow

Provides concrete implementation steps for GitOps workflows using ArgoCD and Flux CD. Includes installation commands, repository structure examples, sync policies, and progressive delivery patterns. Covers both basic setup and advanced features like secret management and troubleshooting.

A 8.3
DevOpsFull Stack
gitopskubernetesargocdflux
141
rank 83
hot 96
SkillHub ClubRun DevOps

aws-solution-architect

Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora, and cost optimization.

A 8.9
Full StackBackendDevOps
5.8K
rank 89
hot 99
SkillHub ClubRun DevOps

media-processing

This skill provides command-line wrappers for FFmpeg and ImageMagick to handle video, audio, and image processing tasks. It includes format conversion, encoding, resizing, filtering, and batch operations with clear examples for common workflows.

A 8.8
DevOps
media-processingffmpegimagemagickvideo-encoding
1.9K
rank 88
hot 99
SkillHub ClubRun DevOps

devops

Provides concrete commands and patterns for deploying applications across Cloudflare Workers, Docker containers, and Google Cloud Platform. Includes platform selection guidance, quick start examples, and reference materials for each service. Focuses on practical implementation with specific CLI commands and configuration examples.

A 8.8
DevOps
cloud-deploymentinfrastructure-as-codemulti-cloudcontainerization
1.9K
rank 88
hot 99
SkillHub ClubRun DevOps

activitypub-release

This skill provides a detailed guide for managing releases of the WordPress ActivityPub plugin. It covers both major/minor and patch release workflows, including automated changelog generation via Jetpack Changelogger, version bumping, and GitHub release creation. It's a specialized tool for maintaining a specific open-source project.

A 7.9
DevOpsIntegration
release-managementchangelogwordpress-pluginversion-control
565
rank 79
hot 99
SkillHub ClubRun DevOps

app-store-changelog

This skill automates App Store release note creation by analyzing git commits since the last tag. It filters out technical commits like refactoring and build scripts, then groups user-facing changes into benefit-focused bullet points suitable for store listings.

A 7.5
DevOps
release-notesgit-changelogapp-storeautomation
305
rank 75
hot 99
SkillHub ClubRun DevOps

aws-sdk-java-v2-s3

Provides practical code examples for Amazon S3 operations using AWS SDK for Java 2.x. Covers bucket management, object uploads/downloads, multipart transfers, presigned URLs, and client configuration with retry logic. Includes best practices for performance, security, and error handling.

A 8.3
DevOpsBackendSecurity
awsjavas3storage
171
rank 83
hot 96
SkillHub ClubRun DevOps

svelte-deployment

This skill provides quick reference commands and configuration snippets for deploying SvelteKit applications. It covers adapters for static sites, Node.js, and Cloudflare, plus guidance on library authoring and PWA setup. It includes specific gotchas for Cloudflare deployment and version compatibility notes.

A 8.0
FrontendDevOps
sveltedeploymentvitepwa
192
rank 80
hot 97
SkillHub ClubRun DevOps

building-with-multi-cloud

This skill provides concrete guidance for deploying Kubernetes across six major cloud providers. It focuses on the key insight that only cluster provisioning differs between clouds, while application deployment remains identical. Includes cost comparisons, CLI commands, and decision frameworks for choosing providers based on budget and needs.

A 8.2
DevOps
kubernetesmulti-clouddevopscloud-providers
159
rank 82
hot 96
SkillHub ClubRun DevOps

run-tests

This skill intelligently runs minimal test suites for code changes in the Datadog Python tracer project. It analyzes modified files, maps them to test suites via patterns, selects only necessary Python environments, and executes tests with Docker service management. It prevents running all tests unnecessarily, saving developer time during iteration.

A 8.4
TestingFull StackDevOps
test-automationci-cdpython-testingintegration-tests
141
rank 84
hot 96
SkillHub ClubRun DevOps

hybrid-cloud-networking

Provides configuration guidance for connecting on-premises infrastructure to AWS, Azure, and GCP using VPN and dedicated connections. Includes Terraform examples, network patterns, routing setup, and security practices for hybrid cloud deployments.

A 8.2
DevOpsSecurity
hybrid-cloudnetworkingvpnterraform
141
rank 82
hot 96
SkillHub ClubRun DevOps

optimization-phase

Validates production readiness through performance benchmarking, accessibility audits, security reviews, and code quality checks. Use after implementation phase completes, before deployment, or when conducting quality gates for features. (project)

A 8.4
Full StackDevOpsSecurity
71
rank 84
hot 93
SkillHub ClubRun DevOps

test-staging-branch

A comprehensive guide for automated end-to-end testing of Vercel preview deployments using Chrome automation with Gmail OTP login, featuring token-efficient patterns and security best practices.

A 7.5
TestingDevOpsSecurity
end-to-end-testingvercelchrome-automationci-cd
207
rank 75
hot 97
SkillHub ClubRun DevOps

postgres-pro

A specialized PostgreSQL database expert that handles administration, performance tuning, replication, and backups. It uses standard PostgreSQL tools like psql and pg_dump to analyze configurations, optimize queries, set up monitoring, and implement high-availability solutions based on concrete performance targets.

A 8.6
DevOpsBackend
postgresqldatabase-optimizationperformance-tuningbackup-recovery
43
rank 86
hot 90
SkillHub ClubRun DevOps

multi-cloud-architecture

Provides a decision framework and patterns for designing applications across AWS, Azure, and GCP. Includes service comparison tables, multi-cloud patterns, cost optimization strategies, and migration phases. Helps avoid vendor lock-in and select best-of-breed services.

A 8.2
DevOps
multi-cloudarchitectureawsazure
141
rank 82
hot 96
SkillHub ClubRun DevOps

moai-foundation-quality

Enterprise code quality orchestrator that validates code against TRUST 5 framework (Testable, Readable, Unified, Secured, Trackable). Provides proactive analysis, automated best practices enforcement, and integrates with CI/CD pipelines. Supports 25+ programming languages with Context7 integration for real-time standards validation.

A 8.5
DevOpsTestingIntegration
code-qualityci-cdcode-reviewtesting
56
rank 85
hot 92
SkillHub ClubRun DevOps

aws-sdk-java-v2-lambda

Provides concrete Java code examples for AWS Lambda operations using SDK v2, covering invocation patterns, function management, Spring Boot integration, and error handling. Includes synchronous/asynchronous calls, typed responses, and configuration examples.

A 8.0
DevOpsBackendIntegration
aws-lambdajava-sdkserverlessspring-integration
171
rank 80
hot 96
SkillHub ClubRun DevOps

building-with-dapr

Provides detailed guidance for building Dapr-based microservices, covering sidecar architecture, building blocks, actors, and workflows. Includes concrete code examples for service invocation, state management, pub/sub, and error handling. Clearly defines when to use and when to avoid this approach.

A 8.3
BackendFull StackDevOps
daprmicroserviceskubernetesdistributed-systems
159
rank 83
hot 96
SkillHub ClubRun DevOps

k8s-security-policies

Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or enforcing pod security standards.

A 8.4
Full StackDevOpsSecurity
141
rank 84
hot 96
SkillHub ClubRun DevOps

proof-composer

Validates entire engineering proof chain. Verifies architecture, backend maps, backend code, standardization, frontend types, infrastructure topology all compose correctly. This is the final DEPLOYMENT GATE - deployment blocked if proof chain invalid. Use when engineering thread completes all actions.

A 8.3
Full StackFrontendBackend
141
rank 83
hot 96
SkillHub ClubRun DevOps

moai-lang-typescript

This skill provides detailed guidance for TypeScript 5.9+ development with React 19 and Next.js 16. It covers modern patterns like satisfies operator, deferred modules, server components, and type-safe APIs with tRPC. Includes practical examples for testing, environment setup, and deployment configurations.

A 8.8
Full StackFrontendBackend
typescriptreactnextjsfullstack
56
rank 88
hot 92
SkillHub ClubRun DevOps

cross-platform-guardian

This skill audits dotfiles repositories for cross-platform compatibility issues across macOS and Linux. It scans for hardcoded paths, platform-specific assumptions, and missing architecture support in Nix flakes. Provides concrete fixes and includes test scripts to verify builds work on all target systems.

A 8.1
DevOpsTesting
cross-platformcompatibility-checknix-flakeci-testing
189
rank 81
hot 97
SkillHub ClubRun DevOps

moai-lang-javascript

A specialized JavaScript development assistant covering ES2024+ features, Node.js 22 LTS, Bun, Deno, and modern tooling like Vitest and ESLint 9. Provides ready-to-use code examples for backend frameworks (Express, Fastify, Hono), testing patterns, and deployment configurations including Docker.

A 8.9
Full StackBackendDevOps
javascriptnodejsbackendeslint
841
rank 89
hot 99
Previous
Page 4 of 46
Next