Luxor Claude Marketplace banner
manutej

Luxor Claude Marketplace

Development

Description

Professional Claude Code marketplace with 140 development tools: 67 skills, 28 commands, 30 agents, 15 workflows

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

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

# 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

# Install just frontend skills
cd luxor-claude-marketplace/plugins/luxor-frontend-essentials
./install.sh

# Restart Claude Code

Install Featured Bundle

# 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