preparar-semana

Assembles approved Reel scripts into final posts and teleprompter markdown files.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/oleonardorosso/reels-com-claude-code --skill preparar-semana-oleonardorosso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: preparar-semana
Source: https://github.com/oleonardorosso/reels-com-claude-code/tree/main/.claude/skills/preparar-semana
Command: npx skills add https://github.com/oleonardorosso/reels-com-claude-code --skill preparar-semana-oleonardorosso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a weekly batch of Instagram Reels has been written, audited, and broken down for shooting, the content still lives scattered across working files. This Skill consolidates the approved scripts, shot breakdowns, and captions into the two final deliverables you actually use to record: a complete posts document and a clean teleprompter file. ## Core Features & Use Cases - Final delivery assembly: Builds output/AAAA_SEMNN/01-posts.md with an index table plus each Reel's full 7-movement script, shot breakdown table, and Instagram caption. - Teleprompter formatting: Generates 02-teleprompter.md with clean running speech, no movement labels or percentages, and ▶ TELA: screen cues on their own lines at the exact moment they appear. - ISO week determination: Computes the output folder name via date +%G_SEM%V, reusing an existing draft identifier when one exists. - Zero-tolerance validation: Greps for Reel count, em-dash characters, and trigger-word frequency before reporting delivery; failures stop the report and force fixing the source file. - Use Case: After your weekly batch of 5 Reels passes the audit gate, run this Skill to produce the two files you open on recording day. ## Quick Start Ask the assistant to assemble the final delivery files for this week's approved Reels batch into the output folder.

Frequently Asked Questions about preparar-semana

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate the final teleprompter file for my Reels batch?▼

Run this Skill after your scripts pass the audit gate. It builds 02-teleprompter.md with clean running speech, no movement labels or percentages, and screen cues marked as ▶ TELA: lines at the exact moment they appear.

What files does the weekly Reels delivery step produce?▼

It produces two markdown files in output/AAAA_SEMNN/: 01-posts.md with an index table plus each Reel's full script, shot breakdown, and Instagram caption, and 02-teleprompter.md with recording-ready speech.

When should I run the delivery assembly step in the Reels pipeline?▼

Run it last, only after the audit skill has approved the scripts and the shot breakdown is complete. It runs before your final batch approval gate and before usage registration and retrospective steps.

Can the delivery step fix or rewrite my Reel scripts?▼

No. It only reassembles and reformats already-approved content. If validation fails, it stops and requires fixing the source working file, then regenerating the output rather than editing the output directly.

What validation checks run before the delivery is reported ready?▼

Three grep-based checks run: the Reel count in the output must match the approved count, em-dash characters must return zero matches in both files, and the persona trigger word may appear at most once per spoken script.