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.
Delegating to AWS Agent
This skill automatically detects AWS-related queries and delegates them to a specialized sub-agent. It prevents AWS CLI commands and detailed API knowledge from polluting the main assistant's context, reducing token usage and keeping responses focused on user presentation.
nix-dev-shell
Automatically detects Nix flakes and runs development commands inside the appropriate dev shell. Provides clear decision logic for when to use dev shell versus direct Nix commands. Includes practical examples for Rust, Node.js, and NixOS workflows.
e2e-testing-patterns
Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
pinme
This skill should be used when the user asks to "deploy", "upload", "publish", or "pin" any files, folders, frontend projects, or static websites to IPFS. Also activates when user mentions "pinme", "IPFS", or wants to share files via decentralized storage.
testing
Run and troubleshoot tests for DBHub, including unit tests, integration tests with Testcontainers, and database-specific tests. Use when asked to run tests, fix test failures, debug integration tests, or troubleshoot Docker/database container issues.
external-sync-wizard
This skill is an expert guide for setting up bidirectional synchronization between SpecWeave and external tools like GitHub Issues, Jira, and Azure DevOps. It provides interactive wizards to configure sync direction and helps establish SpecWeave as the local source of truth.
role-orchestrator
A multi-agent orchestration system that coordinates specialized roles (PM, Architect, DevOps, QA, etc.) to collaboratively execute complex, multi-step projects through intelligent task decomposition and structured workflow management.
hetzner-provisioner
This skill provisions budget-friendly Hetzner Cloud infrastructure using Terraform/Pulumi. It generates IaC code for servers, databases, SSL, and Docker deployment, enabling full-stack SaaS hosting for as low as $10-15/month.
ado-mapper
This skill enables bidirectional synchronization between SpecWeave increments and Azure DevOps work items, handling export, import, and conflict resolution while maintaining traceability between the two systems.
cloudflare-manager
This Cloudflare management skill enables deployment and configuration of Workers, KV Storage, R2, Pages, DNS, and routing with automatic credential validation and URL extraction for streamlined cloud service management.
detector
A bash script that monitors Claude agent performance during CFN loops, detecting confidence plateaus, recurring feedback patterns, and stalled deliverables. Provides JSON output with trigger types and recommended actions.
cloudflare-pages
Provides documentation and guidance for Cloudflare Pages, a static site hosting platform. Includes reference files for configuration, functions, and framework guides. Offers basic command examples and structured documentation access.
evaluate
A testing and review automation tool for FABER workflows that runs test suites, checks code quality, and makes GO/NO-GO decisions to control build-evaluate loops. It provides structured feedback with specific failure details for retry cycles.
healthcheck
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
django-verification
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
rocm_vllm_deployment
Production-ready vLLM deployment on AMD ROCm GPUs. Combines environment auto-check, model parameter detection, Docker Compose deployment, health verification, and functional testing with comprehensive logging and security best practices.
deterministic-executor
A prototype workflow executor that addresses LLM hallucination by moving orchestration control from Claude to bash scripts. Bash manages step progression and verification while Claude handles individual step execution, preventing step skipping.
code-sentinel
This skill fixes recurring anti-patterns when specific tests fail, providing documented root causes and verification steps. It maps test failures to detailed anti-pattern documentation across CI workflows, build packaging, and application runtime issues.
cloudflare-workers-ci-cd
This skill provides a complete CI/CD guide for automating Cloudflare Workers deployments using GitHub Actions and GitLab CI. It enables automated testing, multi-environment deployments, preview environments, secure secrets management, and helps prevent common deployment failures and errors.
cfn-config
Consolidates two existing configuration skills into a single package for managing config files and sanitizing environment variables. Provides clear migration paths and directory structure for existing users. Focuses on practical configuration handling tasks.
cost-optimization
Provides concrete strategies for reducing cloud costs across AWS, Azure, and GCP. Includes specific examples like Terraform code for S3 lifecycle policies, budget alerts, and auto-scaling. Offers practical checklists and tagging strategies that teams can implement immediately.
k8s-browser
Browser automation for Kubernetes dashboards and web UIs. Use when interacting with Kubernetes Dashboard, Grafana, ArgoCD UI, or other web interfaces. Requires MCP_BROWSER_ENABLED=true.
cfn-deployment-lifecycle
Combines deployment and promotion workflows for Claude Skills into a single package. Manages transitions between APPROVED, DEPLOYED, staging, and production states with atomic operations. Useful for teams maintaining multiple skills.
cfn-redis-coordination
Provides Redis-based coordination for Claude agents using pub/sub and blocking list operations. Enables agent waiting modes, context sharing, and completion tracking in multi-agent workflows. Includes bash wrappers for common operations.