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
More from donghaozhang/video-agent-skill
ai content pipeline
|
6pr-comments
Export, preprocess, and fix GitHub PR review comments. Use when user wants to export PR comments, evaluate code reviews, or fix review feedback from CodeRabbit/Gemini bots.
5project-docs
AI Content Pipeline documentation and architecture reference. Use when understanding codebase structure, AI models, CLI commands, YAML pipelines, provider APIs, error codes, or finding implementation details.
5