vibecoderskit
v0.2.0
Published
Scan, back up, and share your Claude Code setup — skills, agents, and MCP servers.
Maintainers
Readme
vibecoderskit
Your Claude Code setup — scanned, backed up, shareable.
npx vibecoderskit # scan ~/.claude, print a report card (offline)
npx vibecoderskit login # connect your vibecoderskit.ai account
npx vibecoderskit save # back up your setup (private by default)
npx vibecoderskit add @user/slug # install someone's published setup (no account needed)What it scans
~/.claude/skills/*/SKILL.md~/.claude/agents/*.md~/.claude.json(MCP servers)~/.claude/CLAUDE.md— detected, not uploaded unless you pass--include-claude-md~/.claude/settings.json— detected, never uploaded
Privacy
- Scanning is fully offline. Nothing is sent anywhere until you run
saveand confirm. - All secret values (MCP env vars, key-looking args) are redacted on your machine before upload.
- Everything imports as private. Sharing is a separate, explicit step on vibecoderskit.ai.
Installing setups
add writes skills and agents as files under ~/.claude/, and merges MCP servers
into ~/.claude.json:
- Existing files and servers are never overwritten — conflicts are skipped.
~/.claude.jsonis backed up to~/.claude.json.vck-backupbefore any change.- Published bundles never contain secret values; installed MCP servers get their env keys with empty values for you to fill in.
--dry-runpreviews everything without writing.
Part of Vibe Coders Kit — the place to share your Claude Code setup.
