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 4 of 77
SkillHub ClubRun DevOps

git-workflow

This skill manages Git operations for spec-driven development workflows. It creates branches with naming conventions, generates conventional commits, and creates pull requests with spec-based templates. It integrates with specification and implementation phases, handles uncommitted changes gracefully, and provides clear user prompts for workflow decisions.

A 7.9
DevOpsFull Stack
git-workflowversion-controlspec-driven-developmentpull-requests
226
rank 79
hot 98
SkillHub ClubRun DevOps

auth-implementation-patterns

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.

A 8.6
Full StackSecurity
141
rank 86
hot 96
SkillHub ClubRun DevOps

constant-time-testing

Constant-time testing detects timing side channels in cryptographic code. Use when auditing crypto implementations for timing vulnerabilities.

A 8.3
Full StackSecurityTesting
3.7K
rank 83
hot 99
SkillHub ClubRun DevOps

Reviewing Code

A structured code review tool that evaluates changes across security, correctness, spec alignment, performance, and maintainability using a 100-point scoring system. It supports both sequential and parallel review strategies, provides clear issue prioritization (critical/important/nice-to-have), and generates detailed reports with fix recommendations. The tool references specific documentation files for context and includes templates for findings and fixes.

A 8.3
Full StackSecurity
code-reviewpr-reviewquality-assurancesoftware-engineering
499
rank 83
hot 99
SkillHub ClubRun DevOps

contract-testing

This skill provides consumer-driven contract testing for microservices using Pact. It defines clear workflows for consumer expectations, provider verification, and CI/CD integration to prevent breaking changes. Includes code examples for Pact contracts, breaking change detection with semver recommendations, and pipeline integration.

A 8.2
TestingBackendDevOps
contract-testingmicroservicesapi-testingpact
262
rank 82
hot 98
SkillHub ClubRun DevOps

cicd-pipeline-qe-orchestrator

A comprehensive CI/CD quality orchestration skill with excellent phase-based structure, clear quality gates, and adaptive strategies for different risk levels and application types.

A 8.1
TestingDevOps
cicdquality-gatestest-orchestrationshift-left
262
rank 81
hot 98
SkillHub ClubRun DevOps

performance-analysis

Detects performance bottlenecks in Claude Flow swarms across communication, processing, memory, and network layers. Provides actionable recommendations and auto-fix options. Generates detailed reports in multiple formats for analysis and comparison.

A 7.9
DevOps
performancebottleneck-detectionoptimizationmonitoring
262
rank 79
hot 98
SkillHub ClubRun DevOps

n8n-workflow-testing-fundamentals

Provides structured testing methods for n8n workflows, including validation, execution testing, and error handling. Offers code examples for common testing scenarios and coordination patterns for multi-agent testing.

A 7.7
TestingFull StackDevOps
n8nworkflow-testingautomationintegration-testing
260
rank 77
hot 98
SkillHub ClubRun DevOps

.claude

A zero-config preset that enforces code quality standards through automated formatting and linting using Oxlint+Oxfmt. Provides clear guidelines for modern JavaScript/TypeScript, React, async patterns, and security. Focuses on fixing common issues automatically while highlighting areas requiring manual review.

A 8.0
Full StackFrontendSecurity
code-formattinglintingtypescriptreact
2.7K
rank 81
hot 99
SkillHub ClubRun DevOps

testability-scoring

Automates testability scoring for web apps using 10 principles with Playwright. Generates JSON and HTML reports with radar charts, integrates with CI/CD, and optionally uses Vibium for stability metrics. Provides actionable improvement priorities based on weighted scores.

A 7.9
TestingDevOps
testability-assessmentplaywrightquality-metricsautomated-testing
262
rank 79
hot 98
SkillHub ClubRun DevOps

algorand-vulnerability-scanner

Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing Algorand projects (TEAL/PyTeal). (project, gitignored)

A 8.5
Full StackSecurity
3.7K
rank 85
hot 99
SkillHub ClubRun DevOps

semgrep

Run Semgrep static analysis for fast security scanning and pattern matching. Use when asked to scan code with Semgrep, write custom YAML rules, find vulnerabilities quickly, use taint mode, or set up Semgrep in CI/CD pipelines.

A 7.9
Full StackDevOpsSecurity
3.7K
rank 83
hot 99
SkillHub ClubRun DevOps

release

Provides a step-by-step checklist for releasing Claude Code plugins, focusing on version bumping, marketplace.json updates, and git tagging. Includes troubleshooting for common mistakes like forgetting to update marketplace catalog.

A 8.2
DevOpsFull StackIntegration
plugin-releaseversion-managementgit-workflowclaude-code
246
rank 82
hot 98
SkillHub ClubRun DevOps

AgentDB Performance Optimization

Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.

A 8.9
Full StackDevOps
141
rank 89
hot 96
SkillHub ClubRun DevOps

things-mac

This Skill provides CLI access to Things 3 on macOS for reading tasks from the local database and adding/updating via URL scheme. It covers common operations like listing inbox/today items, searching, and managing projects. The setup requires granting Full Disk Access and installing a Go binary. Write operations need an auth token, and deletion isn't directly supported.

A 7.6
Full StackBackendSecurity
task-managementmacos-clithings3automation
323.5K
rank 99
hot 99
SkillHub ClubRun DevOps

ci

A specialized skill for diagnosing and fixing CI/CD pipeline failures in GitHub Actions and GitLab CI. It analyzes build/test logs, distinguishes between implementation vs. test errors, and provides concrete fixes while preventing test tampering. Includes sub-agent escalation for complex cases.

A 8.4
DevOpsTesting
ci-cdtestingdebuggingautomation
280
rank 84
hot 98
SkillHub ClubRun DevOps

quality-gates

A comprehensive framework for implementing quality gates and approval workflows in multi-agent systems, providing battle-tested patterns for iterative refinement and user validation.

A 7.9
DevOpsFull StackTesting
workflow-automationquality-assuranceapproval-gatesiterative-development
245
rank 79
hot 98
SkillHub ClubRun DevOps

spring-boot-security-jwt

A comprehensive, production-ready Spring Boot JWT security implementation covering modern Spring Security 6.x patterns with excellent documentation and practical examples.

A 8.4
BackendSecurity
spring-bootjwtauthenticationspring-security
171
rank 84
hot 96
SkillHub ClubRun DevOps

django-developer

This skill provides a systematic workflow for Django 4+ development, covering architecture, ORM optimization, REST API creation, async views, and security. It includes checklists for testing, performance, and integrates with tools like pytest, Celery, and Docker for full-stack project guidance.

A 8.9
BackendFull StackDevOps
djangoapi-developmentpython-webdatabase-orm
43
rank 89
hot 90
SkillHub ClubRun DevOps

sveltia-cms

Set up Sveltia CMS - lightweight Git-backed CMS successor to Decap/Netlify CMS (300KB bundle, 270+ fixes). Framework-agnostic for Hugo, Jekyll, 11ty, Astro. Prevents 10 documented errors. Use when adding CMS to static sites, migrating from Decap CMS, or fixing OAuth, YAML parse, datetime timezone, GDPR font loading, or CORS/COOP errors.

A 8.4
Full StackSecurity
624
rank 84
hot 99
SkillHub ClubRun DevOps

az

This skill provides detailed guidance for using Azure CLI commands across multiple services including VMs, storage, networking, AKS, and Azure DevOps. It covers authentication, output formats, query filtering, and includes troubleshooting sections for common errors.

A 8.9
DevOps
azure-clicloud-managementdevopsinfrastructure
37
rank 89
hot 90
SkillHub ClubRun DevOps

cosmos-vulnerability-scanner

Scans Cosmos SDK blockchains for 9 consensus-critical vulnerabilities including non-determinism, incorrect signers, ABCI panics, and rounding errors. Use when auditing Cosmos chains or CosmWasm contracts. (project, gitignored)

A 8.2
Full StackSecurity
3.7K
rank 83
hot 99
SkillHub ClubRun DevOps

auditing-pre-release-security

Audits security and supply-chain risk between two git refs, 预发布安全审计

A 8.4
Full StackSecurity
2.3K
rank 84
hot 99
SkillHub ClubRun DevOps

wheels-refactoring

This skill provides concrete refactoring patterns for Wheels (ColdFusion) applications, focusing on fixing N+1 queries, implementing eager loading, adding parameter verification, and extracting methods. It shows before/after code examples for common performance and security issues.

A 8.0
Full StackSecurityTesting
code-refactoringcoldfusionperformance-optimizationsecurity-best-practices
201
rank 80
hot 97
Previous
Page 4 of 77
Next