organize-project

Installation
SKILL.md

QCut Project Organization Skill

Organize files and folders according to QCut's standard project structure.

Standard QCut Project Structure

Documents/QCut/Projects/{project-name}/
├── project.qcut              # Project metadata file
├── media/                    # All media files
│   ├── imported/             # User-imported media (videos, images, audio)
│   ├── generated/            # AI-generated content (from skills)
│   └── temp/                 # Temporary processing files
├── skills/                   # Project-specific skills
│   ├── ai-content-pipeline/  # AI content generation skill
│   │   ├── Skill.md
│   │   ├── REFERENCE.md
│   │   └── EXAMPLES.md
│   └── ffmpeg-skill/         # FFmpeg processing skill
Related skills
Installs
5
GitHub Stars
44
First Seen
Feb 11, 2026