aicut-editing
Installation
SKILL.md
AIcut Video Editing Skill
This skill helps understand and manipulate the AIcut video editing system.
Core Concepts
Project Structure
- Project Snapshot:
ai_workspace/project-snapshot.json- The single source of truth for timeline state. - Project Folders:
projects/<display-name>/- Readable folder names mapped to internal IDs viaprojects/projectIdMap.json. - Assets:
projects/<display-name>/assets/- Media files organized by type. - Exports:
exports/- Final rendered videos.
Project Management
1. UI Creation & Management
- Create: Click "New Project" in the
/projectspage. - View: Browse existing projects in the UI list. The UI synchronizes with the filesystem in real-time.
- Delete: Click the Delete icon on a project card. This removes the project from the UI and deletes its folder from the
projects/directory.