Skip to content
Wire AI docs

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.

Your coding agent
Claude Code, Cursor, Codex
INTEGRATION_PROMPT.md
Detects your conventions, wires Metro, scaffolds the screen
SDK wired in
A fallback flow and a green type-check
The prompt does the wiring. You review the diff.

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.md

Paste 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.

There is no skill to run
Wire AI's Claude skills are not distributed. They are not in the published package, and there is no public repo to copy them from, so there is nothing here for you to run. The prompt above covers the same ground.