reels-factory: Skill for Claude Code

.claude/skills/cleanup-project/SKILL.md

cleanup-project is a skill for Claude Code from aslanzubairaev/reels-factory. It costs 60 tokens per session (343 once invoked), scanned A, original, MIT.

A cleanup script for post-production project folders that prepares Instagram publishing files. It keeps the final video, cover, caption, first comment, and hashtags, with an option to retain subtitle and transcript files.

In plain words
What is it for?
Run it as the last step for a project to clean its output folder, optionally preview deletions, or recover the final video name when subtitles were skipped.
Why use it?
It removes intermediate exports and analysis files so the publishing folder contains only the material needed for posting.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

This is aslanzubairaev/reels-factory's own configuration. It tells Claude Code how to work on reels-factory itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything reels-factory configures →

Reuse

Borrowing it

Nothing to install: this file belongs to aslanzubairaev/reels-factory. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/aslanzubairaev/reels-factory/master/.claude/skills/cleanup-project/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/aslanzubairaev/reels-factory

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cleanup-project

README.md
[![agentmods](https://agentmods.dev/badge/skills/aslanzubairaev/reels-factory/cleanup-project/github.svg)](https://agentmods.dev/skills/aslanzubairaev/reels-factory/cleanup-project)
Your own site
<a href="https://agentmods.dev/skills/aslanzubairaev/reels-factory/cleanup-project"><img src="https://agentmods.dev/badge/skills/aslanzubairaev/reels-factory/cleanup-project/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cleanup-project

Your own site · 80×15
<a href="https://agentmods.dev/skills/aslanzubairaev/reels-factory/cleanup-project"><img src="https://agentmods.dev/badge/skills/aslanzubairaev/reels-factory/cleanup-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 343 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.00343
Opus 5 $0.00030 $0.00171
Sonnet 5 $0.00012 $0.00069
Haiku 4.5 $0.00006 $0.00034

Measured 11d ago against content hash 0aec6746ccbc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

cleanup-project scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (cleanup.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/cleanup-project/SKILL.md · 34 lines

What it actually says

Skill: cleanup-project

Финальный шаг пост-продакшна. Оставляет в projects/<name>/output/ ровно 5 файлов:

final_video_subs.mp4
cover_final.png
caption.txt
first_comment.txt
hashtags.txt

Всё остальное (transcripts, cover_candidates, slide versions, webm-бэкапы, analysis.json) удаляется.

Usage

python .claude/skills/cleanup-project/cleanup.py projects/<name>/

Флаги

  • --keep-transcripts — оставить transcript.txt, transcript.srt, subtitles.ass (на случай ручной правки в CapCut)
  • --dry-run — показать что будет удалено, не удалять

Поведение

  • Если final_video_subs.mp4 отсутствует, но есть recording_full.mp4 → переименовывает в final_video_subs.mp4 (субтитры были пропущены)
  • Идемпотентен: повторный запуск не падает, если файлы уже удалены
  • Не трогает assets/, 01_trend.md, 02_script.json — только output/
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 34 lines · 60 tokens per session scan A 0aec6746ccbc

Subscribe to this mod's changes

cleanup-project is a skill published in the GitHub repository aslanzubairaev/reels-factory (2 stars, last pushed 4mo ago), licensed MIT. It adds 60 tokens to every session and 343 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

openscreen-design

Use this skill to generate well-branded interfaces and assets for OpenScreen (an AI-native screen-recording studio & video editor), either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.

getopenscreen/openscreen · 62 tokens

faceless-explainer

Turn arbitrary text — an article, notes, a topic, a brief — into a faceless explainer video: there is no site or footage to capture, so the visuals are invented per scene (typography, abstract graphics, diagrams, data-viz). Use for topic explainers, concept breakdowns, how-tos, listicles. Not a video built from a…

heygen-com/hyperframes · 98 tokens

pr-to-video

Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR…

heygen-com/hyperframes · 104 tokens

slideshow

Author a HyperFrames slideshow — a presentation, pitch deck, or interactive deck with discrete slides, fragment reveals, branching, hotspot navigation, and built-in presenter mode with speaker notes; also converts an existing page into a deck. Output is a navigable deck, not a rendered MP4. If the user didn't…

heygen-com/hyperframes · 83 tokens

figma

Import Figma content into a HyperFrames composition — rendered assets, brand tokens, components, storyboard sections → reconstructed motion (frames read as states, not slides) (REST/CLI), connector-assisted motion when available, and shaders from a connector or native export. Use when the user pastes a figma.com link…

heygen-com/hyperframes · 89 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens