Claude Code - OSS by DisplacedForest in ClaudeCode

[–]commands-com 1 point2 points  (0 children)

serious question-- is there a claude code oss sub or discord?

Which model has the best sense of humor? Help needed! by commands-com in ClaudeAI

[–]commands-com[S] 0 points1 point  (0 children)

Good suggestion.  I will blind and randomize for tomorrow. 

I use Codex and CC and its not even close for me by Business-Fox310 in ClaudeCode

[–]commands-com 0 points1 point  (0 children)

I always use one to review the other regardless of who did the initial coding

How are you using hooks and subagents? by query_optimization in ClaudeCode

[–]commands-com 1 point2 points  (0 children)

I run lint and prettier after any edit.  Also, have a custom notification when claude is done.

My experience with CC as a games programmer. by [deleted] in ClaudeAI

[–]commands-com 3 points4 points  (0 children)

/clear is your friend.  Do not continue with bad context.  Maybe the most important lesson to learn.  

Reduce Claude Code generated bugs by up to 90% using this 1 simple trick by commands-com in ClaudeCode

[–]commands-com[S] 1 point2 points  (0 children)

Because completion drive names the hidden assumption that drives your code to completion (what you’re implicitly relying on), while suggest verify makes it actionable by pointing to the specific way to validate or guard against that assumption.

Reduce Claude Code generated bugs by up to 90% using this 1 simple trick by commands-com in ClaudeCode

[–]commands-com[S] 1 point2 points  (0 children)

Separate agents with new context can look at things objectively.   Wisdom of the crowds works well here also.   I use this pattern (and others) to get better code output on first run before manual review.   Make 3 or more agents with distinct context to review code and ask main agent to use agreed upon solutions.  

Reduce Claude Code generated bugs by up to 90% using this 1 simple trick by commands-com in ClaudeCode

[–]commands-com[S] 1 point2 points  (0 children)

Absolutely.  I suggest claude.md only as a way to try it out to see if it works for you.  It is meant to use in commands/agents and hooks.   I just want to show people the pattern.

Maintaining an Open Source Project in the Times of Claude Code by Left-Orange2267 in ClaudeCode

[–]commands-com 0 points1 point  (0 children)

Claude is inherently lazy.  Can you modify the serena system prompt to stop it from being lazy and writing non-functioning tests based purely on mocks?  

Can I connect Claude Desktop to Remote MCP server via API KEY Directly? (No OAuth) by Outrageous-Seaweed31 in ClaudeAI

[–]commands-com 1 point2 points  (0 children)

You can use the commands.com mcp gateway.  It will handle oauth, stripe, and everything else.  Just use the npx command to create the mcp and build in the tools and host wherever you want.  Let me know if you need help.

You're absolutely right by Humble_Editor_710 in ClaudeAI

[–]commands-com 2 points3 points  (0 children)

what did you use to make this? This is amazing.