🎯

observability-patterns

🎯Skill

from mindmorass/reflex

VibeIndex|
What it does

Generates and recommends best practices and implementation strategies for monitoring, logging, tracing, and instrumenting software systems across different technology stacks.

observability-patterns

Installation

Install skill:
npx skills add https://github.com/mindmorass/reflex --skill observability-patterns
1
Last UpdatedJan 19, 2026

Skill Details

SKILL.md

Overview

# Reflex Plugin Marketplace

[![Release](https://img.shields.io/github/v/release/mindmorass/reflex)](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