Agent Skills turn plain-English requests into working apps on any platform. Each skill is a SKILL.md playbook your coding agent follows — scaffold, wire Intelliverse App IDs, mint keys, and deploy. Skills live in the repo under skills/ and mirror verified MCP tools from @intelliverse/router-mcp (nothing invented).
Available skills
Web & mobile scaffolding
LiveNext.js, React Native, Expo — create_app, create_api_key, kb_ingest in one agent loop.
skills/nl-app-builder/SKILL.md
Desktop apps (Windows · macOS · Ubuntu)
LiveElectron/Tauri scaffolds for IVX Agency — delegate builds, package for .dmg, .msi, AppImage.
skills/deploy-desktop/SKILL.md
Game backends (Nakama)
LiveHonest scope: Nakama module stubs, leaderboard RPCs, wallet hooks — not a Unity editor replacement.
skills/scaffold-game/SKILL.md
Platform wiring
LiveFull MCP tool surface: apps, keys, KB, media, credits — the 60-second Cursor loop.
skills/intelliverse-router/SKILL.md
Conversational avatars (LiveKit)
LiveToken minting, room scoping, per-minute metering — same stack as quizverse.world.
skills/conversational-avatar/SKILL.md
Example prompts
# Web (with router MCP + nl-app-builder skill):
"Scaffold a Next.js SaaS app called Invoice Copilot, create an Intelliverse App ID,
mint a Pro API key, ingest https://docs.example.com into its KB, and drop in a
chat widget that calls model intelliverse."
# Desktop (IVX Agency angle):
"Scaffold an Electron app for Windows and macOS that delegates overnight report
generation to IVX Agency cloud workers — wire the Intelliverse management key."
# Game (honest Nakama scope):
"Scaffold a Nakama TypeScript module with leaderboard RPCs and iv_credits wallet
hooks — document what still needs Unity client wiring."Note
.msi, .dmg, AppImage/.deb) — wrapper packaging around your App-ID backend, not a from-scratch native rewrite. Business case on /agency, delegation workflow on /desktop.Installing skills
Copy skills/*/SKILL.mdinto your agent's skills folder, or enable suggestions in the dashboard chat. Skills pair with the MCP server, which provides the verified tools the playbooks call.