mindmorass/reflex

No description

0 stars0 forksUpdated Jan 19, 2026
npx skills add mindmorass/reflex

README

Reflex Plugin Marketplace

Release

A Claude Code plugin for application development, infrastructure, and data engineering workflows.

Installation

/plugin marketplace add mindmorass/reflex
/plugin install reflex

Features

ComponentCountDescription
Skills40Development patterns, RAG, harvesting, infrastructure
Commands13/reflex:agents, /reflex:skills, /reflex:langfuse, etc.
Agents2rag-proxy, workflow-orchestrator

Docker Services

The docker/ directory contains Docker Compose configurations for supporting services:

ServicePurposePort
QdrantVector database for RAG6333
LangFuseLLM observability3000

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

mindmorassmindmorass

Statistics

Stars0
Forks0
Open Issues0
CreatedJan 2, 2026