Intelliverse

Agent Skills

SKILL.md playbooks that let coding agents build and wire apps on the platform in natural language.

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

Live

Next.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)

Live

Electron/Tauri scaffolds for IVX Agency — delegate builds, package for .dmg, .msi, AppImage.

skills/deploy-desktop/SKILL.md

Game backends (Nakama)

Live

Honest scope: Nakama module stubs, leaderboard RPCs, wallet hooks — not a Unity editor replacement.

skills/scaffold-game/SKILL.md

Platform wiring

Live

Full MCP tool surface: apps, keys, KB, media, credits — the 60-second Cursor loop.

skills/intelliverse-router/SKILL.md

Conversational avatars (LiveKit)

Live

Token minting, room scoping, per-minute metering — same stack as quizverse.world.

skills/conversational-avatar/SKILL.md

Example prompts

Agent 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

IVX Agency ships as Electron builds for macOS, Windows, and Ubuntu/Linux. Agents can also scaffold branded Electron/Tauri wrappers per client App-ID (.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.

Did this doc help you?
Help us improve these docs