* TEXT VERSION * SESSION CONTROL
/clear → Wipes the slate clean for a fresh context window.
/rename [name] → Renames your session (leave blank to let Claude name it!).
/rewind → Undoes recent steps by rolling back to a checkpoint.
/resume [session] → Jumps back into an
CODE
-
@datachaz — 2026-06-24
By
–
-

26 slash commands every power user needs to know
By
–
Want to master Claude Code? Here are 26 slash commands every power user needs to know. Save this list to supercharge your AI coding workflow ↓
-
One CLAUDE.md and auto memory simplify workflows
By
–
8/ The real setup. One lean CLAUDE.md. Let auto memory handle lessons. Add path rules when it grows, skills for workflows. Most people manage 7 files to do what one file and the tool already handle. Source: Anthropic Claude Code documentation, 2026.
-
Path-scoped rules keep Claude’s context clean for big codebases
By
–
6/ For a big codebase, do not pile everything into one file. Use path-scoped rules in a .claude/rules/ folder. They load only when Claude touches the matching part of your code, so the context stays clean instead of carrying everything at once.
-
Claude Code auto memory makes lessons.md obsolete
By
–
5/ The lessons.md file is now pointless. Claude Code has auto memory, on by default. It writes down what it learns about your project on its own after you correct it, and reloads it next session. The tool already does it for you.
-
Start with one file: CLAUDE.md for project rules
By
–
3/ Start with one file. CLAUDE.md in your project root. Build commands, your folder layout, conventions, the "always do this" rules. Claude reads it at the start of every session. This one file does what those seven were trying to do.
-
Anthropic lists seven real ways to steer Claude Code
By
–
2/ Anthropic lists the real ways to steer Claude Code. There are seven, and they are not files you invent. CLAUDE.md. Rules. Skills. Subagents. Hooks. Output styles. System prompt.
That is the actual list. -
Claude Code auto-loads specific files, not viral advice files
By
–
1/ The viral advice says make persona.md, lessons.md, references.md, glossary.md, and more. Claude Code does not read most of them. It auto-loads a specific set of files. The rest just sit there unless you import them by hand.
-
Beginners: one file, Claude builds the rest
By
–
Code beginners with Claude: everyone says to create 7 files first. You only need one, and Claude builds the rest itself. Here's how:
-
GitHub blocked by output policy in Claude Code
By
–
Claude Code for the web has just started saying "GitHub is blocked by the output policy", which is a big problem for me because most of my prompts there start with things like "clone simonw/sqlite-utils to /tmp to see the docs in