Claude Code tips from social
curated by arun · 20 sources · public
Guide
Compiled from 20 sources on 2026-09-11
Comprehensive Guide to Claude Code Optimization and Workflows
Claude Code is a powerful terminal-based tool that can be optimized using custom plugins, advanced commands, and behavioral settings. Effective configuration allows developers to manage token limits, automate repetitive workflows, and delegate tasks to autonomous subagents [1][19][20].
Core Configuration and Project Files
Project-level memory and rules are essential for maintaining consistent behavior across sessions. Creating a permanent project memory file via the `/init` command or by writing a `claude.md` file establishes an always-on table of contents and a set of persistent rules [2][3][5][19]. Structure rules using path-specific paths and HTML comments to minimize token usage and load instructions dynamically [15]. Additionally, filling out personal preferences in settings helps define user identity and output styles [8].
Token and Context Management
Performance and output quality drop as the context window fills up, with some sources noting performance degradation starting around 30% capacity [2][16][19]. Several built-in terminal commands and plugins help manage context limits: - Run `/compact` or clear sessions often when approaching context limits [2][5][16]. - Use `/context` to check remaining space and what is currently in the context window [5]. - Use the `/rewind` command (or `/re`) to jump back to a previous checkpoint if Claude messes up or outputs break, avoiding context bloat [5][15][20]. - Utilize plugins like Ponytail, which cuts token usage by over 50% without losing accuracy, and Headroom, which compresses and removes unnecessary data between the user and the model [1][9]. - Open-source or alternative commands like `/caveman` can cut about 75% of response tokens by eliminating fluff [10].
Commands and Behavioral Control
Switching output styles and behavioral commands alters how Claude reasons and responds. Use option-tab to switch modes, and add `/ultrathink` or `/deepthink` to allow Claude to reason up to 10 times deeper before answering complex prompts [2][10]. The `/ghost` command removes AI tells, preambles, conclusions, and m dashes, while `/output-style` (or switching to explanatory or concise output styles) helps users understand coding decisions or speed up workflows [5][10][15]. To automatically save session learnings, users can type `/reflect` at the end of a session, a prompt habit that can be saved as a skill to update memory and workflow preferences [4].
Skills, Subagents, and Automation
Skills act as step-by-step playbooks or reusable markdown workflows that load only when triggered, and can be found on platforms like `skills.sh` [3][19][20]. Skills can be locked using `disable model invocation` to require manual execution, or created by talking to Claude or recording workflows [6][20]. Subagents handle side tasks in separate windows and report back with answers, while custom subagents allow Claude to delegate tasks to specialized markdown-defined agents [3][20]. Hooks let developers trigger bash commands and Python scripts during specific lifecycle events like pre-tool and post-tool use [20]. For autonomous building, the `goal` command runs continuously until a condition is met, whereas the `loop` command runs on a fixed timer [14].
Integrations, Connectors, and MCP Servers
Claude Code connects to external data sources, applications, and tools through integrations and the Model Context Protocol (MCP). Users can add connectors for meeting notes, email, calendar, Slack, Notion, and finance software in settings [6][8]. For MCP servers, developers can use commands such as `Cloud MCP add` (with a transport type and name) and `Cloud MCP list` to manage servers, though newly added MCP tools require a Claude Code session restart [11]. While Claude Code can call existing REST APIs directly, MCP standardizes how applications discover and use capabilities, keeping secrets like API keys inside the MCP server so the LLM never sees them [12][13]. Tools like Arcade act as a runtime for MCP to handle per-user authentication and authorization [12].
Advanced Execution and Workflows
Advanced development workflows incorporate parallel environments, Git worktrees, and headless execution. Git worktrees enable running multiple isolated Claude sessions in parallel across separate copies of a repository without interference [20]. Headless mode allows running Claude non-interactively within bash scripts and piping outputs into JSON format using tools like jq [20]. Team members also utilize Claude Tag within Slack for broad product context, and deploy software factory workflows where an adversarial review agent verifies work done by a build subagent [14][18].
What is not covered
Detailed pricing tiers or subscription models beyond the $20 monthly pro plan are largely omitted [6]. Specific technical documentation for every third-party CLI tool mentioned (such as Supabase, Vercel, or Warp) is not fully detailed [14].
- [1] @ai.honeycove on TikTok: Claude Code just got supercharged with four must-have plugins that slash token usage, boost AI · https://www.tiktok.com/@ai.honeycove/video/7683640993203113229 · fetched 2026-09-11
- [2] @liamslockedin1 on TikTok: 10 Claude Code tips in 10 seconds. Use plan mode. Get Claude to ask you questions. Manage you · https://www.tiktok.com/@liamslockedin1/video/7639930074585648404 · fetched 2026-09-11
- [3] @itsmariahbrunner on TikTok: 7 ways to control Claude Code: 1. CLAUDE.md 2. Rules 3. Skills 4. Subagents 5. Hooks 6. Out · https://www.tiktok.com/@itsmariahbrunner/video/7655472071345966350 · fetched 2026-09-11
- [4] @thataiputzinggirl on TikTok: This is the one word in Claude that makes every session smarter. Command setup guide in th · https://www.tiktok.com/@thataiputzinggirl/video/7647691882381856031 · fetched 2026-09-11
- [5] @colton.deannn on TikTok: Five secret Claude Code commands to maximize your work. #claudecode #commands #aitips #ai · https://www.tiktok.com/@colton.deannn/video/7678478945817300254 · fetched 2026-09-11
- [6] @willfrancis24 on TikTok: How to master Claude and become an absolute pro in just 20 minutes. These 7 steps will take yo · https://www.tiktok.com/@willfrancis24/video/7673612990129671446 · fetched 2026-09-11
- [7] @nateherkai on TikTok: Stop making boring designs with Claude Code. Master these 3 skills! · https://www.tiktok.com/@nateherkai/video/7639793885929164045 · fetched 2026-09-11
- [8] @taki.gpt on TikTok: 🚀 Five things you need to do when you start using Claude. Doing these three things will make you a · https://www.tiktok.com/@taki.gpt/video/7627875864797056273 · fetched 2026-09-11
- [9] @milesreevesai on TikTok: comment Claude Plugins Claude Code just leveled up with 5 must-have plugins that boost AI powe · https://www.tiktok.com/@milesreevesai/video/7671053862857477408 · fetched 2026-09-11
- [10] @beardpreneur on TikTok: Most people run Claude on default and wonder why it sounds generic. Try /caveman to cut 75% of · https://www.tiktok.com/@beardpreneur/video/7640212666803342606 · fetched 2026-09-11
- [11] Add Your First MCP Server to Claude Code in 2 Minutes (2026) · https://www.youtube.com/watch?v=BPPQ2_rCfR4 · fetched 2026-09-11
- [12] Why Everyone Is Switching to MCP (And Why You Might Not Need To) · https://www.youtube.com/watch?v=qYq1wG7JnhM · fetched 2026-09-11
- [13] MCP Explained Simply — What It Is and Why It Exists · https://www.youtube.com/watch?v=oblaHqULUHk · fetched 2026-09-11
- [14] Every Level Of Claude Code Loop Engineering Explained · https://www.youtube.com/watch?v=PLyRe6Zk--8 · fetched 2026-09-11
- [15] 37 Cheat Codes to Level Up In Claude Code in 19 Minutes · https://www.youtube.com/watch?v=RDeofKimDxo · fetched 2026-09-11
- [16] Every Claude Code Concept Explained In 21 Minutes · https://www.youtube.com/watch?v=eF20iepBQCU · fetched 2026-09-11
- [17] I Deleted All My Claude Skills... And Claude Got Smarter · https://www.youtube.com/watch?v=XNQBCRcwXV4 · fetched 2026-09-11
- [18] How the Claude Code team uses Claude Code · https://www.youtube.com/watch?v=S-sYlFiGFv8 · fetched 2026-09-11
- [19] I Have Spent 1000+ Hours With Claude Code. This Is What I Learned · https://www.youtube.com/watch?v=YAsxyoTWFDA · fetched 2026-09-11
- [20] Claude Code: The Advanced Guide (99% of Devs Skip These Features) · https://www.youtube.com/watch?v=kt5a-TXmWew · fetched 2026-09-11
-
@ai.honeycove on TikTok: Claude Code just got supercharged with four must-have plugins that slash token usage, boost AI
https://www.tiktok.com/@ai.honeycove/video/7683640993203113229 · fetched 2026-09-11 · link_id 3058
No summary available.
-
@liamslockedin1 on TikTok: 10 Claude Code tips in 10 seconds. Use plan mode. Get Claude to ask you questions. Manage you
https://www.tiktok.com/@liamslockedin1/video/7639930074585648404 · fetched 2026-09-11 · link_id 3057
No summary available.
-
@itsmariahbrunner on TikTok: 7 ways to control Claude Code: 1. CLAUDE.md 2. Rules 3. Skills 4. Subagents 5. Hooks 6. Out
https://www.tiktok.com/@itsmariahbrunner/video/7655472071345966350 · fetched 2026-09-11 · link_id 3056
No summary available.
-
@thataiputzinggirl on TikTok: This is the one word in Claude that makes every session smarter. Command setup guide in th
https://www.tiktok.com/@thataiputzinggirl/video/7647691882381856031 · fetched 2026-09-11 · link_id 3055
No summary available.
-
@colton.deannn on TikTok: Five secret Claude Code commands to maximize your work. #claudecode #commands #aitips #ai
https://www.tiktok.com/@colton.deannn/video/7678478945817300254 · fetched 2026-09-11 · link_id 3054
No summary available.
-
@willfrancis24 on TikTok: How to master Claude and become an absolute pro in just 20 minutes. These 7 steps will take yo
https://www.tiktok.com/@willfrancis24/video/7673612990129671446 · fetched 2026-09-11 · link_id 3053
No summary available.
-
@nateherkai on TikTok: Stop making boring designs with Claude Code. Master these 3 skills!
https://www.tiktok.com/@nateherkai/video/7639793885929164045 · fetched 2026-09-11 · link_id 3052
No summary available.
-
@taki.gpt on TikTok: 🚀 Five things you need to do when you start using Claude. Doing these three things will make you a
https://www.tiktok.com/@taki.gpt/video/7627875864797056273 · fetched 2026-09-11 · link_id 3051
No summary available.
-
@milesreevesai on TikTok: comment Claude Plugins Claude Code just leveled up with 5 must-have plugins that boost AI powe
https://www.tiktok.com/@milesreevesai/video/7671053862857477408 · fetched 2026-09-11 · link_id 3050
No summary available.
-
@beardpreneur on TikTok: Most people run Claude on default and wonder why it sounds generic. Try /caveman to cut 75% of
https://www.tiktok.com/@beardpreneur/video/7640212666803342606 · fetched 2026-09-11 · link_id 3049
No summary available.
-
Add Your First MCP Server to Claude Code in 2 Minutes (2026)
https://www.youtube.com/watch?v=BPPQ2_rCfR4 · fetched 2026-09-11 · link_id 3048
No summary available.
-
Why Everyone Is Switching to MCP (And Why You Might Not Need To)
https://www.youtube.com/watch?v=qYq1wG7JnhM · fetched 2026-09-11 · link_id 3047
No summary available.
-
MCP Explained Simply — What It Is and Why It Exists
https://www.youtube.com/watch?v=oblaHqULUHk · fetched 2026-09-11 · link_id 3046
No summary available.
-
Every Level Of Claude Code Loop Engineering Explained
https://www.youtube.com/watch?v=PLyRe6Zk--8 · fetched 2026-09-11 · link_id 3045
No summary available.
-
37 Cheat Codes to Level Up In Claude Code in 19 Minutes
https://www.youtube.com/watch?v=RDeofKimDxo · fetched 2026-09-11 · link_id 3044
No summary available.
-
Every Claude Code Concept Explained In 21 Minutes
https://www.youtube.com/watch?v=eF20iepBQCU · fetched 2026-09-11 · link_id 3043
No summary available.
-
I Deleted All My Claude Skills... And Claude Got Smarter
https://www.youtube.com/watch?v=XNQBCRcwXV4 · fetched 2026-09-11 · link_id 3042
No summary available.
-
How the Claude Code team uses Claude Code
https://www.youtube.com/watch?v=S-sYlFiGFv8 · fetched 2026-09-11 · link_id 3041
No summary available.
-
I Have Spent 1000+ Hours With Claude Code. This Is What I Learned
https://www.youtube.com/watch?v=YAsxyoTWFDA · fetched 2026-09-11 · link_id 3040
No summary available.
-
Claude Code: The Advanced Guide (99% of Devs Skip These Features)
https://www.youtube.com/watch?v=kt5a-TXmWew · fetched 2026-09-11 · link_id 3039
No summary available.