# my-claude-code-setup — CLAUDE.md Memory Bank > my-claude-code-setup is a starter repo for Claude Code with a CLAUDE.md memory-bank system, templates, and a recommended first step: run `/init`. ## Install Save in your project root: ## Quick Use ```bash git clone https://github.com/centminmod/my-claude-code-setup.git # Copy CLAUDE.md + .claude/ into your project, then run Claude Code: cd /path/to/your/project # inside Claude Code: /init ``` ## Intro my-claude-code-setup is a starter repo for Claude Code with a CLAUDE.md memory-bank system, templates, and a recommended first step: run `/init`. **Best for:** Claude Code users who want a structured, long-running project memory bank **Works with:** Claude Code, git worktrees, optional VS Code extension, macOS dev tools **Setup time:** 10-25 minutes ### Key facts (verified) - GitHub: 2286 stars · 219 forks · pushed 2026-05-04. - License: MIT · owner avatar + repo URL verified via GitHub API. - README-verified entrypoint: `git clone https://github.com/centminmod/my-claude-code-setup.git`. ## Main - Use the templates to standardize behavior: keep core rules and memory-bank structure in CLAUDE.md so every new worktree starts consistent. - Run `/init` on first launch (as README recommends) so Claude Code analyzes the codebase and populates the memory-bank files according to the template. - Adopt worktrees when running multiple agents in parallel: each worktree stays isolated while sharing history, reducing cross-session interference. ### Source-backed notes - README says the repo provides Claude Code starter settings, hooks, and a CLAUDE.md memory-bank system for longer sessions. - README lists an onboarding flow: modify templates, launch Claude Code in your project, then run `/init` on first use. - README notes the repo includes multiple CLAUDE.md templates and a migration guide for existing setups. ### FAQ - **Is it a plugin or a template repo?**: README positions it as a starter repo/templates you copy into your project. - **What’s the first command to run?**: README recommends running `/init` after launching Claude Code in the project directory. - **Do I need macOS-specific tools?**: README mentions optional macOS tool installs; you can adapt the setup to your OS. ## Source & Thanks > Source: https://github.com/centminmod/my-claude-code-setup > License: MIT > GitHub stars: 2286 · forks: 219 --- ## Quick Use ```bash git clone https://github.com/centminmod/my-claude-code-setup.git # Copy CLAUDE.md + .claude/ into your project, then run Claude Code: cd /path/to/your/project # inside Claude Code: /init ``` ## Intro my-claude-code-setup 是 Claude Code 的起步模板:提供 CLAUDE.md 记忆库体系与多种模板,并建议首次进入项目后运行 `/init` 让 Claude Code 生成/填充记忆文件。 **Best for:** 想把项目上下文长期稳定保留下来的 Claude Code 用户 **Works with:** Claude Code、git worktrees、可选 VS Code 扩展、macOS 开发工具 **Setup time:** 10-25 minutes ### Key facts (verified) - GitHub:2286 stars · 219 forks;最近更新 2026-05-04。 - 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中核对过的入口命令:`git clone https://github.com/centminmod/my-claude-code-setup.git`。 ## Main - 用模板标准化行为:把核心规则与记忆库结构写进 CLAUDE.md,让每个新 worktree 都从一致的约束开始。 - 按 README 建议首次启动后运行 `/init`:让 Claude Code 先分析代码库,再按模板生成/填充记忆文件。 - 并行跑多个 agent 时建议用 worktree:每个工作区文件状态隔离,共享历史,减少互相污染。 ### Source-backed notes - README 说明:仓库提供 Claude Code 的起步设置、hooks,以及用于长会话的 CLAUDE.md 记忆库体系。 - README 给出上手流程:修改模板 → 在项目目录启动 Claude Code → 首次运行 `/init`。 - README 提到提供多份 CLAUDE.md 模板,并附带迁移指南以便从旧版本升级。 ### FAQ - **它是插件还是模板?**:README 更像模板仓库:把 CLAUDE.md 与相关配置复制到你的项目里使用。 - **第一步要跑什么?**:README 建议:进入项目启动 Claude Code 后先运行 `/init`。 - **必须用 macOS 的工具吗?**:README 提到 macOS 可选工具安装;你可以按自己的系统做等价替换。 ## Source & Thanks > Source: https://github.com/centminmod/my-claude-code-setup > License: MIT > GitHub stars: 2286 · forks: 219 --- Source: https://tokrepo.com/en/workflows/my-claude-code-setup-claude-md-memory-bank Author: Prompt Lab