En

agent-skills-setup

Migrate AI Assistant Context Configurations Across IDEs/Agents

开发流程 迁移会话数据同步项目上下文同步环境配置 通用 ★ 1.1k Updated 2026-08-02

Install & Use

Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:

Help me install this AI Skill: agent-skills-setup.
It is used for: Migrate AI Assistant Context Configurations Across IDEs/Agents
Full Skill content: https://321skill.com/skills/agent-skills-setup-x-8/raw/index.md
Read that page and install it.

The prompt includes a link to the full Skill content. You can also view the full content.

This skill addresses the challenge developers face when using multiple AI coding assistants (such as Cursor, Claude, Windsurf, etc.)—the inability to efficiently migrate custom skills, rules, prompts, MCP configurations, and other contextual settings. In real-world development, teams or individuals often need to switch between different IDEs or agents, but manually copying and pasting configurations is prone to omissions, errors, and lacks version control and preview capabilities.

Usage is straightforward: you simply specify the source and target IDE/agent names, the working directory, and the types of objects to migrate (e.g., skills, rules, prompts). The tool first performs a dry-run preview, listing all change paths and potential conflicts, and only writes the actual changes after user confirmation. You can then trigger the migration process using natural language commands, such as "Migrate the project-mcp configuration from Cursor to Claude."

It is ideal for developers, agent engineers, and team collaboration scenarios that require frequent switching between IDEs or agents. This is especially useful for those who have already set up multiple AI development environments but want to centrally manage context configurations, or when needing to migrate a project's skill library from an old tool to a new platform.

Before migrating, it is recommended to check the configuration file paths and formats of the target IDE to ensure compatibility. Note that the tool does not automatically handle UI-managed configurations (such as MCP settings in Claude Desktop) and does not migrate sensitive information like keys or session tokens—these require manual reconfiguration or dedicated methods.

Key Features

Unlike manual copy-pasting or using generic file synchronization tools, it supports dry-run previews, granular migration by object type (skills/rules/prompts), and automatically validates configuration format conflicts in the target IDE to prevent overwrite errors due to path mismatches.

Limitations

Requires a bash environment and manual configuration of target IDE path mappings; does not support migration of UI-managed MCP configurations like those in Claude Desktop; requires at least Node.js 16+ to run dependency checks in the script.

FAQ

Which IDEs or agents are supported for migration?

Currently supports mainstream tools like Cursor, Claude, Windsurf, IflyCode, Raccoon AI, and can be extended via ide-paths.json. Check the configuration files in the references/ides/ directory.

Will source files be deleted during migration?

No, the default is a copy migration, and source files are preserved. If you wish to delete the source after synchronization, you need to manually specify the --strategy sync parameter.

Installation guide for AI assistants

If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:

Visit https://321skill.com/skills/agent-skills-setup-x-8/raw/index.md to read the original Skill definition (Markdown format) for agent-skills-setup, and install it according to the instructions.