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.
ui-mockup
Orchestrates WebView UI mockup creation for audio plugins through phased workflow with design iteration and implementation scaffolding. Delegates to specialized subagents, handles versioning, and integrates with existing plugin development workflows. Generates YAML specs, test HTML, and production-ready C++ boilerplate.
ios-simulator-skill
A collection of 21 Python/bash scripts for iOS simulator automation. It handles app testing, UI navigation via accessibility APIs, build automation, and device management. Outputs structured JSON for CI/CD integration and supports semantic element finding instead of pixel coordinates.
novelweave-workflow
This skill provides a structured workflow for using NovelWeave in fiction writing, covering planning, world-building, scene creation, and revision. It explains core commands like /constitution and /write with concrete examples and warns against common pitfalls like over-reliance on AI.
integrating-stripe-webhooks
Use when implementing Stripe webhook endpoints and getting 'Raw body not available' or signature verification errors - provides raw body parsing solutions and subscription period field fixes across frameworks
.claude
A zero-config preset that enforces code quality standards through automated formatting and linting using Oxlint+Oxfmt. Provides clear guidelines for modern JavaScript/TypeScript, React, async patterns, and security. Focuses on fixing common issues automatically while highlighting areas requiring manual review.
docx
This skill enables Claude to create, edit, and analyze Word documents (.docx) through XML manipulation. It provides workflows for text extraction, document creation with docx-js, editing with Python libraries, and redlining for tracked changes. Includes unpack/pack scripts and validation tools.
exploring-rust-crates
This skill generates Rust documentation for crates in the HASH workspace, helping developers understand crate APIs, module structures, and public interfaces. It provides specific cargo doc commands with flags like --no-deps and --all-features, and explains where to find generated HTML documentation.
universal-patterns
Provides a collection of universal software development patterns covering architecture, code organization, error handling, data flow, and naming conventions. Includes concrete examples and anti-patterns to avoid. Serves as a quick reference for developers working across different technology stacks.
multi-model-validation
This skill orchestrates parallel execution of multiple AI models (Grok, Gemini, GPT-5, etc.) for code validation and review. It provides 3-5x speedup through concurrent processing, enforces performance statistics collection, and includes dynamic model discovery. Version 3.1.0 adds mandatory checklist enforcement and session-based workspaces.
architecture-selection
This skill provides structured guidance for selecting and implementing system architecture patterns. It covers monoliths, microservices, event-driven, and serverless architectures with practical diagrams, trade-off tables, and decision frameworks. Includes C4 modeling, scalability strategies, technology selection criteria, and architecture decision records.
documentation-sync
A comprehensive documentation synchronization skill that provides systematic approaches to detecting stale documentation, analyzing coverage, and maintaining code-doc alignment with clear protocols and templates.
technical-writing
This skill provides structured templates and patterns for creating technical documentation like Architecture Decision Records (ADRs), system docs, API references, and operational runbooks. It emphasizes living documentation, diagrams over prose, and audience-appropriate detail to prevent documentation drift and maintain knowledge.
neurokit2
This skill provides Python-based processing for physiological signals like ECG, EEG, and EDA. It handles cleaning, feature extraction, and analysis for heart rate variability, brain activity patterns, and autonomic responses. The toolkit includes event-related analysis, multi-modal integration, and complexity metrics for research applications.
claude-d3js-skill
Provides detailed guidance for creating custom D3.js visualizations with clear code examples for different integration patterns. Covers scales, transitions, performance optimization, and accessibility. Includes templates and reference materials for various chart types and frameworks.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
obsidian
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
resume-builder
Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me.
pylabrobot
Vendor-agnostic lab automation framework. Use when controlling multiple equipment types (Hamilton, Tecan, Opentrons, plate readers, pumps) or needing unified programming across different vendors. Best for complex workflows, multi-vendor setups, simulation. For Opentrons-only protocols with official API, opentrons-integration may be simpler.
marketing-psychology
When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'mental models,' 'cognitive bias,' 'persuasion,' 'behavioral science,' 'why people buy,' 'decision-making,' or 'consumer behavior.' This skill provides 70+ mental models organized for marketing application.
wechat-publisher
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
gemini
This skill wraps Google's Gemini CLI to provide AI-powered code analysis and generation within Claude. It offers multiple execution methods, configurable models via environment variables, and clear timeout handling. The Python script has zero dependencies and works cross-platform.
ark-ui
Generates React components using Ark UI library with proper TypeScript types and styling. Creates functional UI elements from descriptions, handling props and basic interactivity. Useful for prototyping and component scaffolding.
meta-tags-optimizer
Creates and optimizes meta tags including title tags, meta descriptions, Open Graph tags, and Twitter cards for maximum click-through rates and social sharing engagement.
mutation-testing
This skill automates mutation testing to validate test suite effectiveness by introducing code changes and measuring kill rates. It identifies weak tests, provides concrete examples of mutation operators, and integrates with Stryker for practical implementation. The skill helps developers prove their tests actually catch bugs rather than just achieving high coverage.