Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudX SDK Agents

AI-agent guidance for integrating the CloudX SDK into publisher apps — Android, iOS, React Native, Flutter, and Unity. Works with Claude Code, Codex, Cursor, and any agent that can read files and fetch URLs.

How it stays accurate: this repository contains no SDK versions, no API references, and no dependency coordinates. Agents fetch all facts live from docs.cloudx.io (machine-readable index at /llms.txt), which is updated with every SDK release. What lives here is the part docs can't hold: the integration workflow and playbooks for real-world situations — running CloudX first-look or parallel alongside an existing mediator (AppLovin MAX, LevelPlay, Google, or another), CMP/consent handling, build-system quirks, and mediation migrations. CI fails any commit that hardcodes a version.

Install

Claude Code (recommended)

/plugin marketplace add cloudx-io/cloudx-sdk-agents
/plugin install cloudx@cloudx

Then, in your app project:

integrate CloudX with app key YOUR_APP_KEY

Cursor / Codex / other agents

Clone this repo (or vendor AGENTS.md, .agents/skills/, and playbooks/ into your app repo). AGENTS.md is the entry point; both tools pick it up natively. Vendored copies stay safe when old — they contain no facts, only the instruction to fetch facts live.

No install

Paste into any agent with web access:

Follow https://raw.githubusercontent.com/cloudx-io/cloudx-sdk-agents/main/.agents/skills/cloudx-integrate/SKILL.md to integrate the CloudX SDK into this project.

What's included

Piece Purpose
cloudx-integrate skill Phased integration workflow: Detect → Plan → Integrate → Build-verify → Audit → Report
cloudx-audit skill Check an existing CloudX integration against the current docs
playbooks/ Field knowledge: mediator coexistence (first-look / parallel, any mediator), mediation migration, consent & CMPs, Android/iOS/Unity/RN/Flutter build quirks

Platform status: docs-driven integration works for all five platforms. Scenario and native-platform playbooks are seeded with general guidance; wrapper-platform playbooks (Unity, React Native, Flutter) start as stubs. All grow and harden as real support cases surface.

Contributing playbooks

Playbooks hold only knowledge absent from docs.cloudx.io: link docs pages instead of restating them, and never include version numbers (CI enforces this). Each playbook declares applies_to, detection signals, and last_verified frontmatter. Run scripts/verify.sh locally before opening a PR.

Resources

About

AI-agent guidance for integrating the CloudX SDK — Claude Code, Codex, and Cursor. Facts fetched live from docs.cloudx.io; workflow and field playbooks here.

Topics

Resources

Stars

15 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages