Skip to main content

Migration Guide

If you're familiar with Cursor, GitHub Copilot, or other AI editors, you can use the following table to quickly map concepts when migrating to Tuanjie AI (Unity China's programming agent for game development), then dive into the linked documentation.

Concept Mapping

Concept You KnowCorresponding in Tuanjie AI
Chat / AskMulti-turn conversations in Cowork, IDE extensions, or CLI; see Overview, CLI
Agent / Auto-execute multi-stepMain conversation + tools/MCP + Subagents; overview in Core Workflows
Rules / Project constraintsConfigure rules, CODELY.md, Commands/Skills; see AI Rules & Project Conventions
@Files / @FoldersIDE and CLI behavior differs slightly: @ in conversations often relates to Subagents; @path in CLI references files/directories; see Context & Mentions
Cmd K / Inline code editSelect code, describe modifications in Tuanjie AI, with @ or screenshots; see Core Workflows
MCPMCP Servers
Codebase Indexing / Semantic SearchIn-project understanding via Cowork; public repository search via Code Search

Suggested Migration Steps

  1. Choose your form: Based on your preference, select Cowork, VS Code / JetBrains / Visual Studio extension, or CLI.
  2. Migrate rules: Consolidate your existing "team standards" into CODELY.md or configure rules, see AI Rules & Project Conventions.
  3. Migrate workflows: Turn high-frequency prompts into Commands, and domain-specific workflows into Skills.
  4. Connect external systems: Re-connect services you previously used in Cursor etc. via MCP.