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
1836 results
Run DevOps · All facets
Page 11 of 77
SkillHub ClubRun DevOps

discover-ebpf

A gateway skill that auto-detects eBPF-related work and provides access to four specialized eBPF skills: fundamentals, networking, security monitoring, and tracing. It uses progressive loading to avoid overwhelming users with unnecessary details upfront.

A 8.1
Full StackSecurity
ebpfkernelobservabilitysystem-programming
81
rank 81
hot 93
SkillHub ClubRun DevOps

deployment-engineer

This skill provides structured guidance for implementing and optimizing CI/CD pipelines. It covers deployment strategies like blue-green and canary, integrates with tools like Jenkins and ArgoCD, and includes checklists for metrics like deployment frequency and lead time. It focuses on automating rollbacks and ensuring zero-downtime releases.

A 8.3
DevOps
ci-cddeployment-automationgitopsrelease-management
43
rank 83
hot 90
SkillHub ClubRun DevOps

spring-boot-engineer

This skill acts as a specialized Spring Boot 3+ development assistant. It provides structured guidance for building microservices, implementing reactive patterns, and integrating with Spring Cloud. It includes checklists for architecture, testing, and deployment, and coordinates with other development agents for specific tasks.

A 7.8
BackendDevOpsTesting
spring-bootmicroservicesjava-developmentcloud-native
43
rank 78
hot 90
SkillHub ClubRun DevOps

just

This skill provides guidance for using 'just' as a command runner to automate project tasks. It advocates for Justfiles over Makefiles, emphasizes keeping recipes simple by delegating complex logic to external scripts, and includes practical examples for development, testing, and deployment workflows.

A 8.3
DevOpsFull StackTesting
task-automationcommand-runnerjustfilemakefile-alternative
37
rank 83
hot 90
SkillHub ClubRun DevOps

moai-platform-neon

Provides detailed guidance for using Neon's serverless PostgreSQL, covering branching, auto-scaling compute, connection pooling, and PITR. Includes complete code examples for API integration, branch management, and edge function deployment with Drizzle and Prisma ORMs.

A 8.6
DevOpsBackendIntegration
postgresqlserverlessdatabase-branchingedge-computing
838
rank 86
hot 99
SkillHub ClubRun DevOps

terraform-module-library

Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

A 7.8
Full StackDevOps
141
rank 78
hot 96
SkillHub ClubRun DevOps

using-tmux-for-interactive-commands

This skill enables programmatic control of interactive CLI tools like vim, git rebase, and REPLs using tmux detached sessions. It provides concrete patterns for sending keystrokes, capturing output, and managing sessions, solving the common problem of automating terminal applications that require real-time input.

A 7.8
DevOps
tmuxinteractive-cliautomationterminal-tools
141
rank 78
hot 96
SkillHub ClubRun DevOps

moai-lang-rust

Provides Rust 1.92+ development guidance focusing on Axum, Tokio, and SQLx for building memory-safe web services. Includes concrete code patterns for REST APIs, database operations, and async concurrency. Covers testing, deployment, and modern Rust features like async traits.

A 8.3
Full StackBackendDevOps
rustbackendweb-frameworkdatabase
56
rank 83
hot 92
SkillHub ClubRun DevOps

building-chat-interfaces

This skill provides patterns for integrating OpenAI's ChatKit with custom backends, focusing on authentication, context injection, and database persistence. It includes code examples for Python servers, React frontends, and Next.js proxy setups to handle JWT auth and user context.

A 7.9
FrontendBackendSecurity
chat-uireact-integrationauthenticationcontext-injection
159
rank 79
hot 96
SkillHub ClubRun DevOps

connect-mcp-server

Provides step-by-step guidance for connecting MCP servers to Claude Code via HTTP, stdio, and SSE transports. Covers installation, configuration, authentication, environment variables, and security considerations for integrating external services like GitHub, Notion, and databases.

A 8.6
IntegrationBackendFull Stack
mcpclaude-codeapi-integrationdev-tools
16
rank 86
hot 86
SkillHub ClubRun DevOps

notebooklm

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

C 6.2
Full StackSecurity
4.7K
rank 84
hot 99
SkillHub ClubRun DevOps

rollback-changes

Automates rollback of failed workflow phases by reading JSON change logs. Restores modified files from backups, deletes created files, reverts git commits, and cleans up artifacts. Includes confirmation prompts and handles partial failures with warnings.

A 8.0
DevOpsFull Stack
rollbackerror-recoveryworkflow-automationgit-operations
153
rank 80
hot 96
SkillHub ClubRun DevOps

phab

A CLI tool for Phabricator that handles task creation, revision management, and code review workflows directly from terminal. Provides search, filtering, and Git integration with auto-detection of branch changes. Supports multiple output formats including JSON for scripting.

A 8.3
DevOpsIntegration
phabricatorcli-toolcode-reviewtask-management
37
rank 83
hot 90
SkillHub ClubRun DevOps

security-audit-example

Example security audit skill demonstrating how to audit code for security vulnerabilities. Use when the user asks to perform security reviews, check for vulnerabilities, or audit code security.

A 7.8
Full StackSecurity
141
rank 78
hot 96
SkillHub ClubRun DevOps

moai-lang-python

This skill provides Python 3.13+ development guidance covering FastAPI, Django, async patterns, and pytest. It includes specific code examples for modern Python features like JIT compilation and GIL-free mode, along with production Docker and pyproject.toml configurations. The documentation is well-organized with clear trigger conditions and practical implementation patterns.

A 8.2
Full StackDevOpsTesting
pythonfastapidjangoasync
56
rank 82
hot 92
SkillHub ClubRun DevOps

software-crypto-web3

Provides concrete patterns for building smart contracts on Ethereum, Solana, and Cosmos. Includes decision trees for platform selection, security checklists, and deployment workflows. Covers testing, gas optimization, and upgrade patterns with specific tool commands.

A 8.3
Full StackDevOpsSecurity
blockchainsmart-contractsweb3solidity
42
rank 83
hot 90
SkillHub ClubRun DevOps

dev-dependency-management

Provides concrete guidance for managing dependencies across npm, pip, cargo, and Maven ecosystems. Includes decision trees, lockfile strategies, security scanning commands, and monorepo setup. Focuses on reproducible builds and avoiding dependency conflicts with specific commands and workflows.

A 8.3
DevOpsSecurity
dependency-managementpackage-managerlockfilesecurity-scanning
42
rank 83
hot 90
SkillHub ClubRun DevOps

testing-agents-with-subagents

This skill applies TDD principles to Claude agent development, enforcing a strict RED-GREEN-REFACTOR cycle before deployment. It provides concrete test categories, minimum test suite requirements, and clear failure documentation. The methodology prevents deploying untested agents that could fail in production.

A 8.0
TestingDevOps
agent-testingtest-driven-developmentquality-assuranceprompt-engineering
141
rank 80
hot 96
SkillHub ClubRun DevOps

sre-engineer

A comprehensive SRE expert skill with well-structured guidance on reliability engineering, covering SLO management, automation, incident response, and chaos testing with practical tool integration.

A 7.9
DevOpsTestingIntegration
site-reliabilityautomationmonitoringincident-management
43
rank 79
hot 90
SkillHub ClubRun DevOps

moai-tool-ast-grep

Integrates the ast-grep CLI for structural code search and transformation across 40+ languages. Enables pattern matching, security vulnerability detection, and automated refactoring using AST-based rules. Provides concrete examples for common use cases like finding console.log calls or detecting SQL injection patterns.

A 8.3
Full StackSecurity
code-searchrefactoringsecurity-scanningstatic-analysis
56
rank 83
hot 92
SkillHub ClubRun DevOps

build-engineer

This skill acts as a specialized build engineer, focusing on reducing compilation times and improving developer workflows. It provides structured guidance for analyzing build bottlenecks, configuring tools like webpack and Turbo, and implementing caching strategies. The skill includes specific checklists for performance targets and outlines integration points with other development roles.

A 8.2
DevOpsIntegration
build-optimizationdeveloper-productivitymonorepocaching
42
rank 82
hot 90
SkillHub ClubRun DevOps

claude-code-hooks

This skill provides a framework for creating event-driven hooks in Claude Code, enabling automation before and after tool execution. It includes templates for validating commands, formatting code, and auditing security, with clear environment variables and exit codes. It's designed for users who want to add guardrails and automated workflows to their Claude Code sessions.

A 8.1
DevOpsSecurity
claude-codeautomationhookssecurity
42
rank 81
hot 90
SkillHub ClubRun DevOps

package-audit

Provides CLI commands and workflows for scanning npm dependencies using pnpm audit and Snyk. Includes detailed examples for fixing vulnerabilities, CI integration, and automated dependency updates. Focuses on practical security checks before deployments.

A 8.4
SecurityDevOpsIntegration
npm-securityvulnerability-scandependency-auditci-security
20
rank 84
hot 87
SkillHub ClubRun DevOps

moai-lang-python

A specialized Python 3.13+ development assistant focused on modern web frameworks, async patterns, and testing. Provides concrete code examples for FastAPI, Django, and pytest with emphasis on production patterns like dependency injection, task groups, and Docker deployment.

A 8.1
Full StackDevOpsTesting
pythonfastapidjangoasync
841
rank 81
hot 99
Previous
Page 11 of 77
Next