Sv banner
lorenjphillips lorenjphillips

Sv

AI community

Description

Back up AI agent skills, config, and conversation logs. Supports Claude Code, Cursor, Codex, Windsurf, and 13 more tools.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

sv

[![CI](https://github.com/lorenjphillips/sv/actions/workflows/ci.yml/badge.svg)](https://github.com/lorenjphillips/sv/actions/workflows/ci.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/lorenjphillips/sv)](https://goreportcard.com/report/github.com/lorenjphillips/sv) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Go Version](https://img.shields.io/github/go-mod/go-version/lorenjphillips/sv)](go.mod)

sv init

Back up your AI agent skills, config, memory, and conversation logs across all installed tools.

go install github.com/lorenjphillips/sv@latest

If `sv` isn't found after install, add Go's bin directory to your PATH: `export PATH=$PATH:$(go env GOPATH)/bin`

How It Works

Run `sv init` once. It scans for installed AI tools, lets you select what to back up, and configures backup targets. Subsequent syncs run manually or on a schedule.

sv init
Example output
Scanning for installed AI tools...

  [x] Claude Code   skills, config, memory, conversations
  [x] Cursor        rules, config
  [x] Windsurf      rules, config, memory
  [ ] Aider         config, conversations
  [ ] Continue      rules, config

Backup targets:

  [x] Git (github.com/you/ai-backup)
  [x] AWS S3 (s3://my-ai-backups)
  [ ] Google Cloud Storage
  [ ] Azure Blob Storage
  [ ] iCloud Drive
  [ ] Time Machine

Schedule automatic backups? [y/N]: y
Interval (default 24h): 24h

Config written to ~/.sv/config.yaml
Launchd job installed. Run `sv sync` to back up now.

Supported Tools

Tool Skills / Rules Config Memory Conversations
Claude Code skills/, agents/, commands/ settings.json, company/, bin/ projects/*/memory/ projects/*.jsonl
Cursor rules/ mcp.json
Codex