How I use every Claude Code feature
31–40 of 193 posts
Re: How I use every Claude Code feature
#32Earlier quoted context omitted.
This one is already out of date. The bit on the top about allocating space in CLAUDE.md for each tool is largely a waste of tokens these days. Use the skills feature.
It's a balance and we use both. Skills doesn't totally deprecate documenting things in CLAUDE.md but agree that a lot of these can be defined as skills instead. Skill frontmatter also still sits in the global context so it's not really a token optimization either.
Re: How I use every Claude Code feature
#33Earlier quoted context omitted.
You think it would be a good idea to use a symlink instead?
I have AGENTS.md symlinked to CLAUDE.md and it works fine in my repos. But I can’t speak to it working across OS.
I thought git by default treats symlinks simply as file copies when cloning new.
Ie git may not be aware of the symlink.
Re: How I use every Claude Code feature
#34Earlier quoted context omitted.
I have AGENTS.md symlinked to CLAUDE.md and it works fine in my repos. But I can’t speak to it working across OS.
Confirm on a new clone that if you modify a file that the other is updated. I thought git by default treats symlinks simply as file copies when cloning new. Ie git may not be aware of the symlink.
Re: How I use every Claude Code feature
#35Why are so many still using CC and not Codex
Codex writes higher quality code, but is slower and less feature rich. I imagine this will change within months. The jury is still out. Exciting times!
Re: How I use every Claude Code feature
#36Are the CLI-based agents better (much better?) than the Cursor app? Why?
I like how easy it is to get Cursor to focus a particular piece of code. I select the text and Cmd-L, saying "fix this part, it's broken like this ____."
I haven't really tried a CLI agent; sending snippets of code by CLI sounds really annoying. "Fix login.ts lines 148-160, it's broken like this ___"
Re: How I use every Claude Code feature
#37Re: How I use every Claude Code feature
#38Why are so many still using CC and not Codex
If you are using literally any of Claude Code’s features the experience isn’t close, and regardless of model preference (Claude is my least favorite model by far) you should probably use Claude code. It’s just a much more extensible product for teams.
Re: How I use every Claude Code feature
#39> If you’re not already using a CLI-based agent like Claude Code or Codex CLI, you probably should be. Are the CLI-based agents better (much better?) than the Cursor app? Why? I like how easy it is to get Cursor to focus a particular piece of code. I select the text and Cmd-L, saying "fix this part, it's broken like this ____." I haven't really tried a CLI agent; sending snippets of code by CLI sounds really annoying…