Миграция агентского воркспейса между платформами

★ 8.2 · orchestration

dbs-agent-migration is a Claude Code skill that performs structural migration of an Agent workspace: it audits project rule files, identifies sources of truth, unifies naming conventions, and generates bridge files for Claude Code, Codex, Grok, and universal agents. The skill supports bidirectional migration across platforms — Claude Code ↔ Codex ↔ Grok — consolidating scattered skill files into a `skills/` directory and creating thin passthrough bridges. For Grok, it enforces `user_invocable: true` in the frontmatter, which is required for the skill to appear when searching with `/` in Grok TUI. Work proceeds through five confirmed phases: migration audit, rule file migration, source-of-truth identification, naming unification, and multi-platform bridge generation. Use it when your Agent configuration is spread across a project or when you need to bring Claude Code, Codex, Grok, and general-purpose agents into a single coherent workspace.