Skip to content

Cwtch - Helpful utilities for Claude Code. Manage profiles, check usage, deploy your army of agents. 🤖

License

Notifications You must be signed in to change notification settings

welshwandering/cwtch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cwtch banner

Manage Claude Code profiles and sync configuration from Git.

CI

cwtch (Welsh): a cuddle or cozy nook

Note: This project is not affiliated with, sponsored by, or endorsed by Anthropic PBC.

Platform: macOS only. Tested on macOS Tahoe.

Installation

brew tap agh/cask
brew install cwtch

Quick Start

Switch Between Accounts

# Save your current Claude session
cwtch profile save work

# Switch profiles
cwtch profile use personal

# Check status
cwtch status

Sync Configuration from Git

# Create a Cwtchfile
cwtch sync init

# Edit it to add your sources
cwtch edit

# Pull and build ~/.claude/
cwtch sync

Example Cwtchfile:

sources:
  - repo: myuser/claude-agents
    commands: commands/
    agents: agents/
    as: personal

Documentation

  • Profiles — OAuth and API key management
  • Configuration — Cwtchfile reference and sync details

Commands

cwtch status              Show profile, usage, and sync state

cwtch sync                Pull sources and build ~/.claude/
cwtch sync init           Create example Cwtchfile
cwtch sync check          Validate Cwtchfile
cwtch edit                Edit Cwtchfile

cwtch profile list        List saved profiles
cwtch profile save <n>    Save current OAuth credential
cwtch profile save-key <n> Save API key as profile
cwtch profile use <n>     Switch to profile
cwtch profile delete <n>  Delete a profile
cwtch profile api-key     Output current API key

License

MIT

About

Cwtch - Helpful utilities for Claude Code. Manage profiles, check usage, deploy your army of agents. 🤖

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages