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.
pcap-triage-tshark
Fast workflow to inspect PCAPs and extract protocol-level details using tshark
mpc-horizon-tuning
Selecting MPC prediction horizon and cost matrices for web handling.
parallel-processing
Parallel processing with joblib for grid search and batch computations. Use when speeding up computationally intensive tasks across multiple CPU cores.
erlang-concurrency
Use when erlang's concurrency model including lightweight processes, message passing, process links and monitors, error handling patterns, selective receive, and building massively concurrent systems on the BEAM VM.
local-ssl
Enable HTTPS for local development with trusted SSL certificates. Use when developers need to test SSL/TLS features, work with third-party APIs requiring HTTPS, or simulate production environments. Supports mkcert, OpenSSL, and automatic certificate trust configuration for macOS, Linux, and Windows.
search-flights
Search flights by origin, destination, and departure date using the bundled flights dataset. Use this skill when proposing flight options or checking whether a route/date combination exists.
pcap-analysis
Guidance for analyzing network packet captures (PCAP files) and computing network statistics using Python, with tested utility functions.
web-performance-optimization
This skill optimizes web application performance through techniques like code splitting, lazy loading, caching strategies, and Core Web Vitals monitoring, helping improve page load times, reduce bundle sizes, and enhance user experience.
mhc-algorithm
Implement mHC (Manifold-Constrained Hyper-Connections) for stabilizing deep network training. Use when implementing residual connection improvements with doubly stochastic matrices via Sinkhorn-Knopp algorithm. Based on DeepSeek's 2025 paper (arXiv:2512.24880).
FFmpeg Format Conversion
Convert media files between formats - video containers, audio formats, and codec transcoding
nginx-sites-available
Generates nginx-sites-available-default configuration file for serving the Vue application on Debian/Ubuntu-based nginx installations.
constraint-parser
Parse scheduling constraints from a email text.
OpenSSL
Expert guidance for OpenSSL operations including certificate generation, key management, CSR creation, certificate verification, encryption, and PKI operations. Use this when working with SSL/TLS certificates, cryptographic keys, or PKI infrastructure.
weather
天气查询与预报。支持全球城市天气查询、多日预报、详细气象数据。无需 API Key。当用户询问天气、气温、是否下雨、穿衣建议、出行天气等场景时使用。JSON 输出已优化,只返回关键信息。
job-application-optimizer
Optimize job applications by tailoring resumes to job postings, generating customized cover letters, and preparing role-specific interview questions. Analyzes job descriptions to highlight relevant skills and experience. Use when users need to apply for jobs, customize resumes, or prepare for interviews.
playbook
A SQLite-based system for storing and retrieving successful CFN Loop execution patterns. It tracks agent configurations, iteration counts, and feedback themes to optimize future workflow runs. Includes similarity matching and auto-update from retrospectives.
Debugging
A structured debugging framework that enforces root cause analysis before fixes. It provides a four-phase process with specific techniques for different scenarios like deep stack errors. The framework prevents random fixes and requires verification before completion claims.
frontend
An expert frontend development assistant specializing in React, Vue, and Angular frameworks. It provides guidance on building components, state management, routing, TypeScript, styling, and performance optimization to create modern, efficient, and visually appealing web applications.
version-aligner
Aligns versions across multiple repositories using lockstep, independent, or umbrella strategies, enforces semantic versioning rules, detects conflicts, suggests version bumps based on commits, and validates cross-repo compatibility for consistent releases.
nodejs-backend
A Node.js/TypeScript backend development expert specializing in building robust APIs and server applications using Express, Fastify, and NestJS, with comprehensive capabilities in database integration, authentication, real-time features, and production-ready error handling.
serverless-recommender
An intelligent serverless platform recommender that analyzes project context and workload patterns to provide tailored recommendations for AWS Lambda, Azure Functions, GCP Cloud Functions, Firebase, and Supabase, including cost estimates and suitability assessments.
pm-closure-validation
A quality gate skill that validates increment readiness for closure using a 3-gate framework, ensuring all critical tasks are complete, tests are passing, and documentation is updated before final approval.
tdd-expert
This skill provides comprehensive Test-Driven Development expertise, guiding users through the red-green-refactor cycle, BDD practices, and TDD patterns to build robust, well-designed software with confidence and high test coverage.
kafka-mcp-integration
Provides expert guidance for integrating Kafka with MCP servers, supporting four implementations with auto-detection, configuration examples, and clear recommendations on when to use MCP versus direct code.