← ClaudeAtlas

cc-clonelisted

Clone a Claude Code brain — package your own memory/skills/agents/rules into a shareable, secret-redacted pack, or one-click install another developer's brain into your Claude Code (or export it to Codex/Gemini/Cursor/OpenCode). Use when the user says "clone my brain", "package my Claude Code setup", "install someone's brain", "克隆大脑", "打包我的记忆", "移植到 codex/cursor", or wants to distribute or adopt a Claude Code configuration.
duliangkuan/cc-clone · ★ 0 · AI & Automation · score 70
Install: claude install-skill duliangkuan/cc-clone
# cc-clone Turn a Claude Code "brain" (its CLAUDE.md, skills, subagents, commands, rules) into a portable pack that anyone can install in one step — with secrets stripped automatically. ## When to use - **"Package / clone my brain"** → run `pack`, then show the redaction report. - **"Install X's brain" / a `gh:` or repo URL** → run `install`. - **"Move my brain to Codex / Cursor / Gemini / OpenCode"** → run `install --to <host>`. - **"What brains do I have?"** → run `list`. ## Prerequisite `cc-clone` is a small Python (stdlib-only) CLI. If `cc-clone` is not on PATH, run it from a clone of the repo with `python -m cc_clone …`, or `pip install cc-clone`. Check with `cc-clone doctor`. ## Recipes ### Package the user's brain for sharing ```bash cc-clone pack <brain-name> --author "<name>" --description "<one line>" ``` Defaults to the global brain (`~/.claude`) and the reusable components (skills, agents, commands, rules, CLAUDE.md). Personal auto-memory and MCP configs are **excluded by default** — add them only on request with `--include memory,mcp` (they are the riskiest for leaks). **ALWAYS** show the user the 🔒 redaction report and the pack path, and tell them to eyeball the pack before publishing. Never `git push` a brain the user hasn't reviewed. Secrets are masked, but PII (emails/IPs) is only *flagged* unless `--strict` is passed. ### Install another developer's brain ```bash cc-clone install gh:someuser/their-brain # GitHub repo cc-clone install ./path/to/