npx skills add mindmorass/reflexREADME
Reflex Plugin Marketplace
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:
Quick Start
# 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
Publisher
Statistics
Stars0
Forks0
Open Issues0
CreatedJan 2, 2026