Agent skill
create-prompt-producer
Create the definition files for the Renku Prompt Producer, which leverages an LLM to generate high-quality, structured prompts or audio narration texts consumed by downstream media generation models within the Renku video-creation blueprint.
Install this agent skill to your Project
npx add-skill https://github.com/keremk/renku/tree/main/plans/create-prompt-producer
SKILL.md
Prompt Producer Creation Skill
This skill helps you create the necessary files to define a prompt producer. Prompt producers are used generally in the first stage of a Renku blueprint (workflow definition for generating videos). They create the required prompts, narrative texts etc. for the downstream media generators using an LLM of user's choice automatically based on the user requirements provided as inputs.
Prerequisites
Before creating blueprints, ensure Renku is initialized:
- Check if
~/.config/renku/cli-config.jsonexists - If not, run
renku init --root=~/renku-workspace - The config file contains the
catalogpath where blueprints and producers are installed
Read ~/.config/renku/cli-config.json to find the catalog path, you will be using this to locate the producers and models for the blueprint.
cat ~/.config/renku/cli-config.json
How to Create
Step 1: Requirements
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
integration-astro-static
PostHog integration for static Astro sites using SSG
add-replicate-model
Add new Replicate models to the Renku catalog. Fetches JSON schema, looks up pricing from replicate.com, matches/implements cost function, adds entry to replicate.yaml.
prepare-r2-video
Convert a local video into a web-friendly video asset for Cloudflare R2. Inspects the source with ffprobe, encodes with ffmpeg while preserving aspect ratio, and asks for explicit confirmation before running npx wrangler upload.
add-fal-model
Add new fal.ai models to the Renku catalog. Fetches JSON schema, looks up pricing from fal.ai, matches/implements cost function, adds entry to fal-ai.yaml.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?