๐ŸŽฏ

docker-compose-orchestration

๐ŸŽฏSkill

from manutej/luxor-claude-marketplace

VibeIndex|
What it does

Automates generation of production-ready Docker Compose configurations, ensuring consistent multi-container deployment and service orchestration across different project architectures.

docker-compose-orchestration

Installation

Install skill:
npx skills add https://github.com/manutej/luxor-claude-marketplace --skill docker-compose-orchestration
12
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# LUXOR Claude Code Marketplace

> Professional Claude Code plugins covering the complete software development lifecycle

[![Plugins](https://img.shields.io/badge/plugins-10-blue)](https://github.com/luxor/luxor-claude-marketplace)

[![Skills](https://img.shields.io/badge/skills-67-green)](https://github.com/luxor/luxor-claude-marketplace)

[![License](https://img.shields.io/badge/license-MIT-orange)](LICENSE)

๐ŸŒฉ๏ธ LUXOR: Cheat Codes for Claude Code

> "Don't just chat with code. Equip it."

We've all been there. You ask Claude to scaffold a backend, and it gives you a generic Express server from 2021. You ask for a "modern" frontend, and it hallucinates a library that doesn't exist anymore.

Claude is a genius, but it's a generalist. It lacks the domain-specific contextโ€”the "muscle memory"โ€”of a Senior Engineer who has spent 10 years in the trenches.

We built this LUXOR plugin to fix that.

Think of this repository as a curated collection of "Cheat Codes" (Plugins, Skills, Agents) that force Claude to adhere to production-grade standards across every part of the stack.

When you install these plugins, you aren't just adding tools. You are unlocking God Mode for specific domains.

---

๐Ÿš€ Quick Start

Install Entire Marketplace

```bash

# Clone marketplace

git clone https://github.com/luxor/luxor-claude-marketplace.git

cd luxor-claude-marketplace

# Install all plugins (one-liner)

for plugin in plugins/*/; do (cd "$plugin" && ./install.sh); done

```

Install Individual Plugin

```bash

# Install just frontend skills

cd luxor-claude-marketplace/plugins/luxor-frontend-essentials

./install.sh

# Restart Claude Code

```

Install Featured Bundle

```bash

# Install top 4 featured plugins

cd luxor-claude-marketplace/plugins

for plugin in luxor-frontend-essentials luxor-backend-toolkit luxor-devops-suite luxor-skill-builder; do

(cd "$plugin" && ./install.sh)

done

```

---

๐ŸŽฎ Choose Your Skill Tree

I've organized the marketplace into specialized "cartridges" you can load into Claude. Install them all to become a full-stack army, or pick the specific cheat codes you need right now.

๐ŸŽจ The Frontend Master

Unlock the ability to ship pixel-perfect UIs without fighting the CSS.

> The Problem: Claude struggles with consistent design systems and modern frameworks.

> The Cheat Code: luxor-frontend-essentials

> Powers Unlocked:

> * โšก Next.js & React Patterns that actually scale.

> * ๐Ÿ“ฑ Mobile-First Mental Models injected directly into the agent.

> * ๐ŸŽจ Tailwind Wizardry that avoids clutter.

>

>

โš™๏ธ The Backend Architect

Build systems that survive the "Hacker News Hug of Death".

> The Problem: AI code is often insecure or unoptimized.

> The Cheat Code: luxor-backend-toolkit

> Powers Unlocked:

> * ๐Ÿ›ก๏ธ Rust & Go systems programming expertise.

> * ๐Ÿ•ธ๏ธ Microservices Architecture (gRPC, GraphQL) best practices.

> * ๐Ÿ” OAuth2 & Auth flows that are actually secure.

>

>

๐Ÿš€ The DevOps Commander

Infrastructure as Code, minus the headache.

> The Problem: Asking an LLM to write Terraform is usually a recipe for a broken state file.

> The Cheat Code: luxor-devops-suite

> Powers Unlocked:

> * ๐Ÿณ Docker & K8s Orchestration that works on the first try.

> * โ˜๏ธ AWS Architecture patterns (Standardized).

> * ๐Ÿ”„ CI/CD Pipelines that don't fail silently.

>

>

---

โšก Quick Start: Activate Cheat Codes

You don't need to configure complex files. Just run the install script for the powers you want.

1. Clone the Cartridge Library

```bash

git clone https://github.com/luxor/luxor-claude-marketplace.git

cd luxor-claude-marketplace

```

2. Load a Specific Cheat Code (e.g., Frontend)

```bash

cd plugins/luxor-frontend-essentials

./install.sh

```

3. Or... Unlock Everything (Full Stack God Mode)

```bash

# Warning: This turns Claude into a beast.

for plugin in plugins/*/; do (cd "$plugin" && ./install.sh);

More from this repository10

๐ŸŽฏ
nodejs-development๐ŸŽฏSkill

Generates production-ready Node.js project structures, boilerplates, and best practices with modern architectural patterns and dependency configurations.

๐ŸŽฏ
jest-react-testing๐ŸŽฏSkill

Generates comprehensive Jest test suites and test cases for React components, ensuring robust and reliable frontend testing with best practices.

๐ŸŽฏ
alembic๐ŸŽฏSkill

Generates and manages database migration scripts for SQLAlchemy-based Python projects, ensuring clean and version-controlled database schema evolution.

๐ŸŽฏ
playwright-visual-testing๐ŸŽฏSkill

Enables automated visual regression testing using Playwright, comparing screenshots to detect unintended UI changes across different browser environments.

๐ŸŽฏ
graphql-api-development๐ŸŽฏSkill

Generates production-ready GraphQL API architectures with best practices, schema design, resolvers, and scalable backend configurations.

๐ŸŽฏ
oauth2-authentication๐ŸŽฏSkill

Streamlines OAuth 2.0 authentication implementation by generating secure, production-ready authentication flows and boilerplate code across different web frameworks and languages.

๐ŸŽฏ
ui-design-patterns๐ŸŽฏSkill

Generates production-ready UI design pattern implementations with best practices, ensuring consistent and scalable component design across different frontend frameworks.

๐ŸŽฏ
pytest-patterns๐ŸŽฏSkill

Generates production-ready pytest test suites with best practices, covering common testing scenarios and structuring tests for Python projects.

๐ŸŽฏ
shell-testing-framework๐ŸŽฏSkill

Enables comprehensive shell script testing by providing a structured framework for writing, organizing, and executing automated tests for shell scripts and command-line utilities.

๐ŸŽฏ
fastapi-microservices-development๐ŸŽฏSkill

Rapidly scaffolds production-ready FastAPI microservices with best practices, generating modular, scalable backend architectures with automated configuration and deployment templates.