Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
create-subagent
Comprehensive and well-structured guide for creating Claude subagents with clear decision frameworks, practical templates, and detailed configuration options.
pr-lifecycle
Provides concrete checklists and validation scripts for PR lifecycle management, enforcing branch naming, issue linking, and commit conventions. Includes tmux window naming for visual workflow tracking and clear decision frameworks for handling PR feedback.
agent-creator
Provides a structured 4-phase methodology for creating specialized Claude agents with detailed templates for system prompts, domain analysis, and integration patterns. Includes specific command usage guidelines and validation gates.
webapp-testing
Provides autonomous Playwright testing with three specialized agents (planner, generator, healer) plus native visual regression testing. Generates tests from app exploration, validates selectors against live app, and auto-fixes broken tests. Includes practical examples for e-commerce flows, responsive testing, and dynamic content masking.
when-documenting-code-use-doc-generator
Automates code documentation by analyzing project structure, generating API specs in OpenAPI format, creating README files, adding JSDoc-style inline comments, and producing architecture diagrams. Follows a structured SPARC methodology with clear phases for specification, design, generation, and validation.
typescript-advanced-types
Provides detailed examples and patterns for TypeScript's advanced type features like generics, conditional types, and mapped types. Includes practical patterns for type-safe event emitters and API clients. Covers core concepts with clear code samples.
Provides Python code examples and CLI commands for common PDF tasks: extract text/tables, merge/split files, create new PDFs, handle forms, and apply watermarks. Covers pypdf, pdfplumber, reportlab, and command-line tools like qpdf and pdftotext.
database-migration
Provides step-by-step guidance for Alembic database migrations with SQLAlchemy models. Covers common operations like adding columns, creating tables, and handling foreign keys. Includes safety checklists, troubleshooting steps, and command references for real-world database schema changes.
test-writer
This skill generates unit test files for functions and classes across multiple frameworks. It analyzes code structure, identifies test cases including edge conditions, and produces test files following AAA pattern with proper mocking and fixtures. Supports Python (pytest/unittest) and JavaScript (jest) with clear workflow documentation.
ctf-pwn
Solve CTF binary exploitation challenges by discovering and exploiting memory corruption vulnerabilities to read flags. Use for buffer overflows, format strings, heap exploits, ROP challenges, or any pwn/exploitation task.
gerrit
Interact with Storj Gerrit team code collaboration service, which we just called it gerrit, when the user ask to do it
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.