๐ŸŽฏ

frontend-architecture

๐ŸŽฏSkill

from manutej/luxor-claude-marketplace

VibeIndex|
What it does

Generates production-ready frontend architecture blueprints with modular, scalable React/Next.js project structures and best practice configurations.

๐Ÿ“ฆ

Part of

manutej/luxor-claude-marketplace(66 items)

frontend-architecture

Installation

git cloneClone repository
git clone https://github.com/luxor/luxor-claude-marketplace.git
Shell ScriptRun shell script
./install.sh
๐Ÿ“– Extracted from docs: manutej/luxor-claude-marketplace
16Installs
-
AddedFeb 4, 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); done

```

---

๐Ÿง  The Meta-Layer: Build Your Own Cheats

The crown jewel of this repo is the luxor-skill-builder.

I realized that eventually, you'll want to teach Claude your own secret techniques. This plugin includes 30+ Agents and 15 Workflows designed specifically to help you author new skills.

  • The Architect Agent: Helps you design the folder structure.
  • The Code Craftsman: Writes the implementation.
  • The Doc Reviewer: Ensures your new skill is readable by the AI.

It's meta-prompting, perfected.

---

๐ŸŒŸ Why This Matters

We are entering an era where the "Senior Engineer" isn't just the person who knows the syntaxโ€”it's the person who curates the best context.

LUXOR is our attempt to open-source that context. It's the result of hundreds of hours of prompt engineering, distilled into installable packages.

Stop fighting the prompt. Load the cheat code. Ship the product.

---

๐Ÿค Join the Party

Found a glitch in the matrix? Have a better cheat code?

  • [Open an Issue](https://www.google.com/search?q=issues)
  • [Submit a PR](https://www.google.com/search?q=pulls)

Built with ๐Ÿ’œ and too much caffeine by ManuTej.

---

๐ŸŒŸ Overview

The LUXOR Claude Code Marketplace is a curated collection of 10 professional plugins containing 67+ production-grade skills, 28 commands, 30 agents, and 15 workflows covering every aspect of modern software development.

Built from real-world development experience, these plugins provide Claude Code with expert-level knowledge across:

  • ๐ŸŽจ Frontend Development (React, Next.js, Angular, Vue, Svelte)
  • โš™๏ธ Backend Development (FastAPI, Express, Node.js, Go, Rust)
  • ๐Ÿ—„๏ธ Database Engineering (PostgreSQL, SQLAlchemy, Redis)
  • ๐Ÿš€ DevOps & Cloud (Docker, Kubernetes, AWS, Terraform)
  • ๐Ÿ“Š Data Engineering (Airflow, Spark, Kafka, dbt)
  • โœ… Testing & QA (pytest, test automation)
  • ๐Ÿค– AI Integration (LangChain, Claude SDK)
  • ๐ŸŽจ Design & UX (Figma, wireframing)
  • ๐Ÿ› ๏ธ Specialized Tools (Playwright, Linear, asyncio)
  • โšก Meta Tools (Skill building, plugin creation)

---

๐Ÿ“ฆ Available Plugins

๐ŸŽจ Frontend Development

#### luxor-frontend-essentials โญ Featured

13 Skills | React, Next.js, Angular, Vue, Svelte, Tailwind CSS

Complete frontend development toolkit covering all major frameworks, JavaScript fundamentals, responsive design, UI patterns, and Jest testing.

```bash

cd plugins/luxor-frontend-essentials && ./install.sh

```

Includes:

  • react-development, react-patterns
  • nextjs-development
  • angular-development, svelte-development, vuejs-development
  • tailwind-css, javascript-fundamentals
  • frontend-architecture, responsive-design
  • ui-design-patterns, mobile-design
  • jest-react-testing

---

โš™๏ธ Backend Development

#### luxor-backend-toolkit โญ Featured

14 Skills | FastAPI, Express, Node.js, Go, Rust, GraphQL

Comprehensive backend development covering Python, JavaScript, Go, Java, and Rust with REST, GraphQL, gRPC, and OAuth2.

```bash

cd plugins/luxor-backend-toolkit && ./install.sh

```

Includes:

  • fastapi, fastapi-development, fastapi-microservices-development
  • expressjs-development, express-microservices-architecture
  • nodejs-development, golang-backend-development
  • spring-boot-development, axum-web-framework, rust-systems-programming
  • graphql-api-development, rest-api-design-patterns
  • grpc-microservices, oauth2-authentication

---

๐Ÿ—„๏ธ Database & Data

#### luxor-database-pro

9 Skills | PostgreSQL, SQLAlchemy, Alembic, pandas, Redis

Professional database engineering and data management skills.

```bash

cd plugins/luxor-database-pro && ./install.sh

```

Includes:

  • postgresql, postgresql-database-engineering
  • psycopg, sqlalchemy, alembic
  • pandas, redis-state-management
  • vector-database-management, database-management-patterns

---

๐Ÿš€ DevOps & Infrastructure

#### luxor-devops-suite โญ Featured

12 Skills | Docker, Kuberne