create-ribosome-codegen
Installation
SKILL.md
Create Code Generator Skill
Purpose
Use this skill when the user asks you to create a code generator, template generator, source generator, scaffolding tool, or other program that produces source code or structured text.
The goal is to create a working code generator, not merely to generate the requested target code directly.
Ribosome is the primary code-generation technology used by this skill.
A typical result is a Ribosome .dna file that:
- Accepts structured or configurable input.
- Uses JavaScript, TypeScript, or Ruby as the control language.
- Applies generation logic.
- Produces source code, configuration, documentation, or other text as output.
The generated artifact is the output of the generator.