Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

manutej/luxor-claude-marketplace

66 skills29.4k installs4k starsGitHub

Install

npx skills add https://github.com/manutej/luxor-claude-marketplace

Skills in this repo

1Docker Compose OrchestrationA comprehensive skill for orchestrating multi container applications using Docker Compose This skill enables rapid development deployment and management of containerized applications with service definitions networking strategies volume management health checks and production ready configurations Building multi container applications microservices full stack apps Setting up development environments with databases caching and services Orchestrating frontend backend and database services together Managing service dependencies and startup order Configuring networks and inter service communication Implementing persistent storage with volumes Deploying applications to development staging or production Creating reproducible development environments Managing application lifecycle start stop rebuild scale Monitoring application health and implementing health checks Migrating from single containers to multi service architectures Testing distributed systems locally Docker Compose simplifies multi container application management through Declarative Configuration Define entire application stacks in YAML Service Abstraction Each component is a service with its own configuration Automatic Netw.2.4kinstalls2Postgresql Database Engineeringpostgresql-database-engineering is an agent skill from manutej/luxor-claude-marketplace that comprehensive postgresql database engineering skill covering indexing strategies, query optimization, performance tuning, partitioning, replication, backup and recovery, high availability, and product. # PostgreSQL Database Engineering A comprehensive skill for professional PostgreSQL database engineering, covering everything from query optimization and indexing strategies to high availability, replication, and production database management. This skill enables you to design, optimize, and maintain high-performance PostgreSQL databases at scale. Developers invoke postgresql-database-engineering during build/integrations work for ai & agent building tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills. Review the Security Audits panel on this listing before installing in production environments.1.5kinstalls3Golang Backend DevelopmentThe golang-backend-development skill complete guide for Go backend development including concurrency patterns, web servers, database integration, microservices, and production deployment # Go Backend Development A comprehensive skill for building production-grade backend systems with Go. Master goroutines, channels, web servers, database integration, microservices architecture, and deployment patterns for scalable, concurrent backend applications. ## When to Use This Skill Use this skill when: - Building high-performance web servers and REST APIs - Developing microservices architectures with gRPC or HTTP - Implementing concurrent processing with goroutines and channels - Creating real-time systems requiring high throughput - Building database-backed applications with connection pooling - Developing cloud-native applications for containerized deployment - Writing performance-critical backend services - Building distributed systems with service discovery - Implementing event-driven architectures - Creating CLI tools and system utilities with networking capabilities - Developing WebSocket servers for real-time communication - Building data processing pipelines with concurrent workers.1.2kinstalls4Playwright Visual Testingplaywright-visual-testing is a manutej/luxor-claude-marketplace skill demonstrating a complete Playwright MCP workflow for design system QA. It tests React component libraries—covering Button variants such as Primary, Secondary, Danger, and Ghost plus Input types for Text, Email, Password, and Error states—across rendering, visual consistency, accessibility, keyboard navigation, responsive behavior, and documentation accuracy. Developers reach for playwright-visual-testing before shipping Storybook-hosted component libraries when visual drift, a11y regressions, or interactive state bugs would affect downstream product teams. The example targets storybook.example.com-style hosts and produces evidence across all component states and breakpoints.1kinstalls5Jest React Testingjest-react-testing from manutej/luxor-claude-marketplace is a comprehensive collection of real-world Jest plus React Testing Library examples for React application testing. It covers nine documented scenario areas: basic components, forms with validation, async API data fetching, authentication flows, modals and dialogs, dropdowns and selects, custom hooks, React Router integration, and Redux-connected components. Developers reach for jest-react-testing when they want copy-ready, production-grade test patterns instead of inventing RTL queries, async waits, and provider wrappers from scratch. The skill acts as a pattern reference agents consult while writing or reviewing React unit and integration tests.1kinstalls6Ui Design Patternsui-design-patterns is a catalog of implementation examples for common web UI design patterns with HTML, CSS, and JavaScript code samples. The skill spans seven sections: Navigation, Form, Data Display, Feedback, Interaction, Accessibility, and Responsive patterns. Examples include accessible tab components with keyboard navigation and ARIA attributes, giving developers copy-adapt starting points rather than designing from scratch. Teams reach for ui-design-patterns when prototyping dashboards, marketing sites, or internal tools that need consistent, accessible components quickly inside a Claude-guided frontend workflow.705installs7Ux Principlesux-principles is a reference skill from manutej/luxor-claude-marketplace documenting 16 UX principles with real-world product examples including TurboTax progressive disclosure, Slack contextual help, Gmail undo culture, Stripe feedback patterns, Airbnb constraints, Spotify recognition over recall, and Figma mental models. Each entry covers context, implementation details, design decisions, user impact, and metrics. Developers invoke ux-principles when designing onboarding flows, error states, defaults, or accessibility-first patterns and need concrete precedents instead of abstract heuristics. The skill bridges Nielsen-style principles and shippable UI patterns agents can apply to SaaS, mobile, or extension interfaces.691installs8Pytest Patternspytest-patterns is a Testing & QA skill from manutej/luxor-claude-marketplace that guides developers through writing maintainable Python test suites with pytest fixtures, parametrization, markers, mocks, and CI-friendly directory structure. The skill encodes repeatable patterns for isolating dependencies, expressing table-driven cases, tagging slow or integration tests, and organizing conftest.py hierarchies so regressions surface before merge or deploy. Developers reach for pytest-patterns when a service or library outgrows ad-hoc test files and needs consistent patterns for unit, integration, and negative-path coverage. It pairs naturally with API or backend work where fast feedback loops and pipeline-ready pytest invocations matter.658installs9Frontend Architecturefrontend-architecture is a manutej/luxor-claude-marketplace skill (version 1.0.0) for designing scalable frontend application structure in large TypeScript and React codebases. It guides component architecture with single-responsibility and composition-over-inheritance patterns, state management strategies for complex apps, module systems with code splitting and lazy loading, bundler performance tuning, testing strategies across layers, and migration from legacy patterns to MVC, MVVM, or Flux-style designs. The skill addresses module federation boundaries, routing strategy, performance budgets, and conventions for growing repositories documented in a 45 KB SKILL.md with companion EXAMPLES.md. Developers reach for frontend-architecture when a SPA outgrows flat component folders, when teams need explicit state boundaries, or when planning module federation across packages.530installs10Alembicalembic is a database migration skill focused on SQLAlchemy Alembic revision scripts for customer support and ticketing systems. The skill bundles 15+ practical, runnable examples covering initial database setup, adding columns, creating performance indexes, foreign-key tables, safe column type changes, and data migrations for status fields. Developers reach for alembic when they need migration code they can adapt rather than guessing Alembic revision patterns for support-system schemas. Each example includes complete upgrade and downgrade code aimed at production-safe schema evolution in SQLAlchemy-backed services.480installs11Axum Web Frameworkaxum-web-framework is a Rust backend agent skill from manutej/luxor-claude-marketplace covering production Axum APIs on Tokio and Tower. It documents nested routers, type-safe extractors, ServiceBuilder middleware layers, Arc-backed State sharing, custom IntoResponse error types, and deployment patterns for REST and real-time services. Developers reach for axum-web-framework when standing up microservices, agent tool backends, or services needing compile-time request guarantees instead of ad hoc handler code. The skill is versioned 1.0.0 and lists compatibility with Axum 0.7+, Tokio 1.0+, and Tower 0.4+. Each topic includes SKILL.md guidance plus README and EXAMPLES references for copy-ready patterns.464installs12Oauth2 Authenticationoauth2-authentication is a comprehensive agent skill from manutej/luxor-claude-marketplace that teaches OAuth2 and OpenID Connect implementation for modern authentication systems. The skill documents Authorization Code, PKCE, Client Credentials, and Device Flow patterns, plus access-token, refresh-token, and ID-token handling, security checklists, and provider configuration examples such as GitHub OAuth2 endpoints. Developers reach for oauth2-authentication when adding social login, securing REST APIs with bearer tokens, building an authorization server, migrating from session cookies to tokens, or implementing SSO and multi-tenant scope rules. The guidance covers SPA and mobile PKCE requirements, deprecated implicit-flow pitfalls, token validation, secure storage, and testing strategies so production auth stays aligned with current OAuth2 best practices.454installs13Fastapi Microservices Developmentfastapi-microservices-development is a Luxor Claude marketplace skill that scaffolds FastAPI microservices with routing, dependency injection, async handlers, clear service boundaries, and a deployment-ready Python project layout. Developers reach for it when standing up new Python API services that need structured modules, async endpoints, and microservice separation instead of a monolithic script. The skill targets backend API construction rather than frontend UI, agent prompt tuning, or cloud deploy orchestration.449installs14Aws Cloud ArchitectureMarketplace skill for AWS cloud architecture, helping teams design secure VPC layouts, IAM policies, managed services, and resilient deployment patterns for production backends.444installs15Wireframingwireframing is a design skill from the luxor-claude-marketplace collection for creating low-fidelity wireframes and user flow diagrams during early product work. It helps developers and designers map screens, navigation paths, and feature boundaries without committing to color, typography, or component libraries. The skill focuses on structural decisions—where elements sit, how users move between views, and whether proposed scope fits the interface—so teams catch layout and IA problems cheaply. Reach for wireframing when a feature idea needs a tangible sketch before Figma polish or frontend implementation, especially for new dashboards, onboarding, or multi-step flows.425installs16Figma Designfigma-design is a version 1.0.0 skill in manutej/luxor-claude-marketplace that gives coding agents deep Figma Plugin API knowledge sourced from official documentation via Context7 (/figma/plugin-typings). It covers plugin development, component architecture with variants and instances, auto layout constraints, variables and design tokens, prototyping reactions, batch node operations, and export to PNG, JPG, and SVG. Developers reach for figma-design when writing Figma plugin TypeScript, automating repetitive canvas tasks, or structuring design systems programmatically rather than pushing pixels manually. The luxor-design-toolkit skill documents node hierarchy patterns, findAllWithCriteria search, performance practices, and production plugin architecture including state management and command patterns. Install with npx skills add against the luxor-claude-marketplace repository when programmatic Figma work must pair with engineering handoff specs.403installs17Expressjs Developmentexpressjs-development is a skill from the manutej/luxor-claude-marketplace collection for building and extending Express.js HTTP services. It guides agents through defining routes, wiring middleware, implementing validation and centralized error handling, and organizing servers for production deployment. Developers reach for expressjs-development when standing up REST or JSON APIs, refactoring middleware stacks, or hardening Node.js services before release. The skill fits agent-assisted backend work where conventions for folder layout, error boundaries, and request lifecycle management must be applied consistently across new endpoints.399installs18Ci Cd Pipeline Patternsci-cd-pipeline-patterns is a Claude marketplace skill for designing production-grade CI/CD workflows before merges or releases ship. The skill covers staged jobs, automated test gates, build cache strategies, matrix build configurations, artifact promotion between environments, and rollback hooks for failed deployments. Developers reach for ci-cd-pipeline-patterns when GitHub Actions, GitLab CI, or similar platforms need a structured pipeline blueprint instead of ad hoc job copies that skip gates or promotion steps.398installs19Spring Boot Developmentspring-boot-development is a version 1.0.0 skill from manutej/luxor-claude-marketplace's luxor-backend-toolkit plugin that teaches idiomatic Spring Boot application structure backed by official Spring documentation via Context7. The skill covers auto-configuration mechanics and conditional beans, constructor-based dependency injection over field injection, REST controller patterns with ResponseEntity status handling, Spring Data JPA repositories, application.properties and profile-based configuration, and Spring Security setup for production services. Developers reach for spring-boot-development when scaffolding enterprise SaaS backends, migrating legacy Java applications, or implementing secure database-driven microservices with transactional service layers and DTO patterns. The marketplace bundles 67+ production-grade skills across backend, frontend, and DevOps plugins, and this skill installs via `npx skills add manutej/luxor-claude-marketplace --skill spring-boot-development`.395installs20Rest Api Design Patternsrest-api-design-patterns is a tier-1 luxor-backend-toolkit skill in manutej/luxor-claude-marketplace—a comprehensive REST design guide spanning Richardson maturity levels 0–3, plural noun resource URIs, collection versus item routes, nested resources capped at 2–3 levels, and proper GET/POST/PUT/PATCH/DELETE semantics. It covers versioning strategies, cursor and offset pagination, filtering and sorting query parameters, consistent error response schemas, authentication and authorization patterns, HATEOAS _links, caching headers, and OpenAPI/Swagger specifications with FastAPI and Express.js examples across an ~1800-line SKILL.md. Use it when designing new microservice boundaries, refactoring inconsistent endpoints, or publishing contracts for mobile and web consumers that need predictable HTTP behavior and evolvable versioning.388installs21Enterprise Architecture Patternsenterprise-architecture-patterns is a LUXOR Claude marketplace skill for designing scalable, resilient distributed systems. It walks developers through strategic and tactical choices such as domain-driven design aggregates, event sourcing, CQRS read/write splits, saga orchestration for distributed transactions, API gateway and BFF routing, service mesh concerns, and horizontal scaling patterns. The skill targets architects and backend leads planning microservice migrations, multi-tenant SaaS platforms, event-driven pipelines, or monolith decomposition. Use enterprise-architecture-patterns when you need opinionated pattern tradeoffs and implementation guidance—not a single framework scaffold—across layering, service boundaries, messaging, and cloud-native resilience before code structure is fixed.379installs22Responsive Designresponsive-design is a frontend agent skill from manutej/luxor-claude-marketplace for implementing fluid layouts, breakpoints, touch targets, and accessible responsive components. The skill guides web UI work so interfaces function across phones, tablets, and desktops. Developers reach for responsive-design when refactoring fixed layouts, adding breakpoint systems, or improving touch accessibility in production frontends. It targets implementation guidance rather than analytics, copywriting, or backend API design.375installs23Vuejs Developmentvuejs-development is a manutej/luxor-claude-marketplace agent skill for scaffolding Vue 3 single-page applications with modern frontend patterns. It guides composition API setup, Vue Router configuration, state management choices, component library integration, and REST or GraphQL API wiring so engineers ship dashboards, storefronts, and content sites faster than blank-cli starts. Developers reach for vuejs-development when bootstrapping customer-facing Vue frontends that need opinionated folder structure, typed components, and data-fetch layers without re-deriving best practices from scattered docs. The skill targets build-phase frontend work where routing, stores, and UI kits must align before backend contracts freeze. Use vuejs-development when a team standardizes on Vue 3 for admin panels, ecommerce storefronts, or marketing sites that share component patterns and API client conventions. Outputs include project skeletons, route tables, store modules, and integration stubs ready for feature development.373installs24Mobile Designmobile-design is a version 1.0.0 agent skill from the luxor-frontend-essentials plugin in manutej/luxor-claude-marketplace. It teaches mobile-first layout, touch-target sizing, thumb-zone ergonomics, iOS and Android platform conventions, navigation models such as tab bars and bottom sheets, gesture patterns, and mobile performance budgeting including Core Web Vitals targets. Developers invoke it when sketching responsive web apps, PWAs, React Native or Flutter screens, or touch-first dashboards that must feel native on phones and tablets. The skill walks through accessibility checklists, input-type keyboard mapping, and common mobile pitfalls like undersized tap targets or desktop-first breakpoints. It complements implementation skills by front-loading UX decisions—spacing, hierarchy, and interaction patterns—so concepts can be reviewed before engineering commits to a full native or hybrid build.370installs25Hasura Graphql EngineThis skill guides Claude through Hasura GraphQL Engine setup and configuration: connecting Postgres, modeling relationships, enforcing role-based permissions, extending APIs with actions and remote schemas, and using subscriptions and event triggers for real-time data access patterns.368installs26Grpc Microservicesgrpc-microservices is a manutej/luxor-claude-marketplace skill for designing and implementing production gRPC microservices. The skill covers protobuf .proto contract definition, unary and streaming RPC handlers, server and client interceptors for auth and logging, and service discovery patterns for low-latency internal communication between services. Developers use it when replacing REST-heavy internal calls with typed binary RPCs, adding bidirectional or server-streaming endpoints, or standardizing cross-service middleware. The skill emphasizes contract-first APIs, generated stubs, and operational concerns like discovery registration rather than ad hoc JSON endpoints between backend components.365installs27Redis State Managementredis-state-management is a manutej/luxor-claude-marketplace skill for designing Redis-backed shared state in production services and agent runtimes. The skill guides key naming conventions, TTL strategy, cache invalidation, session storage, pub/sub channels, and coordination patterns when horizontal scale demands fast in-memory state outside primary databases. Developers reach for redis-state-management when adding rate counters, ephemeral agent memory, websocket fan-out, or session sticks across API replicas. It complements primary SQL or document stores by clarifying what belongs in Redis versus durable storage. Use it during backend design reviews for microservices, queue workers, or multi-step agent graphs that need low-latency coordination without overloading Postgres.349installs28Api Gateway Patternsapi-gateway-patterns is a manutej/luxor-claude-marketplace skill that helps developers design API gateway layers for microservice estates. The skill covers request routing to upstream services, authentication and authorization at the edge, rate limiting and throttling, response aggregation across backends, and service-mesh boundary decisions when many services share one public entry. Developers reach for api-gateway-patterns when a growing service count needs consistent TLS termination, token validation, and quota enforcement instead of duplicating middleware in every repo. It fits greenfield gateway selection and brownfield refactors where BFF, edge proxy, or mesh ingress patterns must be chosen with clear failure and timeout semantics. The skill emphasizes architecture tradeoffs for production API platforms rather than single-endpoint CRUD tutorials.347installs29Asyncio Concurrency Patternsasyncio-concurrency-patterns is a Python agent skill from manutej/luxor-claude-marketplace that guides implementation of non-blocking asyncio services for I/O-heavy APIs and automation workers. It covers structuring concurrent work with asyncio.create_task, asyncio.gather for parallel awaits, semaphores to cap connection or request fan-out, asyncio.Queue for producer-consumer pipelines, and cooperative cancellation so shutdown does not leave orphaned tasks. Developers reach for asyncio-concurrency-patterns when FastAPI endpoints, background workers, or CLI automations bottleneck on sequential HTTP, database, or file I/O and need bounded parallelism without thread pools. The skill fits agent sessions writing or refactoring async def handlers, worker loops, and retry-heavy integration code in Python 3.10+ codebases. It emphasizes patterns that prevent event-loop blocking, resource exhaustion from unbounded gather calls, and lost exceptions when tasks are fire-and-forget without proper await or cancellation handling.347installs30Apache Spark Data Processingapache-spark-data-processing is a data engineering skill from manutej/luxor-claude-marketplace that guides developers implementing Apache Spark jobs for large-scale data processing. It covers distributed transforms, aggregations, and feature pipelines with emphasis on partitioning strategies and performance tuning for production workloads. Developers reach for apache-spark-data-processing when datasets exceed single-node capacity and require Spark DataFrame operations, shuffle optimization, and pipeline design for analytics or ML feature stores. The skill fits backend and data engineers building ETL flows, batch analytics, or ML preprocessing stages where correct partitioning and job configuration directly affect cluster cost and runtime.345installs31React Patternsreact-patterns is a frontend skill from manutej/luxor-claude-marketplace that teaches agents maintainable React architecture as applications scale. The skill addresses composition strategies, state boundary placement, memoization and rendering performance, and patterns that keep component trees readable when features accumulate. Developers reach for react-patterns when prop drilling, redundant re-renders, or unclear ownership slow feature work—not when bootstrapping a trivial single-page demo. It bridges everyday React code with structural decisions about containers, hooks colocation, and performance guardrails agents can apply during refactors or greenfield feature modules.337installs32Kafka Stream ProcessingGuides Claude through Apache Kafka stream processing: topic modeling, producer/consumer patterns, partitioning, consumer groups, stream joins, windowing, fault tolerance, and production tuning for scalable real-time data pipelines.336installs33Nodejs Developmentnodejs-development is a backend skill from manutej/luxor-claude-marketplace that guides agents through production-grade Node.js HTTP services. The skill covers Express or similar framework routing, middleware ordering, input validation, centralized error handling, security headers, and modular API structure that remains testable. Developers reach for nodejs-development when scaffolding a new REST service, hardening an prototype server, or refactoring route spaghetti into maintainable handlers. It emphasizes patterns—async error wrappers, validation middleware, helmet-style headers—that prevent common Node API pitfalls during implementation rather than after incidents.336installs34Rust Systems ProgrammingCovers Rust systems programming for backends and tools: ownership, lifetimes, Result patterns, async services, crate structure, testing, and deployment-minded code for CLIs, APIs, and agent sidecars requiring speed and safety.336installs35Nextjs DevelopmentCovers Next.js development with App Router conventions, React Server Components, layouts, server actions, async data fetching, metadata, image and font optimization, error boundaries, and API route patterns for production SaaS and content sites.335installs36PydanticTeaches Pydantic usage for defining validated Python data models, parsing configuration, enforcing API contracts, and building type-safe serialization layers in backend applications and services.334installs37PandasProvides pandas patterns for loading tabular data, cleaning dtypes and nulls, grouping and pivoting, merging heterogeneous sources, vectorized transforms, and preparing analytics or ML-ready datasets inside Python services and notebooks.333installs38Sqlalchemy Orm ExpertSQLAlchemy ORM expert skill for Python backends covering declarative models, relationships, eager/lazy loading, session lifecycle, complex filters, Alembic migrations, indexing, and transactional correctness for SaaS and API data layers.330installs39React DevelopmentSupports end-to-end React frontend development in Claude Code, covering component composition, hooks, routing, styling integration, client state, and API consumption so web SaaS, extension, and responsive product interfaces can be built consistently and maintainably.329installs40Database Management PatternsGuides Claude through database management patterns for backend services: schema design, migrations, indexing, connection pooling, transactions, and query optimization. Helps teams avoid common persistence pitfalls and implement maintainable, production-ready data layers in SaaS, API, and ecommerce builds.327installs41Javascript FundamentalsReinforces essential JavaScript for web and tooling work: lexical scope, closures, prototypes, async control flow, modules, iterators, and common footguns. Gives developers a dependable foundation before adopting frameworks like React or Angular, reducing subtle bugs in event-driven UI and shared utility code.326installs42Kubernetes OrchestrationProvides guidance for Kubernetes orchestration including deployments, services, ingress, scaling, and operational patterns for reliably running containerized applications in production clusters.326installs43Angular DevelopmentGuides Claude through Angular-specific implementation: standalone or NgModule components, routing guards, services, HttpClient usage, reactive forms, and RxJS streams. Helps teams ship typed, testable enterprise frontends with consistent folder structure and change detection best practices.325installs44Tailwind CssGuides Tailwind CSS for modern web frontends: utility workflows, responsive grids, typography, hover/focus states, dark mode, form styling, and reusable components for SaaS, ecommerce, and content sites with cohesive visual systems.322installs45Performance Benchmark SpecialistSpecializes in performance benchmarking for software releases, helping Claude Code design benchmark scenarios, collect comparable metrics, analyze bottlenecks across frontend, backend, and CLI surfaces, and translate results into concrete optimization and ship/no-ship guidance.319installs46PytestTeaches pytest best practices for Python backend and CLI code, including fixture design, parametrized tests, mocking strategies, async and integration testing patterns, and failure diagnosis so Claude Code can build reliable automated test suites during implementation.317installs47Langchain OrchestrationGuides Claude Code through LangChain-based orchestration for agents and LLM workflows, covering chain composition, tool integration, retrieval, memory, routing, and operational patterns so AI features are structured, testable, and maintainable in SaaS or API products.315installs48Observability MonitoringHelps implement observability and monitoring stacks with metrics, logs, traces, dashboards, and alerting so teams can detect outages, trace requests, and maintain production service health.315installs49Aws Cloud ServicesAWS Cloud Services skill provides practical patterns for architecting and operating on Amazon Web Services: networking, IAM, compute, storage, databases, and observability. It helps engineers deploy scalable SaaS and APIs with secure defaults, right-sized resources, and operable monitoring rather than one-off console clicks.314installs50Postgresql Database AdministrationCovers PostgreSQL database administration including schema operations, indexing strategy, backup and recovery, replication setup, and performance tuning for reliable production data infrastructure.314installs51Vector Database ManagementCovers vector database management for AI apps: choosing stores, defining schemas, ingesting embeddings, tuning similarity search, applying metadata filters, and operating collections that back RAG chatbots and agent toolchains.313installs52Linear Dev AcceleratorSpeeds development with Linear-centric PM workflows: structured issue creation, triage, cycle planning, labeling taxonomies, prioritization rituals, and execution habits that keep multi-project backlogs organized during active builds.312installs53Terraform Infrastructure As CodeCovers Terraform infrastructure as code: composable modules, remote state, workspaces, variables and outputs, IAM policies, and environment promotion so SaaS and API platforms deploy consistently across cloud providers.312installs54Express Microservices ArchitectureThis skill guides Claude in building Express microservices architectures: splitting domains into independently deployable services, defining communication contracts, structuring repos and gateways, and embedding health, logging, and configuration practices suited to distributed Node backends.311installs55Microservices PatternsCovers microservices architecture patterns including service decomposition, asynchronous messaging, distributed transactions, gateway routing, and resilience strategies for scalable backend systems.309installs56Fastapi DevelopmentThis skill teaches Claude to build FastAPI backends effectively: defining validated request and response models, organizing routers and dependencies, leveraging async performance, exposing OpenAPI docs, and structuring Python API projects for maintainable production deployment.308installs57Graphql Api DevelopmentSupports end-to-end GraphQL API development including schema modeling, resolver implementation, query and mutation design, and integration patterns for building flexible, strongly typed backend APIs.307installs58Dbt Data TransformationGuides dbt project setup and SQL modeling in the warehouse: sources, staging cleans, business marts, incremental loads, snapshots, tests, and docs generation. Helps teams ship reliable analytics pipelines with versioned transformations and clear lineage from raw ingest to reporting tables.305installs59Mlops WorkflowsCovers MLOps workflow design for machine learning systems, including pipeline automation, model promotion, experiment tracking, deployment hooks, and operational checks so ML-powered APIs and SaaS features can be retrained, audited, and maintained without ad hoc manual steps.304installs60Shell Testing FrameworkProvides patterns for testing shell scripts and CLIs: harness setup, assert on output and exit codes, hermetic fixtures, mocking external binaries, and CI workflows so bash automation ships with reliable regression coverage.302installs61Apache Airflow OrchestrationMarketplace skill for Apache Airflow orchestration, guiding DAG design, scheduling, failure handling, and production deployment of dependable batch and ETL pipelines.301installs62Terraform InfrastructureGuides Claude through Terraform infrastructure design: structuring modules, managing remote state, defining variables and outputs, wiring cloud providers, and safely evolving stacks across dev, staging, and production.301installs63Claude Sdk Integration PatternsLuxor marketplace skill documenting Claude SDK integration patterns for building reliable agent features, including streaming responses, tool calling, retries, and session management in apps.300installs64Svelte DevelopmentGuides agents through Svelte and SvelteKit frontend implementation: component composition, reactivity, stores, routing, and deployment-ready UI patterns aligned with Luxor marketplace conventions.298installs65Unix Goto DevelopmentSupports Unix GOTO development for building command-line tools and system-level programs: structuring control flow with labels, using POSIX interfaces, composing shell pipelines, and hardening portable backend utilities on Linux and macOS.293installs66Fastapi Customer Support Tech EnablementEnables Claude to build FastAPI services for customer support: REST endpoints, webhook handlers, ticket routing logic, and integrations that power support teams and self-serve help flows in SaaS products.287installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

manutej/luxor-claude-marketplace · 66 skills · Skillselion