It's very nice.. One thing I'd say is the README is a tad long..
Show HN: Skillscript – A declarative, sandboxed language for tool orchestration
31–40 of 40 posts
Re: Show HN: Skillscript – A declarative, sandboxed language for tool orchestration
#321. How a this better than just using any other script language? 2. Inventing a new language complicates large models ability to generate such scrips compared to a well-known language. Did you find it to be a problem? How did you mitigate? 3. The AI is showing. :) I had the similar discussion with ChapGPT and some phrasing is near the same. Not a dig, just a funny observation. 4. Consider the recursive nature of the p…
I really appreciate the comments and the encouragement. "How this better than just using any other script language?" I wanted to make the language something built for a machine to write and a human to approve with a narrow scope and my control of what extends that. What shell commands, if any. What MCP and what tools in that MCP, and so on. If an agent generates a Python script to run unattended every morning, I feel…
I was procrastinating on that, thanks!
> the recursive nature
It’s not clear from you answer if we’re on the same page. Your options are allow the worker agent run wild or constrain it with a rigid guidance. Skillscript can serve dual purpose - constrain the workflow to make it more observable and constrain elemental parts to make them more directional. Apologies if that makes no sense - the AI red shift (expanding universe) makes it very hard to communicate.
Re: Show HN: Skillscript – A declarative, sandboxed language for tool orchestration
#33Earlier quoted context omitted.
Re: difference -- Ok, I think I understand. Ultimately, we need a "permissions" layer and you've built a solve for that. Re: README -- I can't recall a specific repo with one off the top of my head so took a stab at editing yours[1] instead of hunting around. It's not perfect -- I'd want to trim the bullet lists further, for example -- but is much more scannable in my opinion. --- [1] https://gist.github.com/thedatad…
Oh wow. Talking about going above and beyond! Thanks for this. I'll use it as a template for sure. You might have guessed, first time building in public per se. Everything else I do is pretty much for clients and C/C++ work.
Re: Show HN: Skillscript – A declarative, sandboxed language for tool orchestration
#34Earlier quoted context omitted.
I really appreciate the comments and the encouragement. "How this better than just using any other script language?" I wanted to make the language something built for a machine to write and a human to approve with a narrow scope and my control of what extends that. What shell commands, if any. What MCP and what tools in that MCP, and so on. If an agent generates a Python script to run unattended every morning, I feel…
> I tested the language against cold agents I was procrastinating on that, thanks! > the recursive nature It’s not clear from you answer if we’re on the same page. Your options are allow the worker agent run wild or constrain it with a rigid guidance. Skillscript can serve dual purpose - constrain the workflow to make it more observable and constrain elemental parts to make them more directional. Apologies if that ma…
I expect, in general, agents to be writing automation for non-programmers to approve which is another case for why not bash or python.
Re: Show HN: Skillscript – A declarative, sandboxed language for tool orchestration
#35Re: Show HN: Skillscript – A declarative, sandboxed language for tool orchestration
#36Re: Show HN: Skillscript – A declarative, sandboxed language for tool orchestration
#37So the real benefit is succinctness and readability... would be nice to have a comparison against other scripting languages or plain text, to prove better performance or accuracy.
A comparison would be useful. No published benchmark yet, but that's fair to ask for, and probably the next thing worth putting out.
Re: Show HN: Skillscript – A declarative, sandboxed language for tool orchestration
#38https://en.wikipedia.org/wiki/Cadence_SKILL
I thought I see Cadence Skill here on HN.