TE
TechEcho
StartseiteTop 24hNeuesteBesteFragenZeigenJobs
GitHubTwitter
Startseite

TechEcho

Eine mit Next.js erstellte Technologie-Nachrichtenplattform, die globale Technologienachrichten und Diskussionen bietet.

GitHubTwitter

Startseite

StartseiteNeuesteBesteFragenZeigenJobs

Ressourcen

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. Alle Rechte vorbehalten.

Show HN: Code Claude Code

116 Punktevon sean_vor 2 Tagen
In the nature of Open Source, I am releasing something I&#x27;m actively working on but is insanely simple and will likely be made anyways.<p>It is an SDK for scripting Claude Code.<p>It&#x27;s a lightweight (155 lines) and free wrapper around claude code<p>This is a big deal because it seems that using claude code and cursor has become largly repitive. My workflow typically goes like this:<p>Plan out my task into a file, then have claude code implement the plan into my code.<p>I&#x27;m actively building a product with this, but still wanted to make it OSS!<p>Use it now with `pip install codesys`

9 comments

anotherpaulgvor 1 Tag
Fun project with a nice compact code base. Agreed that ad-hoc scripting agents can be very powerful.<p>Aider has had support for scripting [0] in python or via the command line for a long time.<p>I made a screencast [1] recently that included ad-hoc bash scripting aider as part of the effort to add support for 130 new programming languages. It may give a flavor for how powerful this approach can be.<p>[0] <a href="https:&#x2F;&#x2F;aider.chat&#x2F;docs&#x2F;scripting.html" rel="nofollow">https:&#x2F;&#x2F;aider.chat&#x2F;docs&#x2F;scripting.html</a><p>[1] <a href="https:&#x2F;&#x2F;aider.chat&#x2F;docs&#x2F;recordings&#x2F;tree-sitter-language-pack.html" rel="nofollow">https:&#x2F;&#x2F;aider.chat&#x2F;docs&#x2F;recordings&#x2F;tree-sitter-language-pack...</a>
评论 #43948837 未加载
justanotheratomvor 1 Tag
Is &quot;Code Claude Code&quot; a play on &quot;Bob Loblaw&quot;?<p><a href="https:&#x2F;&#x2F;arresteddevelopment.fandom.com&#x2F;wiki&#x2F;Bob_Loblaw" rel="nofollow">https:&#x2F;&#x2F;arresteddevelopment.fandom.com&#x2F;wiki&#x2F;Bob_Loblaw</a>
评论 #43946990 未加载
评论 #43947058 未加载
edmundsautovor 1 Tag
If anyone else was curious to see the source, it’s hard to find due to the name collision on Google.<p>Here it is - <a href="https:&#x2F;&#x2F;github.com&#x2F;RVCA212&#x2F;codesys">https:&#x2F;&#x2F;github.com&#x2F;RVCA212&#x2F;codesys</a>
Jimmc414vor 1 Tag
I have been creating a change document as Claude.md and asking Claude Code to implement it. It was been working very well. Hire is this different?
gitroomvor 1 Tag
This is a cool little project, and honestly, pushing out simple tools early always gets my gears turning - now Im sitting here thinking about what tiny scripts in my setup could use a little love.
tarboreusvor 1 Tag
I was thinking about doing something like this. I write a lot of boilerplate about &quot;ok we need to discuss before you implement, ask clarifying questions&quot; so it doesn&#x27;t go rushing ahead.
评论 #43947085 未加载
评论 #43949458 未加载
user3939382vor 1 Tag
A little tangential but, I can’t get any LLMs to write a codepen for a parallel parking animation.
ramozvor 1 Tag
Building a product brewed in the alchemy of current-day LLMs is how we end up with new langchains.
评论 #43950558 未加载
divanvor 1 Tag
Is it the same lines of RooCode task orchestrator [1] or claude-task-master[2] ?<p>[1] <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;ChatGPTCoding&#x2F;comments&#x2F;1k8641f&#x2F;roo_code_3143_release_notes_boomerang&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;ChatGPTCoding&#x2F;comments&#x2F;1k8641f&#x2F;roo_...</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;eyaltoledano&#x2F;claude-task-master">https:&#x2F;&#x2F;github.com&#x2F;eyaltoledano&#x2F;claude-task-master</a><p>Seems like this task orchestration is the next must-have thing for every agentic AI solution and it makes perfect sense.
评论 #43949472 未加载
评论 #43948254 未加载