Professional Claude Code marketplace with 140 development tools: 67 skills, 28 commands, 30 agents, 15 workflows
npx skills add https://github.com/manutej/luxor-claude-marketplace --skill figma-designInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
Professional Claude Code plugins covering the complete software development lifecycle
"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.
# 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 just frontend skills
cd luxor-claude-marketplace/plugins/luxor-frontend-essentials
./install.sh
# Restart Claude Code
# 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
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.
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.
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.
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.
You don't need to configure complex files. Just run the install script for the powers you want.
1. Clone the Cartridge Library
git clone https://github.com/luxor/luxor-claude-marketplace.git
cd luxor-claude-marketplace
2. Load a Specific Cheat Code (e.g., Frontend)
cd plugins/luxor-frontend-essentials
./install.sh
3. Or... Unlock Everything (Full Stack God Mode)
# Warning: This turns Claude into a beast.
for plugin in plugins/*/; do (cd "$plugin" && ./install.sh); done
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.
It's meta-prompting, perfected.
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.
Found a glitch in the matrix? Have a better cheat code?
Built with 💜 and too much caffeine by ManuTej.
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:
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.
cd plugins/luxor-frontend-essentials && ./install.sh
Includes:
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.
cd plugins/luxor-backend-toolkit && ./install.sh
Includes:
9 Skills | PostgreSQL, SQLAlchemy, Alembic, pandas, Redis
Professional database engineering and data management skills.
cd plugins/luxor-database-pro && ./install.sh
Includes:
12 Skills | Docker, Kubernetes, AWS, Terraform, CI/CD
Complete DevOps lifecycle from containerization to monitoring.
cd plugins/luxor-devops-suite && ./install.sh
Includes:
5 Skills | Airflow, Spark, Kafka, dbt, MLOps
Data pipeline and ML workflow orchestration.
cd plugins/luxor-data-engineering && ./install.sh
Includes:
3 Skills | pytest, pytest patterns, shell testing
Comprehensive testing frameworks and patterns.
cd plugins/luxor-testing-essentials && ./install.sh
Includes:
2 Skills | LangChain, Claude SDK
AI and LLM application development.
cd plugins/luxor-ai-integration && ./install.sh
Includes:
4 Skills | Figma, UX, wireframing, performance
Design tools and user experience patterns.
cd plugins/luxor-design-toolkit && ./install.sh
Includes:
5 Skills | Playwright, Linear, asyncio, Pydantic
Specialized developer tools and utilities.
cd plugins/luxor-specialized-tools && ./install.sh
Includes:
28 Commands | 30 Agents | 15 Workflows
Complete meta tools for creating and managing Claude Code skills, commands, agents, and workflows - essential for plugin creators.
cd plugins/luxor-skill-builder && ./install.sh
Includes:
| Domain | Skills | Plugin |
|---|---|---|
| Frontend | 13 | luxor-frontend-essentials |
| Backend | 14 | luxor-backend-toolkit |
| Database | 9 | luxor-database-pro |
| DevOps | 12 | luxor-devops-suite |
| Data Engineering | 5 | luxor-data-engineering |
| Testing | 3 | luxor-testing-essentials |
| AI | 2 | luxor-ai-integration |
| Design | 4 | luxor-design-toolkit |
| Tools | 5 | luxor-specialized-tools |
| Meta | 28 commands + 30 agents + 15 workflows | luxor-skill-builder |
# Install frontend + backend + database
luxor-frontend-essentials + luxor-backend-toolkit + luxor-database-pro
# Install DevOps + database + testing
luxor-devops-suite + luxor-database-pro + luxor-testing-essentials
# Install data engineering + database
luxor-data-engineering + luxor-database-pro
# Install skill builder tools
luxor-skill-builder
# Install everything
All 10 plugins for comprehensive coverage
Each plugin includes:
README.md - Plugin overview and usage.claude-plugin/plugin.json - Plugin manifestinstall.sh - Installation scriptuninstall.sh - Removal scriptEach skill includes:
SKILL.md - Main skill definition with YAML frontmatterREADME.md - Skill overview and examplesEXAMPLES.md - Detailed code examples (when applicable)cd luxor-claude-marketplace
git pull origin main
for plugin in plugins/*/; do (cd "$plugin" && ./install.sh); done
cd luxor-claude-marketplace/plugins/luxor-frontend-essentials
git pull
./install.sh
We welcome contributions! See CONTRIBUTING.md for guidelines.
MIT © LUXOR
All plugins and skills are released under the MIT License. See LICENSE for details.
luxor-frontend-essentials or luxor-backend-toolkitluxor-database-pro for data skillsluxor-testing-essentialsluxor-skill-builder to create custom skillsluxor-skill-builder for plugin creation✅ Production Ready - All plugins tested and stable
| Plugin | Status | Version |
|---|---|---|
| luxor-frontend-essentials | ✅ Stable | 1.0.0 |
| luxor-backend-toolkit | ✅ Stable | 1.0.0 |
| luxor-database-pro | ✅ Stable | 1.0.0 |
| luxor-devops-suite | ✅ Stable | 1.0.0 |
| luxor-data-engineering | ✅ Stable | 1.0.0 |
| luxor-testing-essentials | ✅ Stable | 1.0.0 |
| luxor-ai-integration | ✅ Stable | 1.0.0 |
| luxor-design-toolkit | ✅ Stable | 1.0.0 |
| luxor-specialized-tools | ✅ Stable | 1.0.0 |
| luxor-skill-builder | ✅ Stable | 1.0.0 |
Built with:
/meta-skill-builder - Parallel skill building with Context7LUXOR Claude Code Marketplace - Empowering developers with professional-grade skills 🚀
Last Updated: 2025-10-18