Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

react-native-onboarding

react-native-onboarding에는 Rocapine에서 수집한 skills 16개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
16
Stars
2
업데이트
2026-07-03
Forks
1
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

setup-ui-sdk
소프트웨어 개발자

Installs and wires the `@rocapine/react-native-onboarding-ui` UI SDK on top of the headless SDK. Use when the user wants prebuilt onboarding screens, asks "add the UI SDK", "render the onboarding step", or "use OnboardingPage".

2026-07-03
compose-screen-builder
웹·디지털 인터페이스 디자이너

Builds the inner UIElement tree of a ComposableScreen step. Inspects the target app's design system before composing. Use when authoring a ComposableScreen, asks "compose a screen", "build the UIElement tree", "design the layout", or needs branching/variables in a single screen.

2026-06-30
create-step-json
소프트웨어 개발자

Authors a new Rocapine Onboarding Studio step using exclusively the ComposableScreen step type. Inspects the target app for design system, fonts, tokens, and copy voice before generating. Use when the user wants to add an onboarding screen, draft a step, or asks "give me JSON for an onboarding step".

2026-06-30
customize-onboarding-components
웹·디지털 인터페이스 디자이너

Customizes how Rocapine ComposableScreen UIElements render in the host app — via element props (primary path) and host-wired `custom` button actions (advanced path). Use when the user wants a different look for buttons / radio cards / inputs, wants the onboarding to share components with the rest of the app, or asks "customize the button", "use my own component for X", "wire a custom action".

2026-06-30
export-existing-onboarding
웹·디지털 인터페이스 디자이너

Finds an existing onboarding flow already implemented in the target app's source code (screens/modules named onboarding, welcome, intro, getting-started) and converts each screen into a Rocapine ComposableScreen step JSON. Preserves the app's exact design — colors, fonts, radii, copy, navigation order — pulled from the source code. Use when the user says "export my existing onboarding", "convert my onboarding screens to Rocapine", "I already have onboarding in the app — generate the JSON", "migrate the onboarding to the SDK", or "recreate my onboarding as steps".

2026-06-30
validate-step-json
소프트웨어 품질 보증 분석가·테스터

Validates a Rocapine ComposableScreen step JSON against the headless SDK Zod schemas. Use when the user pastes step JSON and asks "is this valid", "check this onboarding step", "validate this payload", or after creating step JSON.

2026-06-30
setup-headless-sdk
소프트웨어 개발자

Installs and wires the `@rocapine/react-native-onboarding` headless SDK in an Expo or React Native app. Use when the user wants to add Rocapine onboarding data layer to their app, asks "set up the onboarding SDK", "install rocapine headless", or "connect to onboarding studio".

2026-06-19
onboarding-best-practices
프로젝트 관리 전문가

Provides conversion-optimized onboarding patterns for Rocapine ComposableScreen-only flows. Includes the target-app inspection protocol. Use when the user asks "how should I design this onboarding", "what's the best order", "how to improve conversion", or any open-ended onboarding strategy question.

2026-06-03
watch-example-errors
소프트웨어 개발자

Run the example app's Metro bundler and watch for errors — either a one-shot bundle check, or a live background agent that wakes the session and diagnoses the moment a runtime/bundle error hits the Metro log. Use when the user wants to "run the example app and detect errors", "set up an error-watch background agent", "warn me while I work on features", check the example bundles cleanly, or after changing packages/.

2026-05-29
check-sdk-version
소프트웨어 개발자

Detects version mismatch between this Rocapine plugin and the installed `@rocapine/react-native-onboarding` / `@rocapine/react-native-onboarding-ui` SDKs in the target app. Proposes upgrade if mismatched. Auto-triggers at the start of setup-headless-sdk, setup-ui-sdk, and sdk-integration-verifier flows, and whenever the user says "check sdk version", "is my onboarding sdk up to date", "do I need to upgrade", or "match plugin version".

2026-05-22
customize-onboarding-theme
웹·디지털 인터페이스 디자이너

Builds or extends Rocapine Onboarding UI theme tokens (colors, typography, light/dark). Use when the user wants to brand the onboarding, change colors, change fonts, set up dark mode, or asks "customize the onboarding theme", "make it match our design system".

2026-05-22
bump-version
소프트웨어 개발자

Bump version of both SDK packages (headless + UI), update both CHANGELOGs, and commit. Use when the user wants to release a new version, bump the SDK, or cut a release.

2026-05-22
composable-screen-layout-debug
소프트웨어 개발자

Diagnose ComposableScreen UIElement layout failures (zero size, clipped content, overflow, broken flex). Use when an element renders blank, collapses, or content is cut off.

2026-05-04
sync-studio-schema
데이터베이스 아키텍트

Generate the onboarding-studio schema-mirror prompt from staged/recent changes to ComposableScreen types. Use after editing UIElement schemas, e.g. "draft studio sync prompt", "what do I tell studio".

2026-05-04
update-uielement
소프트웨어 개발자

Update an existing UIElement type in the Rocapine Onboarding monorepo (props, schema, or renderer changes). Use when modifying an existing ComposableScreen element, e.g. "add fontSize to TextElement", "change CarouselElement props", "update RadioGroup schema".

2026-05-04
add-uielement
소프트웨어 개발자

Add a new UIElement type to the Rocapine Onboarding monorepo (both headless SDK and onboarding-ui). Use when the user wants to add a new element type to ComposableScreen, e.g. "add a Slider UIElement", "add a Checkbox element".

2026-04-23