didierrlopes
- 6 skills
- 0 followers
- 9 hours ago last updated
- ▌ Add Subtitles · didierrlopes bundleAdd burned-in subtitles to a video the user uploads or points to on disk. Use when the user provides a local video file (mp4/mov/etc.) and wants captions/subtitles added to it. Transcribes the audio with Whisper and burns styled captions directly into the video.
- ▌ Extract Y2b Insights · didierrlopes bundleExtract the most controversial or genuinely-novel insights from a YouTube video and output them both as a .txt file and printed in the terminal. Use when the user provides a YouTube URL and wants the key ideas, hot takes, or original thinking — NOT video clips. Optionally cross-checks ideas against the web to judge novelty.
- ▌ Task Author · didierrlopesAuthor complete workspace_tasks task.json files (setup, eval, reference trace, prompt) from a persona README and a story markdown. Use when creating or revising tasks for the workspace_tasks taskset.
- ▌ Task Validator · didierrlopesFresh-eyes feasibility judgment of workspace_tasks task.json files - could an agent given only the prompt and the tools actually satisfy the eval? Use after tasks are authored and certified, before they count.
- ▌ Task Level Fairness · didierrlopesJudge a completed story ladder as a set - the five task.json files of one story compared side by side, verifying each level genuinely differentiates according to the ladder rules. Triggered once all five levels of a story exist and pass per-task validation.
- ▌ Workspace Bench Tasks Orchestrator · didierrlopesCoordinate the authoring of workspace_tasks stories - spawn one task-author subagent per story (each pipelines its own per-level validators), trigger the ladder fairness check, relay flags, and stop for the user's review after each completed persona. Use when asked to author or extend the workspace_tasks suite.