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.
expo-deployment
Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes
document
Document canvas for displaying and editing markdown content. Use when showing documents, emails, or when users need to select text for editing.
mcp-unity
Imported from https://www.skillhub.club/skills/codergamester-mcp-unity.
skill-from-github
Create skills by learning from high-quality GitHub projects
swift-concurrency
Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3) migrating to Swift 6, (4) data races or thread safety issues, (5) refactoring closures to async/await, (6) @MainActor, Sendable, or actor isolation, (7) concurrent code architecture or performance optimization, (8) concurrency-related linter warnings (SwiftLint or similar; e.g. async_without_await, Sendable/actor isolation/MainActor lint).
getspecstory
Imported from https://github.com/specstoryai/getspecstory.
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer
requirements-clarity
Clarify ambiguous requirements through focused dialogue before implementation. Use when requirements are unclear, features are complex (>2 days), or involve cross-team coordination. Ask two core questions - Why? (YAGNI check) and Simpler? (KISS check) - to ensure clarity before coding.
ux-audit-walkthrough
Minimalist UX/Interaction Audit Expert that deconstructs complex interactions through cognitive load and operational efficiency lenses. Use this skill when you need to perform a UX walkthrough audit on a Figma prototype or web interface, evaluating usability based on principles like fewer clicks, less UI elements, no hidden logic, and self-explanatory design.
zh-cn
Imported from https://github.com/wasabeef/claude-code-cookbook.
api-gateway
AWS API Gateway for REST and HTTP API management. Use when creating APIs, configuring integrations, setting up authorization, managing stages, implementing rate limiting, or troubleshooting API issues.
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.