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.
ghe-thread-manager
Manages GitHub issue transcription states for Claude conversations, clearly indicating when discussions become public on GitHub issues. Handles issue switching, background thread creation, and provides visual indicators for transcription status.
systematic-debugging
A structured debugging methodology that enforces root cause analysis before fixes. Provides four-phase process with specific checklists, red flag warnings, and multi-component system guidance. Prevents guesswork by requiring evidence gathering and hypothesis testing.
hybrid-cloud-networking
Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.
chrome-devtools
Provides executable Puppeteer scripts for browser automation tasks like taking screenshots, filling forms, and monitoring performance. Outputs JSON for easy parsing and includes automatic image compression to stay under 5MB limits. Requires careful working directory management and system dependencies.
pytest-test-scaffolder
A highly practical and well-structured test scaffolding tool that automates pytest test generation for Python backend projects with comprehensive coverage patterns.
aesthetic
Provides structured workflows for UI design using MCP tools. Guides users through capturing inspiration screenshots, analyzing design patterns with AI, iterating on generated images, and documenting design systems. Focuses on practical implementation with specific integration steps for devtools and multimodal AI.
dialogue-graph
A library for building, validating, visualizing, and serializing dialogue graphs. Use this when parsing scripts or creating branching narrative structures.
git
Automate Git workflow for AgentOS. Handles branch creation, TODO-based commits, and PR generation following project conventions.
Backend API
Design and implement RESTful API endpoints following REST principles with consistent naming conventions, proper HTTP methods, versioning strategies, and appropriate status codes. Use this skill when creating new API endpoints, designing API route structures, implementing API controllers or routes, defining API versioning strategies, setting up API rate limiting, or working with query parameters for filtering, sorting, and pagination. This skill applies when working on routes/api.php files, API controller files, API resource transformers, or any backend code that exposes HTTP API endpoints to clients.
box-least-squares
Box Least Squares (BLS) periodogram for detecting transiting exoplanets and eclipsing binaries. Use when searching for periodic box-shaped dips in light curves. Alternative to Transit Least Squares, available in astropy.timeseries. Based on Kovács et al. (2002).
log-analysis
Log file analysis including reading, searching, filtering, and pattern matching. Use when investigating issues in logs, searching for errors, or analyzing application behavior.
openssl-selfsigned-cert
Guides the creation of self-signed SSL/TLS certificates using OpenSSL, including key generation, certificate creation, combined PEM files, and verification scripts. This skill should be used when tasks involve generating self-signed certificates, creating SSL certificate infrastructure, or writing certificate verification scripts.
mermaid-diagram-generator
Converts architecture descriptions, module specs, or workflow docs into Mermaid diagrams. Use when visualizing brick module relationships, workflows (DDD, investigation), or system architecture. Supports: flowcharts, sequence diagrams, class diagrams, state machines, entity relationship diagrams, and Gantt charts. Generates valid Mermaid syntax for embedding in markdown docs.
intermediate
Teaches intermediate Claude Code users how to create custom skills, plugins, MCP integrations, and hooks. Follows a structured learning pattern with clear exercises and completion criteria. Focuses on practical customization rather than basic usage.
dual-timezone-skill
Handle FL/IL time conversions, Shabbat awareness, prayer time consciousness, and timezone-appropriate scheduling
select-agents
A skill that determines risk levels and selects appropriate stakeholder agents for tasks based on file types and task descriptions. It provides concrete rules for agent assignment, preventing over/under-staffing in multi-agent Claude workflows.
recover-from-error
Provides structured recovery procedures for Claude agent execution errors, focusing on build failures, agent crashes, and session interruptions. It offers concrete bash scripts to diagnose issues and decision trees for appropriate actions.
claude-code-analyzer
Analyzes Claude Code usage patterns and project structure to recommend workflow improvements. Automates configuration of auto-allows, slash commands, agents, and CLAUDE.md documentation based on actual tool usage and detected tech stack.
backend-development
Provides structured guidance for backend development with technology selection matrices, implementation checklists, and reference documentation covering APIs, databases, security, testing, and deployment. Offers concrete recommendations for frameworks, authentication methods, and performance optimization techniques.
pcap-triage-tshark
Fast workflow to inspect PCAPs and extract protocol-level details using tshark
ssh-penetration-testing
This skill should be used when the user asks to "pentest SSH services", "enumerate SSH configurations", "brute force SSH credentials", "exploit SSH vulnerabilities", "perform SSH tunneling", or "audit SSH security". It provides comprehensive SSH penetration testing methodologies and techniques.
mpc-horizon-tuning
Selecting MPC prediction horizon and cost matrices for web handling.
parallel-processing
Parallel processing with joblib for grid search and batch computations. Use when speeding up computationally intensive tasks across multiple CPU cores.
erlang-concurrency
Use when erlang's concurrency model including lightweight processes, message passing, process links and monitors, error handling patterns, selective receive, and building massively concurrent systems on the BEAM VM.