Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Video Cut Pipeline

ASecurity

Use when turning raw footage into short vertical cuts: silence removal, layout pass, vertical crop, and reviewable draft for TikTok/Shorts/Reels. Triggers on \"video cut\", \"cut silences\", \"vertical cut\", \"tiktok draft\". Non-triggers: full creative edit with story and effects (use video-editing). Outcome: a repeatable raw-to-draft cut pipeline with timed captions and exportable vertical draft.

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgotestingapi

Works with

api

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add majinmagros/magros.ai-skills --skill video-cut-pipeline --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Video Cut Pipeline?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Video Cut Pipeline
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/majinmagros-video-cut-pipeline/badge)](https://www.skillsdirectory.com/skills/majinmagros-video-cut-pipeline)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: video-cut-pipeline
description: "Use when turning raw footage into short vertical cuts: silence removal, layout pass, vertical crop, and reviewable draft for TikTok/Shorts/Reels. Triggers on \"video cut\", \"cut silences\", \"vertical cut\", \"tiktok draft\". Non-triggers: full creative edit with story and effects (use video-editing). Outcome: a repeatable raw-to-draft cut pipeline with timed captions and exportable vertical draft."
metadata:
  origin: ECC
---

# Video Cut Pipeline

Raw footage -> silence cut -> layout -> vertical -> reviewable draft.
Deterministic steps run as scripts; the model only decides cuts and hooks.

## When To Activate

- The user says cut this video, remove silences, make vertical cuts, or
  prepare a TikTok/Shorts/Reels draft.
- Input is a long raw file and output is one or more short vertical drafts.
- Captions need word-level timing for review.
- Cost matters and local transcription is preferred over paid APIs.

## Workflow

1. Ingest: copy the raw file to a work folder, probe duration and audio
   levels, and pick target outputs (one vertical draft per hook).
2. Transcribe local-first: run a local Whisper-class model to get
   word-level timestamps. Use a paid transcription API only when local
   quality fails on the sample.
3. Cut silences: remove gaps above a threshold (start with 0.6s), keep
   natural breaths, and export an edit decision list for review.
4. Select hooks: pick the first 3 seconds per cut from the transcript
   (claim, question, or payoff). One hook = one draft.
5. Layout pass: frame the speaker, place captions in the safe area, and
   lock font size, stroke, and keyword highlight rules.
6. Vertical pass: crop or reframe to 9:16, blur-fill or clean background
   when the source is horizontal, and check safe zones.
7. Draft export: render low-bitrate drafts plus caption files, then a
   side-by-side checklist (audio sync, caption timing, hook strength).
8. Review gate: human picks keep, fix, or drop per draft. Only approved
   drafts go to the final polish step.

## Beat Planning (Batch 16, #48)

After cutting and before any motion work, plan beats: one beat = one
scene. Read the transcript, infer intent per section, and list each beat
with its layout, music, and SFX. Beats drive generation; generating
before beats exist produces unsynced graphics.

## Cost Rule

- Default to local transcription (free on your own machine).
- Paid transcription price seen in the source video (about 0.40 per hour
  for one vendor) is author measurement, not a quote. Check the vendor
  pricing page before promising any number.

## Anti-Patterns

- Cutting by waveform alone with no transcript -> kills context.
- Auto-publishing drafts with no human review.
- Burning paid transcription on every take before testing local quality.
- Hard-coding caption styles per cut instead of one shared layout.
- Cropping to vertical without checking faces and captions.
- Skipping the edit decision list -> no way to audit a bad cut.

## Relations

- `video-editing`: full creative edit; this skill feeds it approved drafts.
- `voice-cloning-local`: local audio models and offline-first approach.
- `pipeline-video-agente`: long-form pipeline; this skill owns the cut stage.
- `autopilot-content-factory`: scheduled posting after drafts are approved.

## Sources

## Exemplo

```text
Bruto 40min → Whisper local (timestamps por palavra) → corta gaps >0,6s (respira ok)
3 hooks (claim/pergunta/payoff) → 3 drafts 9:16 + legendas na safe area
Humano: keep 2, fix 1 → só aprovados vão ao polish (nada auto-publica)
```

## Convenção keyword-marcador (leva YouTube rodada 8)

Marque cortes com palavra-chave FALADA no vídeo (ex.: diga a keyword em voz alta no ponto de corte). A keyword vira EDL: transcrição → timestamp da keyword → corte automático. 1 keyword por corte, sem exceção. Para funil completo (CTA + DM + multi-conta), orquestre com epurpose-shorts-dm-funnel; para embalagem, youtube-packaging.

Attribution

majinmagrosmajinmagros
View sourceMore from majinmagros →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →