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.
json-canvas
This skill enables Claude to create and edit JSON Canvas files (.canvas) used in Obsidian. It provides detailed specifications for node types (text, file, link, group), edges, and layout guidelines. Includes validation rules and practical examples for mind maps and flowcharts.
file-organizer
A CLI-based file organizer that analyzes folder structures, finds duplicates, suggests logical organization patterns, and automates cleanup tasks. It provides step-by-step guidance with clear approval steps before making changes, reducing manual sorting effort.
notion
Notion API for creating and managing pages, databases, and blocks.
launch-strategy
When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,' 'beta launch,' 'early access,' 'waitlist,' or 'product update.' This skill covers phased launches, channel strategy, and ongoing launch momentum.
Hook Development
Comprehensive and well-structured documentation for implementing event-driven hooks in Claude Code plugins, with excellent examples and clear guidance on prompt-based vs command hooks.
Command Development
This skill teaches developers how to create and manage slash commands for Claude Code. It covers command structure, YAML frontmatter options, dynamic arguments, file references, and bash execution. The documentation explains when to use project vs personal commands and provides clear examples of proper command syntax.
pr-checks
A comprehensive PR review automation skill that systematically addresses CodeRabbit feedback, ensures PR description quality, runs tests, and maintains code standards through a structured workflow.
massgen-config-creator
A comprehensive guide for creating YAML configuration files for MassGen multi-agent systems, emphasizing best practices, consistency, and referencing authoritative documentation.
prompt-enhancer
This skill analyzes a user's brief development request and existing project files to generate detailed, context-aware implementation requirements. It follows a clear four-step workflow, provides stack-specific templates (Flutter, Next.js, Python), and requires user confirmation before proceeding. It addresses the common problem of vague prompts in coding assistance.
breaking-change-detector
Detect and warn about breaking API/schema changes before implementation. Auto-trigger when modifying API routes, database schemas, or public interfaces. Validates changes against api-strategy.md versioning rules. Suggests migration paths for breaking changes. Prevents removing endpoints, changing request/response formats, dropping database columns, modifying function signatures without deprecation.
protocol-reverse-engineering
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.
accessibility-testing
This skill provides automated and manual testing tools for web accessibility compliance with WCAG 2.2 standards. It includes code examples for keyboard navigation, axe-core integration, and screen reader validation. The documentation clearly outlines legal requirements and provides actionable checklists for developers and QA teams.
zig-system-calls
Provides Zig developers with a cross-platform system call interface using bun.sys as an alternative to std.fs. Offers better error handling with Maybe(T) return types, automatic EINTR retry, and detailed error information including errno, syscall tags, and file descriptors.
Plugin Settings
A well-documented pattern for storing plugin configuration using YAML frontmatter in .local.md files, providing clear implementation guidance for per-project settings management.
status
A well-designed status reporting skill that provides comprehensive project overview with clear actionable insights, excellent error handling, and professional output formatting.
tailwind-v4-shadcn
Set up Tailwind v4 with shadcn/ui using @theme inline pattern and CSS variable architecture. Four-step pattern: CSS variables, Tailwind mapping, base styles, automatic dark mode. Prevents 8 documented errors. Use when initializing React projects with Tailwind v4, or fixing colors not working, tw-animate-css errors, @theme inline dark mode conflicts, @apply breaking, v3 migration issues.
domain-name-brainstormer
Generates domain name suggestions for projects and checks availability across TLDs like .com, .io, and .dev. Provides practical naming tips, TLD guidance, and example workflows for startups and personal brands. Includes availability status and pricing context.
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
debugging-strategies
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
search-specialist
A comprehensive and expertly crafted search specialist skill with exceptional practicality, clear structure, and robust methodology for advanced information retrieval across diverse domains.
gemini
Gemini CLI for one-shot Q&A, summaries, and generation.
remotion-best-practices
Best practices for Remotion - Video creation in React
threejs-textures
Three.js textures - texture types, UV mapping, environment maps, texture settings. Use when working with images, UV coordinates, cubemaps, HDR environments, or texture optimization.
threejs-animation
Three.js animation - keyframe animation, skeletal animation, morph targets, animation mixing. Use when animating objects, playing GLTF animations, creating procedural motion, or blending animations.