Skills · 44

The Ralphy skill marketplace.

A skill is generalized know-how — how to make a kind of video (an unboxing, a UGC ad, a GTA-style short), not one specific clip. Your coding agent matches a skill to your brief and runs the pipeline. Want to reproduce one exact video instead? That's a remix — browse the library.

New to Ralphy? git clone https://github.com/alecs5am/ralphy && cd ralphy && claude

How skills work

  1. You clone ralphy and open Claude Code inside the repo.
  2. Claude Code auto-discovers every SKILL.md under .claude/skills/ (symlinked from .agents/skills/).
  3. AGENTS.md auto-loads as the base context — describes Ralphy hard invariants + which skill solves what.
  4. You type a brief or a slash command (/researcher, etc.) and the right skill fires.
  5. The skill body instructs your agent how to execute that specific flow — what CLI verb to call, what outputs to produce, what to check before paying for a render.