manage-project

Split media projects into episodes and bulk-update assets in project.json.

3.9k|784|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/ArcReel/ArcReel --skill manage-project-arcreel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-project
Source: https://github.com/ArcReel/ArcReel/tree/main/agent_runtime_profile/.claude/skills/manage-project
Command: npx skills add https://github.com/ArcReel/ArcReel --skill manage-project-arcreel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This toolset centralizes project file management for media projects, enabling deterministic episode splitting and bulk asset updates to project.json.

Core Features & Use Cases

  • Progressive split workflow: peek_split_point to detect cut points, split_episode to perform splits across episodes.
  • Batch asset management: add_assets to bulk add characters, scenes, props to project.json.
  • Video capability awareness: get_video_capabilities to query model capabilities for planning durations.

Quick Start

Run peek_split_point to identify a split point, then run split_episode to carve episode_01 and _remaining.txt.

Frequently Asked Questions about manage-project

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

FAQPage Schema
How do I automate episode splitting and bulk asset updates for project.json?

Automating project.json updates requires a deterministic, script-driven workflow that detects split points and bulk-updates characters, scenes, and props. This approach uses a progressive split workflow to preview cuts before executing them across episodes.

What is the best way to preview content cuts before splitting multi-episode media projects?

The best way to preview content cuts is using a peek_split_point mechanism to detect exact cut points before execution. This ensures deterministic episode splitting by validating the split point before carving episode_01 and _remaining.txt.

How do I batch add characters, scenes, and props to a media project file?

Batch adding characters, scenes, and props requires a bulk asset management tool that writes directly to project.json. This automates asset batching by applying progressive updates to the project file without manual entry.

Can I use workflow automation to query model capabilities for planning video durations?

Workflow automation can query model capabilities for video duration planning using a get_video_capabilities function. This allows you to determine supported video lengths during project orchestration before committing to episode splits.

Does project management automation work without external dependencies for media workflows?

Project management automation for media workflows can run without external dependencies by using internal scripts. The deterministic workflow handles episode splitting and asset batching natively through script-driven execution, preview, and validation.

Why does deterministic workflow validation matter when splitting episodes in project.json?

Deterministic workflow validation matters because it ensures predictable, repeatable episode splitting results in project.json. By previewing split points and validating execution, you prevent data corruption during bulk asset updates and episode carving.