Co-Pilot / 辅助式
更新于 a month ago

luxor-claude-marketplace

Mmanutej
0.0k
manutej/luxor-claude-marketplace
86
Agent 评分

💡 摘要

LUXOR通过专业插件增强Claude的编码能力,涵盖多个开发领域。

🎯 适合人群

软件开发人员DevOps工程师项目经理技术架构师人工智能爱好者

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险;文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

LUXOR Claude Code Marketplace

Professional Claude Code plugins covering the complete software development lifecycle

Plugins Skills 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 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

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 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?

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.

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.

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.

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, Kubernetes, AWS, Terraform, CI/CD

Complete DevOps lifecycle from containerization to monitoring.

cd plugins/luxor-devops-suite && ./install.sh

Includes:

  • docker-compose-orchestration, kubernetes-orchestration
  • aws-cloud-architecture, aws-cloud-services
  • terraform-infrastructure, terraform-infrastructure-as-code
  • ci-cd-pipeline-patterns, observability-monitoring
  • microservices-patterns, enterprise-architecture-patterns
  • api-gateway-patterns, hasura-graphql-engine

📊 Data Engineering & ML

luxor-data-engineering

5 Skills | Airflow, Spark, Kafka, dbt, MLOps

Data pipeline and ML workflow orchestration.

cd plugins/luxor-data-engineering && ./install.sh

Includes:

  • apache-airflow-orchestration, apache-spark-data-processing
  • kafka-stream-processing, dbt-data-transformation
  • mlops-workflows

✅ Testing & QA

luxor-testing-essentials

3 Skills | pytest, pytest patterns, shell testing

Comprehensive testing frameworks and patterns.

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

Includes:

  • pytest, pytest-patterns
  • shell-testing-framework

🤖 AI & Integration

luxor-ai-integration

2 Skills | LangChain, Claude SDK

AI and LLM application development.

cd plugins/luxor-ai-integration && ./install.sh

Includes:

  • langchain-orchestration
  • claude-sdk-integration-patterns

🎨 Design & UX

luxor-design-toolkit

4 Skills | Figma, UX, wireframing, performance

Design tools and user experience patterns.

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

Includes:

  • figma-design, wireframing
  • ux-principles, performance-benchmark-specialist

🛠️ Specialized Tools

luxor-specialized-tools

5 Skills | Playwright, Linear, asyncio, Pydantic

Specialized developer tools and utilities.

cd plugins/luxor-specialized-tools && ./install.sh

Includes:

  • playwright-visual-testing, lin
五维分析
清晰度9/10
创新性9/10
实用性9/10
完整性8/10
可维护性8/10
优缺点分析

优点

  • 全面覆盖开发领域
  • 提高Claude的编码准确性
  • 简单的安装过程

缺点

  • 需要熟悉命令行
  • 可能不涵盖小众技术
  • 依赖于Claude的基础能力

相关技能

ccmp

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

claude-mods

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

agentic-qe

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 manutej.