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.
release-manager
Manages the release lifecycle for morphir-dotnet projects, handling version selection, changelog updates, GitHub Actions workflow triggering, and post-release verification. It provides specific scripts for preparation, monitoring, and validation, coordinating with a QA skill for testing.
cloudflare-kv
Comprehensive and well-structured documentation for Cloudflare KV operations with excellent practical examples, clear setup instructions, and thorough coverage of edge cases and error handling.
web-asset-generator
Generates favicons, PWA app icons, and Open Graph social media images from logos or text. Provides HTML meta tags and offers framework-specific code integration. Uses interactive AskUserQuestion prompts to clarify requirements visually.
frontend-react
Provides a modern React 19 development stack with TypeScript, Tailwind CSS v4, Vite, and TanStack Query. Includes setup commands, project structure, component patterns, and integration examples for state management with Zustand. Offers practical code snippets for common development tasks.
describe_pr
Automates PR description generation by reading repository templates, analyzing code changes, and running verification tests. Integrates with GitHub CLI to fetch PR data and reasoning history, then updates PR descriptions directly.
electron-base
Build secure desktop applications with Electron 33, Vite, React, and TypeScript. Covers type-safe IPC via contextBridge, OAuth with custom protocol handlers, native module compatibility (better-sqlite3, electron-store), and electron-builder packaging. Use when building cross-platform desktop apps, implementing OAuth flows in Electron, handling main/renderer process communication, or packaging with code signing. Prevents: NODE_MODULE_VERSION mismatch, hardcoded encryption keys, context isolation bypasses, sandbox conflicts with native modules.
conducting-code-review
Enforces a strict code review workflow with algorithmic template validation. Focuses on checking all severity levels from project standards, prevents reviewer rationalization, and ensures consistent structured feedback output.
claude-codex-collaboration
Enables Claude Code to automatically invoke Codex CLI for architectural review and code validation using Byterover as shared memory. Creates a two-agent workflow with no manual intervention - Claude stores plans, Codex reviews them, Claude implements with feedback. Good for projects needing AI peer review before implementation.
just
Just command runner for saving and running project-specific commands
6_stripe-integration
Provides step-by-step guidance for implementing Stripe payment processing with working code examples for payment flows, subscriptions, webhooks, and customer management. Covers security best practices, testing procedures, and essential webhook events.
retrospective
Automates retrospective analysis of coding mistakes by identifying patterns, tracking fix effectiveness, and generating action items. Includes escalation protocols for recurring issues and validates that all patterns have corresponding fixes.
git-pushing
Automates the git commit and push workflow with conventional commit message generation. Stages changes, creates formatted commit messages with Claude attribution, and pushes to remote. Handles both explicit user messages and auto-generated descriptions based on git diff analysis.
nia-docs
This skill enables semantic and regex searches across documentation for 3000+ packages from npm, PyPI, Crates, and Go. It helps developers find usage examples, understand APIs quicker, and discover patterns without leaving the terminal.
zig-docs
Provides CLI commands to fetch Zig standard library source code with doc comments and language reference documentation using curl and pandoc. Focuses on raw GitHub sources to avoid JavaScript-rendered content issues on official docs.
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
cfn-planning
Consolidates three planning tools into one package for breaking down epics into sprints, coordinating multi-person workflows, and managing project scope boundaries. Provides clear migration paths from previous standalone tools.
morphir-architect
Provides expert guidance on Morphir application architecture, focusing on AST design, functional patterns, IR transformations, and code generation. It references specific knowledge bases and offers concrete examples for F# and C# implementations within the morphir-dotnet ecosystem.
typescript-mcp
Provides TypeScript templates for building MCP servers on Cloudflare Workers, including tool registration, resource exposure, authentication patterns, and error prevention for common SDK issues like memory leaks and CORS.
claude-agent-sdk
Provides programmatic access to Claude Code CLI for building autonomous agents. Enables tool orchestration, subagent delegation, and custom MCP server integration. Includes detailed examples for session management, permission controls, and error handling.
backend-dev-guidelines
Provides concrete implementation patterns for Go backend development using Chi router, PostgreSQL with sqlc, and Clean Architecture. Includes specific checklists for new features and services, layered architecture diagrams, and 8 key rules with code examples showing correct vs. incorrect approaches.
notion
Notion API for creating and managing pages, databases, and blocks.
openhue
Control Philips Hue lights/scenes via the OpenHue CLI.
strategic-compact
建议在逻辑间隔处手动压缩上下文,以在任务阶段中保留上下文,而非任意的自动压缩。
write-unit-tests
Writing unit and integration tests for the tldraw SDK. Use when creating new tests, adding test coverage, or fixing failing tests in packages/editor or packages/tldraw. Covers Vitest patterns, TestEditor usage, and test file organization.