@facebook Organization
Public Skills
fix
by facebook
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
flags
by facebook
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
flow
by facebook
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
feature-flags
by facebook
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
test
by facebook
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
verify
by facebook
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
extract-errors
by facebook
Use when adding new error messages to React, or seeing "unknown error code" warnings.
xr-mode-test
by facebook
Test XR session lifecycle and mode transitions. Use when verifying XR enter/exit behavior, testing mode-dependent features, or debugging session state issues.
catalog-assets
by facebook
Catalog and index 3D model assets or image libraries by spawning parallel subagents. Use when the user wants to document, describe, or create a searchable index of asset files like GLB models, textures, or images.
iwsdk-planner
by facebook
IWSDK project planning and best practices guide. Use when planning new IWSDK features, designing systems/components, reviewing IWSDK code architecture, or when the user asks about IWSDK patterns, ECS design, signals, or reactive programming in this codebase.
iwsdk-ui-panel
by facebook
Develop and iterate on IWSDK UI panels efficiently. Use when working on PanelUI components, debugging UI layout, or improving UI design in IWSDK applications.
preview-model
by facebook
Preview a 3D model from the Kenney Prototype Kit in the VR scene. Use when the user wants to see what a model looks like, test a model in the scene, or compare texture variations.
click-target
by facebook
Find and click a target object in XR. Use when testing UI interactions, clicking buttons, or verifying interactable elements work correctly.