Skip to main content
Intelliverse

Agent Skills

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

Agent Skills map plain-English goals to reviewed setup contracts. The dashboard never executes raw SKILL.md bodies: it previews prerequisites, permissions, cost, App scope, and manual removal before handing confirmed work to a named setup path. Skills live under skills/ and map reviewed contracts to verified MCP tools. Source availability does not imply provider readiness; check each setup status and safety-check scope.

Available skills

Web & mobile scaffolding

Setup required

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)

Setup required

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

skills/deploy-desktop/SKILL.md

Game backends (Nakama)

Setup required

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

skills/scaffold-game/SKILL.md

Platform wiring

Setup required

Protocol-verified App-scoped MCP tools for chat, KB, email, media, and credits; App/key administration is separately permissioned.

skills/intelliverse-router/SKILL.md

Conversational avatars (LiveKit)

Setup required

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

skills/conversational-avatar/SKILL.md

Example prompts

Agent prompts
# Web planning (no App/key creation or deployment):
"Preview a Next.js Invoice Copilot scaffold for this existing App ID. List files,
 permissions, credits, and manual removal steps; do not write files or call APIs."

# Desktop (IVX Agency angle):
"Preview an isolated Electron scaffold for this one client App ID. Keep its
 App-scoped key server-side; never use or request a management key."

# Game (honest Nakama scope):
"Preview a Nakama TypeScript module manifest with leaderboard RPC stubs and
 document what still needs confirmation and 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

The skills ship in the public router-mcp repo under skills/. Review and copy only the named app-safe playbooks you need into your agent's skills folder (~/.cursor/skills/ for Cursor, ~/.claude/skills/ for Claude Code); never bulk-install operator playbooks. The per-App “Integrate with Agent Skills” catalog shows role, prerequisites, status, permissions, cost, canary, and removal guidance before setup. Per-platform configuration is on the Agent Skills page. Skills pair with the MCP server, which provides the verified tools the playbooks call.

Did this doc help you?
Help us improve these docs