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.
Skill Development
A comprehensive meta-skill providing clear guidelines and best practices for creating effective Claude Code plugin skills, with excellent structure and practical examples.
serena
Provides IDE-like symbol navigation and editing using LSP. Finds definitions and references across 30+ languages, enables precise code insertions, and supports refactoring workflows like renaming symbols and tracking usage.
apple-notes
This skill wraps the 'memo' CLI tool to manage Apple Notes from the terminal. It enables creating, viewing, editing, deleting, searching, moving, and exporting notes to HTML/Markdown. It's specifically for macOS users who want to interact with their Apple Notes collection programmatically or via command line.
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.
state-management
Provides clear decision trees and concrete code examples for choosing between local, global, server, and URL state in frontend applications. Covers React with Zustand/TanStack Query and Vue with Pinia, showing when to use each approach with practical patterns.
using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
vue-typescript
This skill provides concrete Vue 3 + TypeScript code examples covering component patterns, composables, state management with Pinia, routing, form validation, and performance optimization. It shows how to use script setup syntax, generic components, typed stores, and async loading. The examples are immediately usable in real projects.
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.