Authoring guide for native-rendered Native SDK apps - declarative Native markup (.native) views plus Zig logic on the UiApp loop. Use when building or modifying native UI (widgets, layout, bindings, messages), writing .native files, wiring Model/Msg/update, testing markup views, or verifying a native app through the automation harness.
$npx -y skills add vercel-labs/native --skill native-uiInstalls into the current project.
Run `npx skills use "https://github.com/vercel-labs/native" --skill "vercel-labs/native/native-ui"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/vercel-labs/native" that are relevant to the current task. Run `npx skills add "https://github.com/vercel-labs/native"` and select the relevant skills, then follow their instructions.