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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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)
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.