By mindmorass
Opinionated sub-agents and skills for application development, infrastructure, and data engineering workflows
npx claudepluginhub mindmorass/reflex --plugin reflexList available Reflex agents
Trace Azure resource dependencies and generate topology diagrams
Collect SSL/TLS certificates from websites
Display git configuration information
Control guardrails that protect against destructive AI operations
Generate a handoff document for session continuation
Ingest local files into Qdrant vector database
Initialize MCP server credentials or project workflows
Control LangFuse observability integration
Manage MCP servers for your workspace. Servers are installed from the Reflex catalog and registered with Claude Code via `claude mcp add-json` (user scope).
Control macOS popup notifications for Claude Code events
Control Qdrant vector database connection (on/off)
List available Reflex skills
Control spoken notifications for Claude Code events
Configure the Reflex status line for Claude Code
Summarize a meeting transcript into structured notes
Check for and apply MCP server package updates
Manage project workflow templates (apply, list, create, sync, compose, status)
RAG-enabled proxy that wraps any agent with Qdrant context. Use when you want to augment an external agent with stored knowledge before execution.
Orchestrates multi-step workflows by analyzing user input, managing tickets, and dispatching work to specialized subagents. Use when coordinating complex tasks that span multiple phases (planning, execution, deployment, monitoring).
Build specialized sub-agents for the workflow system
AI video generation patterns using Sora, Runway, Pika, and other AI video tools. Use when generating videos from text prompts, image-to-video conversion, AI video editing, or integrating AI video APIs.
Data analysis, pattern recognition, and systematic troubleshooting patterns
AWS cloud infrastructure patterns and best practices. Use when designing AWS architectures, creating Lambda functions, configuring S3 buckets, setting up EC2 instances, designing VPCs, or implementing any AWS services.
Azure resource dependency tracing patterns for mapping infrastructure topology, networking, security, and identity. Use when tracing Azure resource dependencies, generating topology diagrams, or documenting how a specific resource connects to its environment.
Migrate and sync vector database collections across environments
Database schema migration patterns and best practices. Use when creating database migrations, implementing zero-downtime schema changes, version control for databases, or managing data migrations.
Best practices for containerizing applications with Docker.
Compare and evaluate embedding models for semantic search
FFmpeg video and audio processing patterns. Use when transcoding video/audio, extracting clips, adding filters, merging media, creating thumbnails, or batch processing media files.
Extract and process data from GitHub repositories
Create complex graph visualizations using Graphviz DOT language, with both source code and pre-rendered images.
Create icon sets for multiple operating systems (macOS, Windows, Linux, iOS, Android, Web). Covers required sizes, formats, and conversion workflows using sips, iconutil, ImageMagick, and rsvg-convert.
Convert images (screenshots, photos, whiteboard) to Mermaid or DOT/Graphviz diagrams
Import markdown documents and mermaid diagrams into Joplin using the Joplin CLI.
Patterns for ingesting knowledge into vector databases and RAG systems
Kubernetes deployment patterns and best practices. Use when creating Kubernetes manifests, Helm charts, configuring pods, services, deployments, or troubleshooting K8s clusters.
Build Model Context Protocol servers for Claude Code integration
Search and reference Microsoft code samples and SDK documentation
Search and fetch Microsoft Learn documentation
Design and implement n8n workflow automations with best practices
Observability patterns for metrics, logs, and traces. Use when implementing monitoring, setting up Prometheus/Grafana, configuring logging pipelines, implementing distributed tracing, or designing alerting systems.
Write markdown documents and mermaid diagrams to Obsidian vaults.
Extract text and data from PDF documents
Podcast production patterns and workflows. Use when recording podcasts, editing audio, transcribing episodes, generating show notes, RSS feed management, or podcast distribution.
Onboard new projects with standardized configuration and documentation
Create and manage reusable prompt templates
Store and retrieve documents using Qdrant for RAG workflows. Use for persistent memory, research storage, and semantic search.
Build Retrieval-Augmented Generation systems with vector databases
Patterns for wrapping any agent with RAG context from Qdrant. Use to add persistent memory to imported or external agents.
Knowledge retrieval and research patterns using Qdrant for stored knowledge
Build intent routers for agent task distribution
Crawl and extract content from websites
Live streaming patterns for YouTube, Twitch, and OBS. Use when setting up live streams, configuring stream keys, RTMP workflows, multi-platform streaming, or real-time broadcast automation.
Break down complex tasks into actionable, atomic steps that can be executed by individual agents.
Terraform infrastructure as code patterns and best practices. Use when writing Terraform configurations, creating modules, managing state, or designing IaC architectures.
Summarize meeting transcripts into structured notes with decisions, action items, and key topics.
Video upload patterns for YouTube, TikTok, and Vimeo. Use when uploading videos to platforms, managing video metadata, scheduling video releases, or handling bulk video uploads.
Web search with automatic Qdrant storage for building persistent knowledge
Design and implement multi-step automation workflows
Set up and configure development workspaces
Extract transcripts and metadata from YouTube videos
A Claude Code plugin for application development, infrastructure, and data engineering workflows.
/plugin marketplace add mindmorass/reflex
/plugin install reflex
| Component | Count | Description |
|---|---|---|
| Skills | 40 | Development patterns, RAG, harvesting, infrastructure |
| Commands | 15 | /reflex:agents, /reflex:skills, /reflex:handoff, etc. |
| Agents | 2 | rag-proxy, workflow-orchestrator |
The docker/ directory contains Docker Compose configurations for supporting services:
| Service | Purpose | Port |
|---|---|---|
| Qdrant | Vector database for RAG | 6333 |
| LangFuse | LLM observability | 3000 |
# 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
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
MIT
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools