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.
claude-skill
Provides hands-off automation for Claude Code CLI by defaulting to acceptEdits mode and offering clear command templates for batch operations. It reduces interactive prompts for common programming tasks like bug fixes and refactoring.
writing-go-tests
Provides concrete Go testing guidelines with specific rules for test organization, table-driven testing, concurrency, and benchmarking. References a detailed companion file for examples and rationale. Focuses on practical patterns used in production systems like Kubernetes and Docker.
dotnet-test
This skill should be used when running .NET tests selectively with a build-first, test-targeted workflow. Use it for running tests with xUnit focus.
discover-infrastructure
A gateway skill that automatically activates for infrastructure tasks and provides access to six related sub-skills. It uses a progressive loading pattern where users first see the gateway, then can browse a category index, and finally load specific skills as needed.
template
This skill generates structured document scaffolds for RFCs, ADRs, and blog posts using predefined templates. It supports custom template creation and management, provides clear workflow guidance, and integrates with editing tools for refinement.
safety-pattern-developer
Guides developers through a structured TDD process for adding security patterns to block dangerous shell commands. Provides a 6-phase workflow from threat identification to commit, with concrete examples for regex patterns and test cases. Focuses on preventing catastrophic commands like disk wipes and recursive deletions.
android-architecture
Expert guidance on setting up and maintaining a modern Android application architecture using Clean Architecture and Hilt. Use this when asked about project structure, module setup, or dependency injection.
code-review
This skill performs automated code reviews to identify security vulnerabilities, performance issues, and code quality problems, helping developers catch issues before pull requests and maintain high standards.
api-testing
This skill helps write API tests for Hono-based services using Vitest. It provides examples for testing endpoints, middleware, database integration, and error handling. The documentation includes concrete code samples for GET/POST requests, authentication tests, and test setup with database seeding.
logo-management
Manages car logo assets with brand name normalization, Redis caching, and Vercel Blob storage integration. Provides scraping utilities for external sources and handles logo URL resolution with fallback mechanisms.
webgl-expert
Provides practical WebGL API guidance with ready-to-use code examples for shader compilation, buffer management, texture loading, and rendering loops. Covers both WebGL 1.0 and 2.0 differences, includes performance optimization tips and matrix mathematics references.
qa-tester
A specialized QA testing skill for the morphir-dotnet project. It provides concrete playbooks for PR verification, regression testing, feature validation, and build system checks. Includes specific commands for running unit tests, E2E tests, and coverage analysis within the project's Nuke build system.
aws-logs-query
This skill provides practical AWS CloudWatch log query commands and guidance for Codel's staging/production environments. It clearly differentiates between real-time tailing and historical CloudWatch Insights searches with concrete examples for debugging errors, investigating Evolution provider issues, and monitoring application behavior.
mobile-development
Provides mobile development guidance covering React Native, Flutter, Swift, and Kotlin with framework comparisons, performance targets, security practices, testing strategies, and deployment checklists. Includes decision matrices and platform-specific guidelines for iOS and Android development.
morph-apply
A tool for editing code files without reading them first, using the Morph Apply API. It's designed for large files where reading the entire content would be token-expensive. The skill provides clear examples of how to structure edits with code markers and compares when to use it versus Claude's built-in edit tool.
nav-stats
This skill generates quantified efficiency reports for Navigator sessions, showing token savings, cache performance, and context usage. It provides actionable recommendations based on metrics and helps users visualize the impact of lazy-loading strategies.
file-header-guardian
This skill enforces a three-line comment header in code files, specifying dependencies, outputs, and system position. It triggers on file creation and modification, with templates for TypeScript, Python, and Shell. Excludes config and generated files, and coordinates with directory documentation tools.
fractal-docs-generator
Automatically generates CLAUDE.md files for directories when structure changes. Creates standardized tables showing file roles like entry points, core services, and utilities. Works alongside file-level documentation tools.
miniproject
A lightweight project management framework using markdown files for task tracking, research notes, and team coordination. It enforces structured workflows with pre-action planning, memory file conventions, and clear git commit practices. The system relies on local .memory/ directory for persistence.
project-astrology-chinese
This skill provides detailed information about the Chinese zodiac system, including the 12 animal signs, Five Elements (Wu Xing), BaZi (Four Pillars) birth chart analysis, and compatibility guides. It functions as a structured reference tool for answering specific questions about Chinese astrology concepts, calculations, and interpretations.
dbt-projects-snowflake-setup
Provides step-by-step instructions for configuring dbt Projects on Snowflake, covering prerequisites, external access setup, Git integration, workspace creation, and monitoring. Includes troubleshooting sections for common issues like network connectivity and authentication failures.
pict-test-designer
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for any piece of requirements or code. Analyzes inputs, generates PICT models with parameters, values, and constraints for valid scenarios using pairwise testing. Outputs the PICT model, markdown table of test cases, and expected results.
enter-services
This skill provides commands for deploying and managing text/image services on EC2 instances with Cloudflare Workers routing. It includes SSH configurations, service monitoring commands, and deployment workflows for both production and staging environments. The documentation covers troubleshooting steps and manual deployment procedures.
understanding-mapping
This skill documents the walkerOS mapping system for transforming event data between sources, collectors, and destinations. It explains key extraction, static values, function transforms, object mapping, array loops, and consent-gated operations with clear TypeScript examples. The guide emphasizes example-driven development with input/output pairs.