Skills · 7
Every Ralphy skill that ships in the repo.
Skills are tag-able Claude Code workflows that turn your coding agent into a UGC studio. Two namespaces: ralphy-* for content creators, ralphy-dev-* for maintainers. Clone the repo, open Claude Code, type a slash command — that's it.
New to Ralphy? git clone https://github.com/alecs5am/ralphy && cd ralphy && claude
Content skills (6)
End-user flows for creators. These are the workflows your agent will reach for when you ask for a video, a research report, a quality check, a template — the whole content factory.
/ralphy-researcherralphyResearch a reference
Turn a TikTok/Reel/Shorts URL, an @handle, or a trend query into a cited research report your scenarist can act on.
/ralphy-evaluatorralphyScore a render
Quality gate for finished mp4s — scene segmentation, audio loudness, caption density, per-scene visual analysis. Catches issues before publish.
/ralphy-templaterralphySave as template
Distil a finished project into a reusable vibe-reference or vibe-style template — composition skeleton, prompt cookbook with slots, model stack.
/ralphy-postmortemralphyDistil a session
After a multi-iteration session: capture chat history, lessons learned, CLI gaps, model-and-cost rollup, and workflow fixes into a 6-file set.
/ralphy-installralphyFresh-machine setup
Bootstrap the ralphy binary on a new machine — install from GitHub Releases, verify bun + ffmpeg, run the setup wizard, link the project.
/ralphy-remotionralphyRemotion API reference
Domain knowledge for the editor agent — captions, transitions, audio, ffmpeg, springs, frame extraction, fonts, Zod-parameterizable videos, Lottie, transparent video.
Maintainer skills (1)
Power-user flows for Ralphy contributors. Cut releases, ship CLI changes, run the dev loop. End users can ignore these.
How skills work
- You clone
ralphyand open Claude Code inside the repo. - Claude Code auto-discovers every
SKILL.mdunder.claude/skills/(symlinked from.agents/skills/). AGENTS.mdauto-loads as the base context — describes Ralphy hard invariants + which skill solves what.- You type a brief or a slash command (
/ralphy-researcher, etc.) and the right skill fires. - 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.