intelliversex-sdk-cpp

Locate IntelliVerseX C/C++ SDK paths and documentation references.

1|4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/intelli-verse-x/Intelli-verse-X-SDK --skill intelliversex-sdk-cpp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intelliversex-sdk-cpp
Source: https://github.com/intelli-verse-x/Intelli-verse-X-SDK/tree/main/skills/platforms/cpp
Command: npx skills add https://github.com/intelli-verse-x/Intelli-verse-X-SDK --skill intelliversex-sdk-cpp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides clear monorepo paths and documentation references for developers working with the IntelliVerseX C/C++ SDK so they can find integration points and guides without searching the repository manually.

Core Features & Use Cases

  • SDK root location: SDKs/cpp/ for source, build files, and native bindings.
  • Platform guide reference: docs/platforms/cpp.md explains platform-specific instructions and integration tips.
  • Publishing guidance: notes planned registries such as Conan and vcpkg and points to the publishing checklist for release preparation.
  • Use Case: A developer integrating nakama-cpp into a game engine can quickly find the correct SDK path, read platform instructions, and follow registry publishing steps.

Quick Start

Open the SDKs/cpp directory and summarize the module layout, the platform guide location, and any publishing notes mentioned in the docs.

Frequently Asked Questions about intelliversex-sdk-cpp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I locate the IntelliVerseX C++ SDK root path in the monorepo?

The IntelliVerseX C++ SDK root path is located at SDKs/cpp/ within the monorepo. This directory contains the native source code, build files, and bindings required for C++ integration. You can open it directly to summarize the module layout.

Where can I find platform-specific build instructions for the IntelliVerseX C++ SDK?

Platform-specific build instructions for the IntelliVerseX C++ SDK are in the docs/platforms/cpp.md file. This platform guide explains platform-specific integration tips and native build steps for developers preparing platform-specific builds.

Does the IntelliVerseX C++ SDK support publishing via Conan and vcpkg registries?

Yes, the IntelliVerseX C++ SDK supports publishing via Conan and vcpkg. The documentation includes publishing notes and a release checklist to help you prepare and distribute native SDK packages through these package registries.

What is the best way to integrate nakama-cpp into a game engine using the IntelliVerseX monorepo?

To integrate nakama-cpp, navigate to the SDKs/cpp directory for source and bindings, then consult the platform guide at docs/platforms/cpp.md. This provides the necessary integration points and instructions for game engine connectivity.

How do I prepare native C++ SDK packages for release in the IntelliVerseX monorepo?

To prepare native C++ SDK packages for release, follow the publishing checklist referenced in the SDK documentation. This checklist covers packaging steps for registries like Conan and vcpkg to ensure successful distribution.