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.
Investigating Code Patterns
Provides structured methods for tracing code execution, locating implementations, diagnosing performance issues, and mapping system architecture. Includes specific templates for documenting findings and recommends parallel agent workflows for complex investigations.
using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
responsive-images
Implement performant responsive images with srcset, sizes, lazy loading, and modern formats (WebP, AVIF). Covers aspect-ratio for CLS prevention, picture element for art direction, and fetchpriority for LCP optimization. Use when: adding images to pages, optimizing Core Web Vitals, preventing layout shift, implementing art direction, or converting to modern formats.
feature-prioritization
This skill provides structured templates for applying RICE, MoSCoW, Kano, and value-effort prioritization frameworks. It helps product managers and teams make objective feature decisions by offering clear formulas, scales, and example calculations for comparing initiatives and documenting rationale.
1k-date-formatting
Guides proper date and time formatting in OneKey app. Use when displaying dates/times in UI, formatting timestamps, or when dates need to follow app locale settings. Date, time, locale, formatDate, dateUtils.
internal-comms
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
hooks-automation
Provides hook-based automation for Claude Code operations with pre/post task handlers, session management, and MCP tool integration. Automates agent assignment, code formatting, and pattern learning from development activities. Includes Git hooks and memory coordination between swarm agents.
markitdown
Convert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.
skill-creator
Provides structured guidance for creating Claude Skills with emphasis on context efficiency. Covers skill anatomy, progressive disclosure patterns, and resource organization. Focuses on practical file structure decisions and when to include scripts vs references.
camsnap
Capture frames or clips from RTSP/ONVIF cameras.
receiving-code-review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
pr-code-review
Automates GitHub PR code reviews using 5 parallel Claude agents checking CLAUDE.md compliance, bugs, git history, PR patterns, and comments. Implements 8-step process with confidence scoring to filter false positives. Requires GitHub CLI access and posts formatted review comments.
CreateSkill
A framework skill for creating and validating Claude skills with strict structural guidelines. Enforces TitleCase naming, flat folder hierarchies, and standardized YAML frontmatter. Provides step-by-step conversion procedures for migrating legacy skills to the canonical format.
generate-release-notes
Generate comprehensive release notes for Bit from git commits and pull requests. Use when creating release notes, building changelogs, documenting version releases, or preparing a new Bit release.
cloudflare-r2
Store objects with R2's S3-compatible storage on Cloudflare's edge. Use when: uploading/downloading files, configuring CORS, generating presigned URLs, multipart uploads, managing metadata, or troubleshooting R2_ERROR, CORS failures, presigned URL issues, quota errors, 429 rate limits, list() metadata missing, or platform outages. Prevents 13 documented errors including r2.dev rate limiting, concurrent write limits, API token permissions, and CORS format confusion.
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
Browser
Debug-first browser automation with always-on visibility. Console logs, network requests, and errors captured by default. USE WHEN browser, screenshot, debug web, verify UI, troubleshoot frontend.
Skills Guide
Provides specifications and guidelines for creating Claude Skills. Covers SKILL.md structure, frontmatter requirements, organization patterns, and practical tips for effective skill development. Serves as a reference for developers building reusable capabilities.
wheels-anti-pattern-detector
Automatically detects and fixes common CFWheels framework errors during code generation. Scans for 8 critical anti-patterns including string boolean values in migrations, missing primary keys, property access issues, and CSRF vulnerabilities. Provides auto-fixes with clear before/after comparisons and integrates with all Wheels generators.
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.