A collection of skills for creating and running code generators using ribosome framework
Creates reusable Ribosome-based code generators that accept input data and generate source code or other text artifacts.
Runs an existing Ribosome code generator with input data and handles the resulting generated output.
The two skills are designed to work together:
Create generator
↓
create-ribosome-codegen
↓
generator.dna
+
input data
↓
run-ribosome-codegen
↓
generated code