Hey Everyone! I’ve been experimenting with OpenCode + BoneScript for structured backend generation.

Posted by Glittering_Focus1538@reddit | LocalLLaMA | View on Reddit | 13 comments

I’ve been experimenting with making coding agents generate complete backends using BoneScript, and it’s working surprisingly well.

BoneScript’s structure ends up being extremely LLM-friendly:

So I built an OpenCode plugin/backend integration that pushes agents toward generating BoneScript instead of ad-hoc backend code.

The result is that the model tends to:

Project:
opencode-bonescript-backend | npm package

I’d genuinely love feedback from people building agentic coding tools or experimenting with LLM-native development workflows.