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.
self-improving
Use when starting infrastructure, testing, deployment, or framework-specific tasks - automatically searches PRPM registry for relevant expertise packages and suggests installation to enhance capabilities for the current task
cybersecurity-analyst
Analyzes events through cybersecurity lens using threat modeling, attack surface analysis, defense-in-depth, zero-trust architecture, and risk-based frameworks (CIA triad, STRIDE, MITRE ATT&CK). Provides insights on vulnerabilities, attack vectors, defense strategies, incident response, and security posture. Use when: Security incidents, vulnerability assessments, threat analysis, security architecture, compliance. Evaluates: Confidentiality, integrity, availability, threat actors, attack patterns, controls, residual risk.
psychologist-analyst
Analyzes events through psychological lens using cognitive psychology, social psychology, developmental psychology, clinical psychology, and neuroscience. Provides insights on behavior, cognition, emotion, motivation, group dynamics, decision-making biases, mental health, and individual differences. Use when: Behavioral patterns, decision-making, group behavior, mental health, leadership, persuasion, trauma, development. Evaluates: Cognitive processes, emotional responses, motivations, biases, group dynamics, personality, mental states.
cfn-marketing-email-campaigns
Provides shell scripts to manage email campaigns through n8n workflows. Handles campaign creation, scheduling, testing, and analytics. Requires existing n8n setup with configured workflows. Returns consistent JSON responses with clear error codes.
cfn-marketing-media-outreach
Automates media outreach tasks including journalist search via Muck Rack, email pitching through Mailshake, HARO response submission, and engagement tracking. Integrates with n8n workflows for API connections.
clink-standalone
A Python script that lets Claude execute external AI CLI tools (Gemini, Codex, Claude Code) directly without needing an MCP server. It provides role-based prompts, file reference support, and configurable timeouts for delegating tasks to specialized tools.
container-signing
Provides a complete GitHub Actions workflow for signing Docker images with Cosign and generating SLSA provenance attestations. Includes Dockerfile labels, permission setup, verification commands, and troubleshooting guidance for implementing container supply chain security.
log-classifier
Automatically classifies log files into 10 types using path patterns, keywords, and metadata analysis. Provides confidence scores, reasoning, and suggested fields. Handles both new logs and reclassification of existing files with clear error handling.
mcp-tools-as-code
Converts MCP server tools into typed TypeScript APIs to reduce token usage by transforming tool calls into programmatic code execution. Enables native control flow, data filtering before model exposure, and workspace persistence across agent executions.
prompt-engineering
This skill provides structured guidance for creating effective LLM prompts across various techniques like chain-of-thought and few-shot learning. It covers practical scenarios from simple queries to complex pipelines, with clear examples and model-specific considerations for Claude and other AI systems.
docx
Provides tools for creating, editing, and analyzing .docx files through XML manipulation and pandoc conversion. Supports tracked changes, comments, and formatting preservation with specific workflows for different document tasks.
frontend-design-concept
Generates frontend code with strong aesthetic direction, enforcing specific design principles to avoid generic AI patterns. Provides detailed guidelines on typography, color, motion, and layout while requiring clear conceptual choices before implementation.
chipsec
Static analysis of UEFI/BIOS firmware dumps using Intel's chipsec framework. Decode firmware structure, detect known malware and rootkits (LoJax, ThinkPwn, HackingTeam, MosaicRegressor), generate EFI executable inventories with hashes, extract NVRAM variables, and parse SPI flash descriptors. Use when analyzing firmware .bin/.rom/.fd/.cap files offline without requiring hardware access.
tavily
Use this skill for web search, extraction, mapping, crawling, and research via Tavily’s REST API when web searches are needed and no built-in tool is available, or when Tavily’s LLM-friendly format is beneficial.
image-analysis
图片分析与识别,可分析本地图片、网络图片、视频、文件。适用于 OCR、物体识别、场景理解等。当用户发送图片或要求分析图片时必须使用此技能。
codex
Provides a wrapper for OpenAI Codex CLI with detailed workflows for code analysis, refactoring, and automated editing. Includes specific handling for HPC environments with Landlock restrictions and clear command patterns for different use cases.
systematic-debugging
A structured four-phase debugging framework that enforces root cause investigation before fixes. Provides concrete steps for error analysis, evidence gathering, hypothesis testing, and implementation with clear red flags and architectural warnings.
plugin-scaffolder
Creates structured Claude Code plugin directories with manifest files and documentation. Guides users through plugin setup with intelligent defaults based on plugin purpose, reducing manual configuration time. Includes validation, component selection logic, and marketplace preparation steps.
core-reviewer
A code review agent that systematically checks functionality, security, performance, and maintainability. Provides concrete examples of issues and fixes, includes checklists and prioritization guidelines. Integrates with existing tools like linting and testing frameworks.
sql-optimization-patterns
Provides concrete SQL optimization patterns with practical examples for PostgreSQL. Covers query analysis with EXPLAIN, index strategies, pagination optimization, and solving N+1 problems. Focuses on actionable techniques rather than theoretical concepts.
frontend-test
Automatically generates React/Vue component tests using React Testing Library when triggered by specific phrases. Creates test files covering rendering, user interactions, accessibility, and snapshots. Works with common frontend testing patterns.
api-documentation-generator
Generates API documentation from source code including OpenAPI specs, endpoint docs with parameters and responses, and SDK examples in multiple languages. Useful for developers maintaining API services who need consistent documentation.
delta-derivation
This skill extracts differences between Claude.ai conversation exports by comparing IDs and node states. It identifies new conversations and detects changes in existing ones using bisimulation verification. The tool provides shell scripts and Clojure code for delta analysis with integration into a Justfile workflow.
systematic-debugging
A four-phase debugging framework that enforces root cause investigation before fixes. It provides concrete steps for reproducing issues, analyzing patterns, testing hypotheses, and implementing solutions. The skill prevents random fixes and emphasizes understanding the problem first.