Module 1 · Section 3 of 3
Platform Mapping
csAIi is platform-agnostic. The mechanics differ between platforms, but the architecture is identical. That makes it teachable across teams with mixed tool preferences.
| csAIi Layer | Claude Code | ChatGPT | Gemini | Local LLMs |
|---|---|---|---|---|
| Context | CLAUDE.md | Custom Instructions, Projects | Workspace context | System prompts, RAG |
| Skills | Slash commands | Custom GPTs, Saved prompts | Gems | Prompt templates + scripting |
| Agents | Agent files | Custom GPTs with Actions | Gems with extensions | LangChain, AutoGPT |
| Integration | MCP servers, CLI | Zapier, Actions | API connections | API calls, function calling |
| Iteration | SOUL.md changelog, weekly-review skill, ecosystem-health | Manual Instruction updates, conversation exports | Workspace doc updates, Gem refinement | Prompt template versioning, RAG maintenance |
Read this guide for the concepts, then implement using your platform’s equivalents.