Earlier quoted context omitted.
Skills are not (only) just prompts, the more advanced skills have scripts or other assets as well.
Scripts are just text; skills are just text. Scripts can be inlined with the skill. Agent can create its own temp dir and extract the script to run. Don't overthink it; it's all just text. I want to serve the text from HTTP instead of having to deploy via `git` and sync. I want to be able to dynamically generate that text on the server based on the identity of the user, their role, what team they're in, what repo the…
Agreed on skills not being static. Of course, with the way the internet works, I don't want them to be too dynamic either :)