~/ claude-kitsync / landing — wireframes v1.1.2
LIVE — V1.1.2GitHub ↗

KITSYNC!

{ CLI · OPEN SOURCE · CLAUDE CODE } →
UN SEUL .claude/
SUR TOUTES TES MACHINES

Synchronise automatiquement agents, skills, hooks et settings entre ton Mac du bureau et ton laptop, via un dépôt git privé. Un wrapper silencieux fait le pull en arrière-plan — 2s max, jamais bloquant.

QU'EST-CE QUE ÇA FAIT ?_

Tu modifies un agent sur ton Mac du bureau. La prochaine fois que tu lances claude sur ton laptop, il est déjà là. Aucun bouton à pousser.

01

Pull silencieux

Wrapper shell déclenché à chaque lancement de claude.

02

Push manuel

claude-kitsync push -m "…". Tu décides quand publier.

03

Paths absolus

/Users/alice → /home/bob, traduit automatiquement.

— GET STARTED
# via Homebrew
$ brew install charliinew/claude-kitsync/claude-kitsync
# via curl
$ curl -fsSL \
https://raw.githubusercontent.com/charliinew/claude-kitsync/main/install.sh | bash
✓ lance `claude` n'importe où.

KITS
PARTAGÉS

install direct depuis GitHub →
// PHILOSOPHIE

UN OUTIL.
UNE COMMANDE.
ZÉRO MAGIE.

Pas de daemon. Pas de service tiers. Pas de format propriétaire. Juste git, un wrapper shell de quelques lignes, et un script d'install lisible. Tu peux cat tout ce qui tourne sur ta machine en moins de 5 minutes.

// runtime
Bash · POSIX
// dépendance
git ≥ 2.0
// install
~12 secondes
// taille
≈ 600 LOC
// chiffrement
opt-in · AES
// licence
MIT
// KITS COMMUNAUTAIRES
$ claude-kitsync install gh:<user>/frontend-toolkit
$ claude-kitsync install gh:<user>/devops-essentials
$ claude-kitsync install gh:<user>/your-kit-here

// CE QUI EST INCLUS

  • +claude-kitsync statusAffiche l'état de sync en un coup d'œil : fichiers en attente, dernière remote, profil actif.
  • +Path remapRéécrit les chemins absolus entre machines : /Users/alice → /home/bob et inverse.
  • +Profils gitBascule la remote selon le contexte : claude-kitsync use work ou claude-kitsync use perso.
  • +ChiffrementOpt-in sur settings.json : claude-kitsync encrypt settings.json — clé locale, jamais commitée.
  • +Brew installbrew install charliinew/claude-kitsync/claude-kitsync — ou curl -fsSL kitsync.sh | sh si tu préfères.
  • +Zero depsAucune dépendance externe — juste git. macOS & Linux.
brew install
claude-kitsync.
ou curl · pas de binaire · pas de config requise.
// FICHIERS SUIVIS
agents/skills/hooks/scripts/rules/CLAUDE.mdsettings.json
// JAMAIS TOUCHÉ
.credentials.jsonsessions/cache/

QU'EST-CE QU'ON SYNC ?_

{ }
CONFIG SOURCE DE VÉRITÉ
Multi-machines.
Multi-profils.
Multi-OS.
— SUPPORTÉ DÈS V1.1.2
0s
timeout du pull silencieux
0s
installation via brew
profils git (perso · travail · …)