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.
discover-cicd
A gateway skill that automatically activates during CI/CD tasks and provides access to four specialized CI/CD skills. It uses progressive loading where users first get the gateway, then can view a category index, and finally load specific skills as needed. The approach reduces initial cognitive load.
prd-skill
Complete PRD (Product Requirements Document) creation workflow that guides users from initial idea to implementation-ready specification using the integrated toolset in this repository. Handles everything from brainstorming and market analysis to technical requirements and team coordination.
tier-management
Evaluate and update Pollinations user tiers. Check balances, upgrade devs, batch process users. For finding users with errors, see model-debugging skill first.
pptx-generator
Generate and edit presentation slides as PPTX files. Also create LinkedIn carousels and manage reusable slide layouts. TRIGGERS - Use this skill when user says: - "create slides for [brand]" / "generate presentation for [brand]" / "make slides for [brand]" - "create a carousel for [brand]" / "linkedin carousel" / "make a carousel about [topic]" - "edit this pptx" / "update the slides" / "modify this presentation" - "create a new layout" / "add a layout to the cookbook" / "make a [type] layout template" - "edit the [name] layout" / "update the cookbook" / "improve the [name] template" - Any request mentioning slides, presentations, carousels, PPTX, or layouts with a brand name Creates .pptx files compatible with PowerPoint, Google Slides, and Keynote. Creates PDF carousels for LinkedIn (square 1:1 format).
cfn-process-instrumentation
A bash-based process instrumentation tool for CFN Loop agents that monitors memory, CPU, file handles, and threads. It enforces configurable resource limits, collects JSON telemetry, and automatically terminates processes that exceed thresholds. Works by sourcing a shell script into agent processes.
cfn-docker-redis-coordination
Provides Redis-based coordination for Docker-based agent swarms, handling task context storage, agent lifecycle tracking, completion signaling, and consensus collection. Enables recovery from interruptions with persistent state management.
cfn-compilation-error-fixer
Two-phase compilation error fixer for Rust and TypeScript projects. Uses Cerebras LLM for bulk error reduction (95%+), followed by agent cleanup for remaining complex issues. Handles 20+ mechanical errors efficiently with validation gates.
academic-research
This skill searches academic papers across arXiv, PubMed, Semantic Scholar, and other sources. It retrieves BibTeX citations, downloads PDFs, and analyzes citation networks. Useful for literature reviews and finding related papers with multi-source coverage.
Provides C# patterns for sending emails with SMTP, specifically addressing the problem of attaching large log files. Includes solutions for reading locked files with FileShare.ReadWrite, compressing logs to zip files, and cleaning up temporary files. Shows four progressive patterns from basic email to handling multiple attachments with zipped logs.
vibeship-security-writer
A specialized tool for writing security documentation about vulnerabilities in AI-generated code. It enforces a strict content formula for SEO and LLM citation, provides copy-paste AI fix prompts, and targets non-technical founders using AI coding assistants.
tech-blog-writer
A structured guide for writing technical blog posts that focus on explaining 'why' rather than just 'what'. Provides concrete templates, analogy patterns, checklists, and before/after examples to help developers communicate complex concepts clearly through storytelling.
artifact-evaluation
Interact with artifact containers via HTTP API for paper evaluation tasks. Execute commands, read files, and list directories in remote artifact environments.
advanced-video-downloader
Download and transcribe videos from YouTube, Bilibili, TikTok and 1000+ platforms. Use when user requests video download, transcription (转录/字幕提取), or converting video to text/markdown. Supports quality selection, audio extraction, playlist downloads, cookie-based authentication, and AI-powered transcription via SiliconFlow API (免费转录).
elevenlabs-tts
ElevenLabs Text-to-Speech API for high-quality speech synthesis.
Git Commit Format
Enforces HyperShift's specific conventional commit format with required footers and validation. Provides clear type definitions, breaking change rules, and a gitlint integration checklist for consistent commit messages.
This skill enables Claude to search the web using Google's search capabilities. It provides a straightforward interface for finding current information, looking up facts, and researching topics by combining WebSearch and WebFetch tools with clear instructions to include source links in responses.
transcribe-audio
Transcribes video audio using WhisperX with accurate timestamp preservation. Creates JSON transcripts with word-level timing. Designed for parallel execution in video analysis pipelines where timestamp alignment is critical.
brand-guidelines
This skill applies Anthropic's official brand colors and typography to presentation artifacts. It automatically styles headings with Poppins font and body text with Lora, using specific color palettes for text and shapes. The tool handles font fallbacks and maintains visual consistency across different systems.
ai-social-media-content
Create AI-powered social media content for TikTok, Instagram, YouTube, Twitter/X. Generate: images, videos, reels, shorts, thumbnails, captions, hashtags. Tools: FLUX, Veo, Seedance, Wan, Kokoro TTS, Claude for copywriting. Use for: content creators, social media managers, influencers, brands. Triggers: social media content, tiktok, instagram reels, youtube shorts, twitter post, content creator, ai influencer, social content, reels, shorts, viral content, thumbnail generator, caption generator, hashtag generator, ugc content
structured-plan-mode
This skill should be used when planning and tracking complex feature implementations that require systematic task decomposition. Use this skill to break down large features into manageable, well-documented tasks with clear dependencies, action items, and success criteria. The skill provides a structured template and methodology for iterative planning and tracking throughout implementation.
slb
Simultaneous Launch Button - Two-person rule for destructive commands in multi-agent workflows. Risk-tiered classification, command hash binding, 5 execution gates, client-side execution with environment inheritance. Go CLI.
multicultural-holidays
This skill manages a multicultural holiday theme system for web applications. It provides tools to add, configure, and test holiday themes with cultural accuracy. Includes locale detection, date calculations for non-Gregorian calendars, and a debug panel for testing. Focuses on respectful representation of diverse traditions.
agent-skill-bridge
Provides structured patterns and protocols for connecting Claude Skills with Agent workflows, enabling skills to invoke agents and vice versa. Defines clear handoff specifications and orchestration plans for complex multi-step automation.
go-test-fixer
Automates conversion of Go slice-based table tests to map-based format and splits large test files. Provides concrete scripts for mechanical transformations with backup creation and workflow guidance.