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.
infrastructure
This skill generates production-ready Infrastructure-as-Code (IaC) incrementally, one layer at a time (Compute, Database, Storage, etc.), for serverless platforms like AWS Lambda and Azure Functions. It automatically creates Terraform configurations, manages security with least privilege, and can auto-execute deployment when credentials are provided.
cloudflare-manager
Provides command-line tools for managing Cloudflare services including Workers, KV Storage, R2 buckets, Pages, and DNS. Includes validation scripts, error handling, and multi-service setup examples. Requires Bun runtime and Cloudflare API key configuration.
databases
This skill provides guidance for working with MongoDB and PostgreSQL databases. It helps choose between document and relational databases, shows setup steps, common operations, and includes Python scripts for migrations and backups. The skill covers indexing, performance optimization, and administration tasks for both systems.
backend-development
Provides structured guidance for building backend systems with technology selection matrices, implementation checklists, and specific best practices for security, performance, and deployment. Covers modern frameworks, databases, and architecture patterns with concrete recommendations.
vercel-deploy
Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.
hugo
This skill provides a production-ready Hugo static site generator setup with Tailwind CSS v4, headless CMS integration, and Cloudflare deployment guidance. It helps users quickly build blogs or documentation sites while preventing common errors like theme installation issues, frontmatter mistakes, and baseURL configuration problems.
bun-docker
Imported from https://github.com/secondsky/claude-skills.
bun-cloudflare-workers
This skill helps developers build and deploy Cloudflare Workers applications using Bun runtime, providing setup guidance, code examples, and deployment workflows for edge computing with KV storage, D1 databases, and Durable Objects.
cloudflare-cron-triggers
This skill enables scheduled execution of Cloudflare Workers using cron triggers for periodic tasks, background jobs, and automated workflows, with guidance on configuration, testing, and deployment.
github-project
Provides shell functions to manage GitHub Projects V2 boards through CLI commands. Automates adding issues to projects, moving them between columns, and batch operations. Requires manual project ID configuration and GitHub CLI authentication.
lifecycle
Manages system processes with start/stop/restart operations, monitors process health, tracks metrics, and coordinates state changes using Redis. Useful for developers needing automated process orchestration.
project-validation
This skill validates Rust project initialization by running build checks, testing health endpoints, verifying static file serving, and checking template endpoints. It provides a structured checklist to ensure projects are ready for TDD cycles.
cfn-intervention-system
Consolidates two intervention tools into one package for detecting when automated processes need human oversight and managing escalation workflows. Provides migration paths for existing users but lacks concrete examples of trigger conditions or implementation details.
Kubernetes
This skill provides expert guidance on Kubernetes operations, kubectl commands, and cloud-native best practices. It activates when working with manifests, debugging pods, managing resources, or performing cluster operations, offering structured workflows and productivity tips.
Nix
Provides expert guidance on Nix, NixOS, and home-manager, offering best practices for configuration, package development, and system management, with automated workflow routing for specific tasks like building, debugging, and deployment.
helm-chart-scaffolding
Provides structured guidance for creating and managing Helm charts, covering chart initialization, YAML configuration, templating with helpers, dependency management, validation, and packaging. Includes concrete examples for common deployment files and environment-specific values.
cfn-process-management
Consolidates process instrumentation and lifecycle management tools into a single package. Provides metrics collection and process start/stop/restart functionality. Offers clear migration paths from previous separate implementations.
monitoring-setup
Provides configuration templates and best practices for setting up Prometheus, Grafana, and alerting systems. Includes practical examples for Kubernetes monitoring, RED/USE methodologies, and SLO definitions. Focuses on operational observability rather than automated deployment.
handler-storage-local
A local filesystem storage handler for the fractary-file plugin that provides basic file operations (upload, download, delete, list) with structured JSON responses. It focuses on path safety validation and clear error reporting for local development workflows.
Model Deployment
Deploy machine learning models to production using Flask, FastAPI, Docker, cloud platforms (AWS, GCP, Azure), and model serving frameworks
cfn-agent-selector
A submodule for selecting Claude agents based on task classification using shell scripts and JSON mappings. Provides basic selection and fallback strategies, integrating with a parent agent lifecycle management system. Configuration-driven approach with clear file separation.
typescript-mcp
Build and deploy production-ready Model Context Protocol (MCP) servers using TypeScript on Cloudflare Workers, enabling API integrations, stateless tools, and edge deployments while preventing common errors.
repo-sync
A Bash script that manages 26+ Git repositories with bulk operations like status checks, pulls, commits, pushes, and branch switching. It organizes repos into work/personal categories and supports coordinated updates across related projects.
vm-bootstrap
Linux VM bootstrap verification skill. MUST BE USED when setting up new VMs or verifying environment. Supports modes: check (warn-only), install (operator-confirmed), strict (CI-ready). Enforces Linux-only + mise as canonical; honors preference brew→npm (with apt fallback). Verifies required tools: mise, node, pnpm, python, poetry, gh, railway, bd, tmux, jq, rg. Handles optional tools as warnings: tailscale, playwright, docker, bv. Never prints/seeds secrets; never stores tokens in repo/YAML; Railway vars only for app runtime env. Safe on dirty repos (refuses and points to dirty-repo-bootstrap skill, or snapshots WIP branch). Keywords: vm, bootstrap, setup, mise, toolchain, linux, environment, provision, verify, new vm