Release Friday
rngo Skill
This week I created a unified rngo skill in rngo agent 0.3.0.
Previously, the repo had more granular skills, but there was so much overlap that it made more sense to just have single skill that will be invoked for all rngo operations.
An agent mostly adds value by creating the initial spec and keeping it up-to-date, so the skill packages most of the docs site as references.
You can update your skills by running:
❯ rngo skills install
✔ Where should skills be installed? · Claude Global (~/.claude/skills)
/Users/khy/.claude/skills:
rngo: installed 0.3.0Looking Forward
Takeoff is an example application that uses rngo. My initial attempt to use the rngo skill to initialize the repo exposed many gaps that I plan on resolving this week.
My goal is for the rngo skill to seamlessly initialize Takeoff for rngo. To do so, I'll have to make improvements to rngo itself, the skill and the docs.