Luxor Claude Marketplace
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
[](https://github.com/luxor/luxor-claude-marketplace) [](https://github.com/luxor/luxor-claude-marketplace) [](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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k โญ) - Lightweight coding agent that runs in your terminal.
src/agents/ โ 11 Agent Definitions
**Generated:** 2026-04-11