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.
baoyu-xhs-images
Xiaohongshu (Little Red Book) infographic series generator with multiple style options. Breaks down content into 1-10 cartoon-style infographics. Use when user asks to create "小红书图片", "XHS images", or "RedNote infographics".
cfn-knowledge-base
Consolidates workflow patterns and playbooks into a unified knowledge base for CFN Loop execution. Provides CLI tools to store successful patterns, track failures, and query past learnings. Helps teams capture institutional knowledge from previous automation tasks.
theme-factory
Provides 10 pre-built visual themes with color palettes and font pairings for consistent styling of presentations and design artifacts. Includes a showcase PDF for theme selection and supports custom theme creation based on user input.
specification-phase
Standard Operating Procedure for /specify phase. Covers classification, research depth, clarification strategy, and roadmap integration.
tag-manager
A specialized tool for creating and pushing semantic version tags with GPG signing support. It validates tag formats, checks commit existence, handles signing requirements, and delegates to platform-specific Git handlers. Useful for release workflows and CI/CD pipelines.
understanding-events
This skill documents walkerOS event structure for product analytics. It explains entity-action naming conventions, event properties like data and context, and design principles like statelessness. Provides TypeScript examples for creating events and links to source types.
discover-product
A gateway skill that auto-detects product management tasks and provides access to related PRD skills. It acts as an index pointing to local markdown files with product development templates and workflows. The skill requires manual file navigation to access actual content.
Delegating to CDN Agent
This skill delegates Fastly CDN queries to a specialized sub-agent to prevent main context pollution. It provides clear recognition patterns, example triggers, and delegation instructions. The approach reduces token usage and isolates CDN-specific knowledge while maintaining clean user-facing responses.
Delegating to New Relic Agent
This skill automatically detects New Relic-related queries and delegates them to a specialized sub-agent. It prevents context pollution in the main assistant and reduces token costs by offloading monitoring-specific tasks. The skill includes clear trigger patterns and example workflows for common New Relic operations like NRQL queries, alert checks, and drop rule management.
creative-writing
This skill provides professional writing assistance for blogs, research, fiction, essays, and marketing copy, helping users draft, edit, and improve content with structured processes and genre-specific guidance.
cfn-redis-data-extraction
Extracts Redis coordination data from completed CFN Loop tasks into JSON files for analysis. Handles multiple task IDs, includes confidence scores and completion signals, and supports custom output directories. The bash script parses Redis keys to reconstruct agent interactions and task context.
mcp
This skill provides Docker container configurations for running MCP servers based on agent types. It maps frontend, backend, and testing agents to specific MCP tools like Playwright, database connectors, and API testing services. The approach separates concerns but requires custom Docker images.
deep-linking
Provides configuration examples for implementing deep linking in Expo/React Native apps, covering URL schemes, Universal Links (iOS), and App Links (Android). Includes code snippets for app.json setup, server configuration files, and testing commands.
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.