Marketplace
SkillHub Club catalog feed.
Public marketplace mirror sourced from skillhub.club. This source view keeps the new outcome-first browsing model while filtering server-side to a single upstream feed.
powerpoint
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.
atheris
Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.
notification-system
Documents OneKey push notification system across platforms. Use when implementing notification features, handling notification clicks, configuring backend payloads, or understanding cold start navigation. Notification, push, toast, JPush, WebSocket.
figma
Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.
email-gateway
Multi-provider email sending for Cloudflare Workers and Node.js applications. Build transactional email systems with Resend (React Email support), SendGrid (enterprise scale), Mailgun (developer webhooks), or SMTP2Go (reliable relay). Includes template patterns, webhook verification, attachment handling, and error recovery. Use when sending emails via API, handling bounces/complaints, or migrating between providers.
typescript-mcp
Build MCP servers with TypeScript on Cloudflare Workers. Covers tools, resources, prompts, tasks, authentication (API keys, OAuth, Zero Trust), and Cloudflare service integrations. Prevents 20 documented errors. Use when exposing APIs to LLMs or troubleshooting export syntax errors, transport leaks, server instance reuse bugs, CORS misconfigurations, or task validation errors.
cloudflare-browser-rendering
Add headless Chrome automation with Puppeteer/Playwright on Cloudflare Workers. Use when: taking screenshots, generating PDFs, web scraping, crawling sites, browser automation, or troubleshooting XPath errors, browser timeouts, binding not passed errors, session limits, page.evaluate __name errors, or waitForSelector timeout issues.
docs-workflow
Four slash commands for documentation lifecycle: /docs, /docs-init, /docs-update, /docs-claude. Create, maintain, and audit CLAUDE.md, README.md, and docs/ structure with smart templates. Use when: starting new projects, maintaining documentation, auditing docs for staleness, or ensuring CLAUDE.md matches project state.
sveltekit-data-flow
Provides clear guidance on SvelteKit's data flow patterns, specifically when to use server vs universal load functions and how to handle form actions. Includes practical examples for fail(), redirect(), and error() usage with common mistakes highlighted.
Excel Analysis
Provides Python code examples for common Excel operations using pandas and openpyxl. Covers reading/writing files, data cleaning, pivot tables, basic charts, and formatting. Focuses on practical scripts rather than conceptual explanations.
anti-duplication
Before implementing new code (endpoints, components, services, models), search the codebase for existing patterns to reuse. Prevent code duplication by finding and suggesting similar implementations. Auto-trigger when user asks to create, implement, add, or build new functionality.
az
This skill provides detailed guidance for using Azure CLI commands across multiple services including VMs, storage, networking, AKS, and Azure DevOps. It covers authentication, output formats, query filtering, and includes troubleshooting sections for common errors.
apple-reminders
This skill provides terminal access to Apple Reminders via the remindctl CLI, enabling developers to list, add, edit, complete, and delete reminders from the command line. It supports date filters, multiple output formats (JSON/plain), and list management, but is limited to macOS systems with the external tool installed.
nano-banana-pro
A CLI wrapper for Google's Gemini 3 Pro Image API that generates and edits images. It saves files locally, supports 1K-4K resolutions, and outputs a MEDIA: line for automatic attachment in chat interfaces. Requires a GEMINI_API_KEY and uv package manager.
ui-ux-pro-max
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
fda-database
This skill provides Python-based access to the FDA's openFDA API, enabling queries for drug adverse events, medical device clearances, food recalls, and substance identification. It includes specific methods for different FDA data categories and demonstrates practical use cases for regulatory analysis and safety research.
latchbio-integration
Provides guidance for using Latch, a Python framework for building and deploying bioinformatics workflows as serverless pipelines. Covers workflow creation with decorators, cloud data management, resource configuration, and integration with Nextflow/Snakemake. Includes practical examples for RNA-seq, GPU tasks, and registry integration.
deepchem
Provides DeepChem integration for molecular property prediction, drug discovery, and materials science. Includes data loaders for SMILES/SDF files, multiple featurization methods (fingerprints, graphs, descriptors), and pre-built models for ADMET/toxicity prediction. Offers workflow examples for GNNs, transfer learning, and molecule generation.
cobrapy
Constraint-based metabolic modeling (COBRA). FBA, FVA, gene knockouts, flux sampling, SBML models, for systems biology and metabolic engineering analysis.
woocommerce-dev-cycle
Provides concrete commands and workflows for WooCommerce plugin development, including running PHP/JS tests, linting, and fixing code style. It centralizes scattered documentation into actionable steps for the standard dev cycle.
tests-maintenance
Maintains IdeaVim test suite quality. Reviews disabled tests, ensures Neovim annotations are documented, and improves test readability. Use for periodic test maintenance.
cosmos-vulnerability-scanner
Scans Cosmos SDK blockchains for 9 consensus-critical vulnerabilities including non-determinism, incorrect signers, ABCI panics, and rounding errors. Use when auditing Cosmos chains or CosmWasm contracts. (project, gitignored)
auditing-pre-release-security
Audits security and supply-chain risk between two git refs, 预发布安全审计
drizzle-orm-d1
Build type-safe D1 databases with Drizzle ORM. Includes schema definition, migrations with Drizzle Kit, relations, and D1 batch API patterns. Prevents 18 errors including SQL BEGIN failures, cascade data loss, 100-parameter limits, and foreign key issues. Use when: defining D1 schemas, managing migrations, bulk inserts, or troubleshooting D1_ERROR, BEGIN TRANSACTION, foreign keys, "too many SQL variables".