agy-cli-migrator

arjunghosh/agy-cli-migrator
★ 0 stars Python 🤖 AI/LLM Updated today
A zero-dependency, cross-platform CLI tool to port custom skills, plugins, and MCP servers from Claude to Gemini/agy CLI.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agy-cli-migrator": {
      "command": "uvx",
      "args": [
        "agy-cli-migrator"
      ]
    }
  }
}

Or install with pip: pip install agy-cli-migrator

README Excerpt

> **agy-cli-migrator** is a zero-dependency, safe, interactive CLI utility to surgically port custom skills, plugins, and Model Context Protocol (MCP) servers from traditional Claude/Codex environments into the unified **agy CLI** (Gemini) runtime. It features automatic dated backups, POSIX symlinks, Windows Directory Junctions, and full transaction rollbacks.

Topics

agentic-aiclaudeclicross-platformgeminimcppythonsymlinkzero-dependencies