my-claude-code-setup
by centminmod
Shared starter template configuration and CLAUDE.md memory bank system for Claude Code
# Add to your Claude Code skills
git clone https://github.com/centminmod/my-claude-code-setup- Threads - https://www.threads.com/@george_sl_liu
- BlueSky - https://bsky.app/profile/georgesl.bsky.social
My Claude Code Project's Starter Settings
Alternate Read Me Guides
The beauty of using AI is that I can get AI to generate alternate Read Me guides using different formats and styles to suit different readers and learners. So I asked Claude Code to generate alternate Read Me guides in different styles - pick one that suits you best or read all of them to get a better understanding of how to use this project.
- README.md - Original written version I did myself below
- README-v2.md - Progressive Disclosure Guide (Beginner → Intermediate → Advanced sections)
- README-v3.md - Task-Based Guide ("I want to..." navigation for goal-oriented users)
- README-v4.md - Technical Reference Manual (Chapter-based, dense reference format)
Overview
My Claude Code project's starter settings and Claude Code hooks and slash commands are provided in this repository for users to try out. The CLAUDE.md is setup as set of memory bank files to better retain context over many chat sessions. Be sure to read the official Claude Code docs first at https://docs.anthropic.com/en/docs/claude-code/overview and sign up for a paid Claude AI account to use Claude Code. You can pay for Claude Pro $20/month, Claude Max $100/month or Claude Max $200/month. The paid Claude tier plans will include varying quotas for usage and rate limits outlined here. You can also use Claude Code with Z.AI to get higher token usage quotas and get access to Z.AI GLM-4.7 LLM models within Claude Code. Use Z.AI invite code for additional 10% discount which can stack with current 50-60% yearly discounts.
- Copy the files in this Github repo to your project directory (where you intended codebase will be).
- Modify the template files and CLAUDE.md
to your liking..claude/settings.jsonneeds to install Terminal-Notifier for macOS https://github.com/centminmod/terminal-notifier-setup. If you're not using macOS, you can remove.claude/settings.json`. - After launching Claude Code for the first time within your project directory, run
/initso that Claude Code analyses your c...