Use when adding new error messages to React, or seeing "unknown error code" warnings.
cat ~/Top
Browse top skills sorted by GitHub stars
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test...
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across...
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when...
|
Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows...
Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change...
Generate Vitest + React Testing Library tests for Dify frontend components, hooks, and utilities. Triggers on...
Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts,...
Guide for performing Chromium version upgrades in the Electron project. Use when working on the roller/chromium/main...
Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding...
Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting...
Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating...
Write Metal/MPS kernels for PyTorch operators. Use when adding MPS device support to operators, implementing Metal...
Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or...
Triages GitHub issues by routing to oncall teams, applying labels, and closing questions. Use when processing new...
Implements JavaScript classes in C++ using JavaScriptCore. Use when creating new JS classes with C++ bindings,...
Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in...
Guides writing bundler tests using itBundled/expectBundled in test/bundler/. Use when creating or modifying bundler,...
Guides writing HMR/Dev Server tests in test/bake/. Use when creating or modifying dev server, hot reloading, or...