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.
github-sync
This skill provides guidance for setting up two-way synchronization between SpecWeave specifications and GitHub Projects, automatically syncing changes for team visibility and project management, but does not perform the actual sync operation.
tdd-workflow
This skill coordinates Test-Driven Development workflows by detecting TDD intent and offering guided red-green-refactor cycles. It routes users to appropriate tools like the tdd-orchestrator agent or structured commands, providing TDD education and best practices.
context-optimizer
Context Optimizer is a second-pass tool that analyzes user prompts to surgically remove irrelevant specifications, agents, and skills from loaded context, achieving over 80% token reduction through intelligent, intent-based filtering.
fluxwing-screenshot-importer
Import UI screenshots and generate uxscii components automatically using vision analysis. Use when user wants to import, convert, or generate .uxm components from screenshots or images.
help-skill
A template for generating help documentation for Claude Skills plugins. It provides structured sections for skill overviews, commands, quick start guides, and search functionality. The template uses placeholders that get replaced with actual plugin information.
error-handling-patterns
Provides concrete error handling patterns for Python, TypeScript, and Rust with practical examples like custom exception hierarchies, Result types, retry decorators, and async error handling. Focuses on building resilient applications with clear guidance on when to use different approaches.
debugging-strategies
This skill provides a structured methodology for debugging software issues, covering systematic processes, mindset, and tool-specific examples for JavaScript, Python, and Go. It teaches how to reproduce problems, form hypotheses, and use debuggers effectively.
kafka-cli-tools
This skill provides expert guidance on Kafka CLI tools (kcat, kcli, kaf, kafkactl) for producing/consuming messages, managing topics, and troubleshooting, including installation, command examples, and authentication setups.
ui-ux-pro-max
Provides structured UI/UX design guidance through a searchable database covering styles, color palettes, typography, and stack-specific implementations. Includes practical workflows for common design tasks and addresses common UI pitfalls with specific technical solutions.
deep-learning
PyTorch, TensorFlow, neural networks, CNNs, transformers, and deep learning for production
Roo-VMS
Provides pre-configured Alpine and Debian QEMU virtual machines for network protocol testing and fuzzing. Includes detailed examples for VM-to-VM communication, port forwarding, and packet capture. Useful for isolating potentially dangerous network experiments from the host system.
BrowserBridge
Provides real-time browser interaction through a local WebSocket bridge server. Enables JavaScript execution, DOM inspection, and screenshot capture from Claude Code. Useful for debugging web applications without switching contexts.
skill-creator
Provides structured guidance for creating Claude Skills with clear templates and progressive disclosure patterns. Includes practical examples for scripts, references, and assets organization. Helps developers extend Claude's capabilities with specialized workflows and tool integrations.
smart-rules
Automatically loads relevant project documentation based on task keywords. Scans project files to create category mappings, then matches user prompts to load only needed rules. Triggers after TodoWrite or before implementation tasks to ensure developers have proper context.
2_skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
literature-engineer
Multi-route literature expansion + metadata normalization for evidence-first surveys. Produces a large candidate pool (`papers/papers_raw.jsonl`, target ≥200) with stable IDs and provenance, ready for dedupe/rank + citation generation. **Trigger**: evidence collector, literature engineer, 文献扩充, 多路召回, snowballing, cited by, references, 200篇, 元信息增强, provenance. **Use when**: 需要把候选文献扩充到 ≥200 篇并补齐可追溯 meta(survey pipeline 的 Stage C1,写作前置 evidence)。 **Skip if**: 已经有高质量 `papers/papers_raw.jsonl`(≥200 且每条都有稳定标识+来源记录)。 **Network**: 可离线(靠 imports);雪崩/在线检索需要网络。 **Guardrail**: 不允许编造论文;每条记录必须带稳定标识(arXiv id / DOI / 可信 URL)和 provenance;不写 output/ prose。
create-skill
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends CoPilot's capabilities with specialized knowledge, workflows, or tool integrations.
beautiful-mermaid
Render Mermaid diagrams as SVG and PNG using the Beautiful Mermaid library. Use when the user asks to render a Mermaid diagram.
task-add
A specialized MCP skill that automatically adds structured tasks with mandatory subtasks to markdown documents. It enforces strict formatting rules for parallel development, preventing file conflicts by ensuring tasks are independent and properly decomposed.
frontend-dev-guidelines
A comprehensive and well-structured frontend development guide that provides clear patterns, practical checklists, and modern React/TypeScript best practices for team consistency.
generate-e2e-test
This skill converts manual workflow descriptions into Playwright end-to-end tests by first executing the workflow step-by-step using MCP browser tools, then generating test code based on actual interactions. It captures selectors, handles waiting strategies, and follows project-specific testing conventions.
laravel
Laravel v12 - The PHP Framework For Web Artisans
cli-development
This skill provides concrete guidance for building CLI applications using Python frameworks like Click, Typer, and argparse. It covers argument parsing, subcommands, interactive prompts, progress bars, and output formatting with practical code examples. The skill focuses on common CLI development patterns rather than abstract concepts.
setup
Sets up a Mac for ButterCut. Installs all required dependencies (Homebrew, Ruby, Python, FFmpeg, WhisperX). Use when user says "install buttercut", "set up my mac", "get started", "first time setup", "install dependencies" or "check my installation".