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.
stock-watchlist
Query real-time stock prices, basic quote fields, and manage a Markdown watchlist for A-share, Hong Kong, and US stocks. Use when users ask in Chinese or by ticker/code to search stocks, inspect current price and quote basics, or maintain a watchlist stored in a Markdown file.
prometheus
Query Prometheus monitoring data to check server metrics, resource usage, and system health. Use when the user asks about server status, disk space, CPU/memory usage, network stats, or any metrics collected by Prometheus. Supports multiple Prometheus instances with aggregated queries, config file or environment variables, and HTTP Basic Auth.
Simplification Cascades
This skill teaches developers to identify unifying patterns that eliminate redundant code. It provides a systematic approach to finding core abstractions that make multiple special cases unnecessary, with concrete examples like stream processing and resource governance. The skill helps reduce code complexity by focusing on fundamental principles rather than surface-level fixes.
mcp-server-kubernetes
Imported from https://www.skillhub.club/skills/flux159-mcp-server-kubernetes.
ocr
Extract text from images using Tesseract OCR
nanobanana
Generate and edit images using Google Gemini 3 Pro Image (Nano Banana Pro). Supports text-to-image, image editing, various aspect ratios, and high-resolution output (2K/4K).
canvas-design
This skill guides Claude through a two-step process to generate visual art: first creating a detailed design philosophy manifesto, then using it to produce PNG or PDF artwork. It emphasizes craftsmanship, minimal text, and spatial expression over literal representation.
senior-prompt-engineer
This skill provides Python scripts and reference materials for prompt engineering, LLM evaluation, and agent system design. It includes concrete examples like prompt_optimizer.py and agent_orchestrator.py with configurable parameters. The documentation covers patterns for production systems, though some content appears repetitive across files.
performance-analysis
Provides performance analysis tools for Claude Flow swarms, detecting bottlenecks in communication, processing, memory, and network operations. Generates reports and offers optimization suggestions. Includes CLI commands for detection, profiling, and automated fixes with integration examples for CI/CD pipelines.
biorxiv-database
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.
artifacts-builder
Provides scripts to initialize and bundle React/TypeScript/Tailwind projects into single HTML artifacts for Claude.ai. Includes shadcn/ui components and avoids common AI-generated design patterns. Focuses on multi-component applications rather than simple HTML files.
image-enhancer
This skill improves image quality by upscaling resolution, sharpening details, and reducing compression artifacts. It's designed specifically for screenshots and digital images used in documentation, blog posts, and social media. The tool preserves original files and supports batch processing of multiple images at once.
llm-router
Routes LLM requests to different AI providers (OpenAI, Grok, Groq, DeepSeek, OpenRouter) using SwiftOpenAI-CLI. Automates provider configuration, checks CLI installation, handles API key setup, and executes one-shot agentic tasks with MCP tool integration.
audit-claude-md
This tool audits CLAUDE.md files to enforce best practices like line limits, clear language, and required sections. It provides specific refactoring advice and quality scoring. Useful for teams maintaining multiple CLAUDE.md files.
storage-zk
This skill provides clear guidance for using the `wiki` CLI wrapper around zk note-taking tools. It explains when to use `wiki` vs direct `zk` commands, offers practical workflow examples, and covers export formats. The documentation helps avoid common pitfalls like incorrect path handling.
frontend-developer
A comprehensive frontend development skill with excellent structure, covering modern frameworks, accessibility, performance, and testing with clear execution protocols.
pptx
This skill enables Claude to create, edit, and analyze PowerPoint presentations by working directly with PPTX file structures. It provides tools for unpacking PPTX files, reading XML content, extracting text to markdown, and repacking modified presentations. The skill includes detailed guidance on design principles, color selection, and typography for creating presentations from scratch using HTML conversion workflows.
mcp-management
Manage Model Context Protocol (MCP) servers - discover, analyze, and execute tools/prompts/resources from configured MCP servers. Use when working with MCP integrations, need to discover available MCP capabilities, filter MCP tools for specific tasks, execute MCP tools programmatically, access MCP prompts/resources, or implement MCP client functionality. Supports intelligent tool selection, multi-server management, and context-efficient capability discovery.
github-workflow-automation
Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
protocolsio-integration
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
discover-cryptography
This skill automatically provides access to cryptography-related knowledge when users work with TLS, certificates, encryption, or PKI. It organizes 7 specific sub-skills covering fundamentals, configuration, legacy systems, and best practices, with clear workflows for common tasks like HTTPS setup and certificate troubleshooting.
project-planning
A comprehensive project management framework skill that provides structured artifact definitions, workflow phases, and escalation protocols for AI-assisted project planning and execution.
core-components
Provides guidance for using a design token system and core UI components in React Native projects. Focuses on replacing hard-coded values with spacing, color, and typography tokens. Includes examples for Box, HStack, VStack, Text, Button, Input, and Card components with clear anti-pattern warnings.
moai-platform-firebase-auth
This skill provides detailed Firebase Authentication implementation guidance across multiple platforms. It covers Google Sign-In, social providers, phone auth, and anonymous sessions with platform-specific code examples. The modular structure separates social auth, phone verification, and custom claims into dedicated files. It includes Security Rules integration for Firestore and Storage with practical decision trees for when to use Firebase Auth.