A CLI tool for transferring AI agent configurations (skills, tools, rules, instructions) between different platforms like GitHub Copilot, Cursor, Claude, and Windsurf.
# 🤖 Agent Config Manager (ACM)    A CLI tool that helps developers transfer AI agent configurations across different platforms. Copy skills, tools, rules, instructions, and other agent setup configurations from one agent or platform to another—whether that's from GitHub Copilot to Cursor, Cursor, or any other AI assistant. ## ✨ Features - 🌍 **Cross-Platform Support**: Transfer agent configurations between different AI assistants and IDEs - 🧰 **Comprehensive Configuration Transfer**: Copy skills, tools, rules, instructions, context, and system prompts - ✅ **Configuration Validation**: Verify compatibility and identify potential issues before transfer - 🔄 **Format Conversion**: Automatically convert configurations between different platform formats - 💾 **Backup & Restore**: Create backups of your agent configurations before making changes - 🧪 **Dry Run Mode**: Preview changes without applying them - 📦 **Single Executable**: No runtime dependencies required—just download and run ## 📦 Installation Requires [Deno](https://deno.land/) 2.0+ to build from source, or download a pre-built binary. **Pre-built Binaries**\ Download from [Releases](https://github.com/nesjett/agent-config-manager/releases), simplify make it executable: ```bash chmod +x acm alias acm="./acm" ``` **From Source** ```bash git clone https://github.com/nesjett/agent-config-manager.git cd agent-config-manager deno task build ``` **Run Directly** ```bash deno task dev -- copy --from cursor --to cursor ``` ## 🚀 Quick Start Copy an agent's setup from one platform to another: ```bash acm copy --from cursor --to cursor ``` ## 🧰 Commands Run `acm --help` for a list of commands, or `acm <command> --help` for detailed usage. Common commands: - `copy`: Transfer configu
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.