Coding Agent Settings Backup — AI skill for Claude Code
CLI that backs up, versions, and restores configuration folders for AI coding agents (Claude Code, Codex, Cursor, Gemini, OpenCode, Kiro, …) using per-agent git repositories.
How to install Coding Agent Settings Backup
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open quangdang46/coding_agent_settings_backup and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Coding Agent Settings Backup does
CLI that backs up, versions, and restores configuration folders for AI coding agents (Claude Code, Codex, Cursor, Gemini, OpenCode, Kiro, …) using per-agent git repositories.
Alternatives in AI
- Agor — Orchestrate Claude Code, Codex, and Gemini sessions on a multiplayer canvas 1.2k ★
- Claude Replay — Convert AI coding agent sessions (Claude Code, Cursor, Codex, Gemini, OpenCode) into self-contained, embeddabl 644 ★
- Memory Forge Rs — Stop resetting satisfying AI chats — edit the memory instead 474 ★
README
casb — Coding Agent Settings Backup
   
**Back up, version, and restore configuration for 19 AI coding agents — in Rust.** Claude Code, Codex, Cursor, Gemini, OpenCode, and 14 more. One shared git repo, `--json` for agents, full version history.
curl -fsSL "https://raw.githubusercontent.com/quangdang46/coding_agent_settings_backup/main/install.sh?$(date +%s)" \
| bash -s -- --easy-mode
🤖 Agent Quickstart (Robot Mode)
⚠️ Always use `--json` in agent contexts. Never scrape human text output.
# Snapshot all installed agents
casb backup --json
# See backup state (installed, backed up, missing)
casb list --json
# Restore a specific agent
casb restore claude --json
# Health check
casb doctor --json
**Output conventions**
- stdout = structured data (JSON)
- stderr = diagnostics, warnings
- exit 0 = success, exit 1 = errors found
TL;DR
The Problem
Every coding agent stores its configuration somewhere different. Claude Code uses 3 directories, Codex and Gemini use their own, OpenCode has 2, and each one gets lost when you reinstall or migrate machines. Six months of agent tuning — custom instructions, provider keys, tool preferences — disappears in a format-and-reinstall.
Manual backups are inconsistent. Per-agent `.git` folders sprawl. And when something breaks, you have no idea which bac
Related Skills
Agent Settings Backup Script
Git-versioned backup tool for AI coding agent config folders (Claude Code, Cursor, Codex, etc.) with size-base
Agent Fleet
Self-hosted web console for running AI coding agents (Claude Code, Codex, Copilot, Antigravity, Cursor, Kiro,
Agent Cockpit
Desktop control panel for AI coding agent configuration — MCP servers, skills, subagents, plugins and settings
Sync Instructions
Sync CLAUDE.md instruction files to other AI agents (Gemini, Codex, OpenCode, Kiro, Cursor, Kimi, Vibe, Qwen,
Claude Auto API
Claude Code settings.json auto-config tool to quickly switch API_KEY, AUTH_TOKEN, and model configs across mul
Pixcode
Self-hosted AI coding agent control plane — Claude Code, Codex, Gemini CLI, Cursor, Qwen & OpenCode in one wor
Related Agents
Consult Agent
Execute cross-tool AI consultations via Task spawning. Use when agents or workflows need a second opinion from
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and
Developer Overview
code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode