By Fluory
Cross-device sync for your Claude Code setup via a private GitHub repo. Mirrors settings.json, custom skills, and plugin/MCP enablement between PC, laptop, work, and home machines while keeping credentials and per-device state strictly local.
Cross-device sync for your Claude Code setup. A wizard skill that walks
you through creating a private GitHub repo that mirrors your
~/.claude/ configuration across machines — settings, custom skills,
plugin/MCP enablement — without ever committing your auth token.
Distributed as a Claude Code plugin via its own marketplace.
A single-skill Claude Code plugin. After you install it, ask Claude something like:
The cross-device-sync skill activates and walks you through:
gh repo create --private..gitignore, bootstrap, prereqs,
push-from-machine, plus a per-MCP re-auth guide.git ls-files check for
credentials, .env, OAuth, Python build artifacts.prereqs → login → bootstrap →
restart → re-authenticate connectors on first use.The repo it creates is yours. This plugin doesn't host anything centrally and doesn't phone home.
/plugin marketplace add Fluory/claude-sync-kit
/plugin install claude-sync-kit
Then start a conversation and ask Claude to sync your setup.
| File / Folder | Synced? | Why |
|---|---|---|
~/.claude/settings.json | YES | Master config with enabled plugins |
~/.agents/skills/ (or wherever your skill content lives) | YES | The actual skill files |
Plugin contents (~/.claude/plugins/cache/) | NO | Regenerates from marketplace on first start |
| MCP/connector list | YES (implicit) | Comes via enabled plugins in settings.json |
| MCP/connector auth tokens | NO | Each machine re-auths (security feature) |
.credentials.json | NEVER | Your Claude auth token |
~/.claude.json | NO | Runtime state, OAuth, growthbook |
projects/, sessions/, tasks/, todos/ | NO | Per-device session state |
plans/, shell-snapshots/, cache/ | NO | Local state |
The bundled .gitignore covers all of this.
A static template repo would force you into one structure. The wizard:
You can also just lift the templates from
skills/cross-device-sync/templates/ and use them directly without
Claude in the loop.
claude-mem per-project memory is intentionally
out of scope. It's per-project, per-device, conflict-prone..gitignore matters even
when the repo is private. The skill enforces a pre-push check.MIT. See LICENSE.
@Fluory — Florian Hein.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fluory/claude-sync-kit --plugin claude-sync-kitPermanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns