π LUXOR Claude Code Marketplace v1.0.0
The complete professional development toolkit for Claude Code
π What's Included
π¦ 140 Professional Development Tools
- β 67 production-grade skills across 10 domains
- β 28 powerful commands for operations and automation
- β 30 specialized agents for intelligent task execution
- β 15 multi-agent workflows for complex orchestrations
π― 10 Plugin Categories
- Frontend Development - React, Next.js, Angular, Vue, Svelte (13
skills) - Backend Development - FastAPI, Express, Go, Rust, GraphQL (14
skills) - Database Engineering - PostgreSQL, SQLAlchemy, Redis (9 skills)
- DevOps & Cloud - Docker, Kubernetes, AWS, Terraform (12 skills)
- Data Engineering - Airflow, Spark, Kafka, dbt, MLOps (5 skills)
- Testing & QA - pytest, test automation (3 skills)
- AI Integration - LangChain, Claude SDK (2 skills)
- Design & UX - Figma, wireframing, UX principles (4 skills)
- Specialized Tools - Playwright, Linear, asyncio (5 skills)
- Skill Builder - Meta tools for creating your own skills (28
commands + 30 agents + 15 workflows)
π Quick Start
Option 1: Install Featured Bundle (Recommended)
The featured bundle includes the most essential plugins for professional
development.
What you get:
- 13 frontend skills (React, Next.js, Angular, Vue, Svelte)
- 14 backend skills (FastAPI, Express, Go, Rust, GraphQL)
- 12 DevOps skills (Docker, Kubernetes, AWS, Terraform)
- 28 commands + 30 agents + 15 workflows (Skill Builder)
Installation (5 minutes):
# Step 1: Clone the marketplace
git clone https://github.com/manutej/luxor-claude-marketplace.git
cd luxor-claude-marketplace/plugins
# Step 2: Install featured plugins
for plugin in luxor-frontend-essentials luxor-backend-toolkit luxor-devops-
suite luxor-skill-builder; do
(cd "$plugin" && chmod +x install.sh && ./install.sh)
done
# Step 3: Restart Claude Code
# All 112 tools are now available!
--------
### Option 2: Install All Plugins (Complete Setup)
Get the full marketplace with all 140 tools.
# Step 1: Clone the marketplace
git clone https://github.com/manutej/luxor-claude-marketplace.git
cd luxor-claude-marketplace
# Step 2: Install all 10 plugins
for plugin in plugins/*/; do
(cd "$plugin" && chmod +x install.sh && ./install.sh)
done
# Step 3: Restart Claude Code
# All 140 tools are now available!
--------
### Option 3: Install Individual Plugin
Install only what you need.
# Clone the marketplace
git clone https://github.com/manutej/luxor-claude-marketplace.git
cd luxor-claude-marketplace/plugins
# Choose your plugin and install
cd luxor-frontend-essentials
chmod +x install.sh
./install.sh
# Restart Claude Code
--------
## π Documentation
### Core Documentation
β’ README.md /Users/manu/Documents/LUXOR/luxor-claude-marketplace/README.md -
Complete marketplace overview and plugin details
β’ INSTALL.md /Users/manu/Documents/LUXOR/luxor-claude-marketplace/INSTALL.md -
Comprehensive installation guide with troubleshooting
β’ Quick Start Guide /Users/manu/Documents/QUICK_START_GUIDE.md - 60-second
quick start
### Plugin Documentation
Each plugin includes:
β’ .claude-plugin/plugin.json - Plugin manifest
β’ install.sh - Automated installation script
β’ Individual skill documentation with examples
--------
## β¨ Featured Plugins
### 1. luxor-frontend-essentials β
13 Skills | 1.4 MB
Complete frontend development toolkit covering:
β’ React Development & Patterns
β’ Next.js Development
β’ Angular, Vue, Svelte
β’ Tailwind CSS
β’ JavaScript Fundamentals
β’ Frontend Architecture
β’ Responsive Design & UI Patterns
β’ Jest React Testing
Install:
cd plugins/luxor-frontend-essentials
./install.sh
--------
### 2. luxor-backend-toolkit β
14 Skills | 1.5 MB
Comprehensive backend development covering:
β’ FastAPI (3 skills: core, development, microservices)
β’ Express.js (2 skills: development, microservices)
β’ Node.js Development
β’ Go Backend Development
β’ Spring Boot Development
β’ Rust & Axum Web Framework
β’ GraphQL API Development
β’ REST API Design Patterns
β’ gRPC Microservices
β’ OAuth2 Authentication
Install:
cd plugins/luxor-backend-toolkit
./install.sh
--------
### 3. luxor-devops-suite β
12 Skills | 1.4 MB
Complete DevOps lifecycle covering:
β’ Docker Compose Orchestration
β’ Kubernetes Orchestration
β’ AWS Cloud Architecture & Services
β’ Terraform Infrastructure (2 skills)
β’ CI/CD Pipeline Patterns
β’ Observability & Monitoring
β’ Microservices Patterns
β’ Enterprise Architecture Patterns
β’ API Gateway Patterns
β’ Hasura GraphQL Engine
Install:
cd plugins/luxor-devops-suite
./install.sh
--------
### 4. luxor-skill-builder β
28 Commands + 30 Agents + 15 Workflows
Essential meta tools for creating and managing your own skills:
28 Commands:
β’ /agent - Agent management
β’ /crew - Agent discovery
β’ /ctx7 - Context7 documentation lookup
β’ /coord - Interactive coordination
β’ /deep - Deep research
β’ /wflw - Workflow management
β’ And 22 more powerful commands
30 Agents:
β’ practical-programmer - Pragmatic programming
β’ debug-detective - Bug investigation
β’ frontend-architect - Frontend expertise
β’ deployment-orchestrator - Deployment automation
β’ And 26 more specialized agents
15 Workflows:
β’ Frontend feature development
β’ API development
β’ Bug investigation & fix
β’ Full-stack app development
β’ And 11 more orchestrations
Install:
cd plugins/luxor-skill-builder
./install.sh
--------
## π― Use Cases
### Full-Stack Web Developer
# Install: frontend + backend + database
cd luxor-claude-marketplace/plugins
for plugin in luxor-frontend-essentials luxor-backend-toolkit luxor-
database-pro; do
(cd "$plugin" && ./install.sh)
done
### DevOps Engineer
# Install: DevOps + database + testing
cd luxor-claude-marketplace/plugins
for plugin in luxor-devops-suite luxor-database-pro luxor-testing-
essentials; do
(cd "$plugin" && ./install.sh)
done
### Data Engineer
# Install: data engineering + database
cd luxor-claude-marketplace/plugins
for plugin in luxor-data-engineering luxor-database-pro; do
(cd "$plugin" && ./install.sh)
done
--------
## β
Verification
After installation, verify your setup:
# Count installed skills
echo "Skills: $(ls -1 ~/.claude/skills/ | wc -l)"
# Count installed commands
echo "Commands: $(ls -1 ~/.claude/commands/ | wc -l)"
# Count installed agents
echo "Agents: $(ls -1 ~/.claude/agents/ | wc -l)"
# Count installed workflows
echo "Workflows: $(ls -1 ~/.claude/workflows/ | wc -l)"
Expected output (Featured Bundle):
β’ Skills: 39
β’ Commands: 28
β’ Agents: 30
β’ Workflows: 15
Expected output (All Plugins):
β’ Skills: 67
β’ Commands: 28
β’ Agents: 30
β’ Workflows: 15
--------
## π§ͺ Test Your Installation
Try these commands in Claude Code:
# Test frontend skills
"Create a React component with Tailwind CSS styling"
# Test backend skills
"Build a FastAPI endpoint with PostgreSQL integration"
# Test DevOps skills
"Create a Dockerfile for a Node.js application"
# Test commands
/crew
/ctx7 react
/workflows
--------
## π Statistics
β’ Total Plugins: 10
β’ Total Skills: 67
β’ Total Commands: 28
β’ Total Agents: 30
β’ Total Workflows: 15
β’ Total Size: ~8 MB
β’ Featured Plugins: 4
β’ Production Ready: β
--------
## π€ Contributing
We welcome contributions! Here's how you can help:
1. Report Issues - Found a bug? Open an issue https://github.
com/manutej/luxor-claude-marketplace/issues
2. Suggest Skills - Have ideas? Share them in Discussions https://github.
com/manutej/luxor-claude-marketplace/discussions
3. Submit PRs - Improve existing skills or add new ones
4. Share Feedback - Help us improve the marketplace
See CONTRIBUTING.md /Users/manu/Documents/LUXOR/luxor-claude-
marketplace/CONTRIBUTING.md for detailed guidelines.
--------
## π License
MIT License - See LICENSE /Users/manu/Documents/LUXOR/luxor-claude-
marketplace/LICENSE for details.
All plugins and skills are open-source and free to use.
--------
## π What Makes This Marketplace Special
### Production-Tested
All skills are copied from a working development environment and have been
used in real projects.
### Comprehensive Coverage
From React components to Kubernetes deployments, we cover the entire
software development lifecycle.
### Modular Architecture
Install only what you need, or install everything. No dependencies between
plugins.
### Meta Tools Included
The skill-builder plugin contains tools to create your own skills, commands,
agents, and workflows.
### Well-Documented
Every plugin and skill includes comprehensive documentation with examples.
--------
## π Getting Started
New to Claude Code?
1. Install Claude Code from claude.com/claude-code https://claude.com/claude-
code
2. Clone this marketplace
3. Install the Featured Bundle
4. Restart Claude Code
5. Start building!
Already using Claude Code?
1. Clone this marketplace
2. Pick your plugins
3. Run the install scripts
4. Restart Claude Code
5. Enjoy your new capabilities!
--------
## π¬ Support & Community
β’ Issues: GitHub Issues https://github.com/manutej/luxor-claude-
marketplace/issues
β’ Discussions: GitHub Discussions https://github.com/manutej/luxor-claude-
marketplace/discussions
β’ Documentation: Full Documentation /Users/manu/Documents/LUXOR/luxor-claude-
marketplace/README.md
--------
## π Thank You!
Thank you for checking out the LUXOR Claude Code Marketplace! We hope these
tools make your development workflow more efficient and enjoyable.
Star this repo if you find it useful! β