Skills
No Claude skill ships with Wire AI. What ships is INTEGRATION_PROMPT.md, inside the published package, and it does the whole job: you paste it into whatever coding agent you already use and it wires the SDK into your app.
The integration prompt
Install the kit, then read the file straight out of node_modules:
$npminstall @wireai/activation wireai-rn$catnode_modules/@wireai/activation/INTEGRATION_PROMPT.mdPaste it into your agent from the root of your app and fill in the three values at the top: your server URL, your wai_ app key, and your app id. It walks the ordered steps: detect your conventions, install the packages, wire Metro, add the env vars, build a theme from your brand, scaffold the screen with a fallbackFlow, mount it in your signup flow, and leave the result type-checking green.
The other way in: the MCP server
Wire runs a hosted MCP server at https://wireai-mcp.fly.dev/mcp. Connect a URL and a bearer header, with no install and no login step, and your client pulls the integration recipe as tool calls instead of docs. How to connect it.