video-upload-patterns
π―Skillfrom mindmorass/reflex
Generates best practices and code patterns for implementing robust, scalable video upload workflows across different application architectures and cloud platforms.
Installation
npx skills add https://github.com/mindmorass/reflex --skill video-upload-patternsSkill Details
Overview
# Reflex Plugin Marketplace
[](https://github.com/mindmorass/reflex/releases)
A Claude Code plugin for application development, infrastructure, and data engineering workflows.
Installation
```
/plugin marketplace add mindmorass/reflex
/plugin install reflex
```
Features
| Component | Count | Description |
|-----------|-------|-------------|
| Skills | 40 | Development patterns, RAG, harvesting, infrastructure |
| Commands | 13 | /reflex:agents, /reflex:skills, /reflex:langfuse, etc. |
| Agents | 2 | rag-proxy, workflow-orchestrator |
Docker Services
The docker/ directory contains Docker Compose configurations for supporting services:
| Service | Purpose | Port |
|---------|---------|------|
| [Qdrant](./docker/qdrant) | Vector database for RAG | 6333 |
| [LangFuse](./docker/langfuse) | LLM observability | 3000 |
Quick Start
```bash
# Qdrant (required for RAG features)
cd docker/qdrant
cp .env.example .env
docker compose up -d
# LangFuse (optional - for observability)
cd docker/langfuse
cp .env.example .env
# Edit .env and generate secrets
docker compose up -d
```
Structure
```
reflex/
βββ plugins/reflex/ # Main plugin
β βββ agents/ # Sub-agents
β βββ skills/ # 40 skill definitions
β βββ commands/ # Slash commands
β βββ hooks/ # Session hooks
β βββ scripts/ # Helper scripts
βββ docker/ # Docker services
βββ qdrant/ # Vector database
βββ langfuse/ # LLM observability
```
License
MIT
More from this repository10
Crawls websites, extracts structured content, and indexes web pages into a vector database for retrieval and analysis.
n8n-patterns skill from mindmorass/reflex
ffmpeg-patterns skill from mindmorass/reflex
database-migration-patterns skill from mindmorass/reflex
Generates reusable, structured prompt templates with configurable placeholders and dynamic variable interpolation for consistent AI interaction design.
Publishes Obsidian markdown notes to a specified destination or platform, enabling seamless knowledge sharing and backup.
workflow-builder skill from mindmorass/reflex
knowledge-ingestion-patterns skill from mindmorass/reflex
rag-wrapper skill from mindmorass/reflex
Generates custom icon sets by transforming design requirements into consistent, scalable vector graphics or icon collections.