My experience with Claude Code after two weeks of adventures
sankalp.bearblog.dev
My experience with Claude Code after two weeks of adventures
1–10 of 388 posts
Re: My experience with Claude Code after two weeks of adventures
#2Re: My experience with Claude Code after two weeks of adventures
#3One approach to improving CC's search is to use Repo Prompt https://repoprompt.com
Re: My experience with Claude Code after two weeks of adventures
#4Re: My experience with Claude Code after two weeks of adventures
#5One trick I have gotten some milage out of was this: have Claude Code research Slash commands, then make a slash command to turn the previous conversation into a slash command.
That was cool and great! But then, of course you inevitably will interrupt it and need to do stuff to correct it, or to make a change or "not like that!" or "use this tool" or "think harder before you try that" or "think about the big picture" ... So you do that. And then you ask it to make a command and it figures out you want a /improve-command command.
So now you have primitives to build on!
Here are my current iterations of these commands (not saying they are optimal!)
https://github.com/ctoth/slashcommands/blob/master/make-comm...
https://github.com/ctoth/slashcommands/blob/master/improve-c...
Re: My experience with Claude Code after two weeks of adventures
#6Sometimes, you'll just have a really productive session with Claude Code doing a specific thing that maybe you need to do a lot of. One trick I have gotten some milage out of was this: have Claude Code research Slash commands, then make a slash command to turn the previous conversation into a slash command. That was cool and great! But then, of course you inevitably will interrupt it and need to do stuff to correct i…
Re: My experience with Claude Code after two weeks of adventures
#7If you haven’t tried it, I can’t recommend it enough. It’s the first time it really does feel like working with a junior engineer to me.
Re: My experience with Claude Code after two weeks of adventures
#8Sometimes, you'll just have a really productive session with Claude Code doing a specific thing that maybe you need to do a lot of. One trick I have gotten some milage out of was this: have Claude Code research Slash commands, then make a slash command to turn the previous conversation into a slash command. That was cool and great! But then, of course you inevitably will interrupt it and need to do stuff to correct i…
I find amazing all the effort that people put trying to program a non deterministic black box. True courage.
A few small markdown documents and putting in the time to understand something interesting hardly seems a steep price!
Re: My experience with Claude Code after two weeks of adventures
#9Re: My experience with Claude Code after two weeks of adventures
#10Claude Code is hard to describe. It’s almost like I changed jobs when I started using it. I’ve been all-in with Claude as a workflow tool, but this is literally steroids. If you haven’t tried it, I can’t recommend it enough. It’s the first time it really does feel like working with a junior engineer to me.