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:

  1. Accepts structured or configurable input.
  2. Uses JavaScript, TypeScript, or Ruby as the control language.
  3. Applies generation logic.
  4. Produces source code, configuration, documentation, or other text as output.

The generated artifact is the output of the generator.

Installs
2
GitHub Stars
1
First Seen
Aug 11, 2026
create-ribosome-codegen — davidvalin/codegen-skills