In the nature of Open Source, I am releasing something I'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'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'm actively building a product with this, but still wanted to make it OSS!<p>Use it now with
`pip install codesys`
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://aider.chat/docs/scripting.html" rel="nofollow">https://aider.chat/docs/scripting.html</a><p>[1] <a href="https://aider.chat/docs/recordings/tree-sitter-language-pack.html" rel="nofollow">https://aider.chat/docs/recordings/tree-sitter-language-pack...</a>
Is "Code Claude Code" a play on "Bob Loblaw"?<p><a href="https://arresteddevelopment.fandom.com/wiki/Bob_Loblaw" rel="nofollow">https://arresteddevelopment.fandom.com/wiki/Bob_Loblaw</a>
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://github.com/RVCA212/codesys">https://github.com/RVCA212/codesys</a>
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.
I was thinking about doing something like this. I write a lot of boilerplate about "ok we need to discuss before you implement, ask clarifying questions" so it doesn't go rushing ahead.
Is it the same lines of RooCode task orchestrator [1] or claude-task-master[2] ?<p>[1] <a href="https://www.reddit.com/r/ChatGPTCoding/comments/1k8641f/roo_code_3143_release_notes_boomerang/" rel="nofollow">https://www.reddit.com/r/ChatGPTCoding/comments/1k8641f/roo_...</a><p>[2] <a href="https://github.com/eyaltoledano/claude-task-master">https://github.com/eyaltoledano/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.