Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By usmanali4073
Comprehensive plugin for building StyleMate microservices with Module Federation, Clean Architecture, JWT authentication, and automated QA validation
npx claudepluginhub usmanali4073/stylemate-plugins --plugin stylemate-architectureScaffold a complete new microservice with .NET API and React UI following StyleMate architecture
Validate a microservice follows StyleMate architectural standards (Clean Architecture, Module Federation, JWT, Docker)
Manages conversation context, tracks active tasks, maintains project state using Docker MCP memory, and ensures relevant information is available for specialized agents
Build ASP.NET Core 8 microservices with Clean Architecture, EF Core, JWT authentication, and Docker integration for StyleMate platform
Comprehensive QA specialist for .NET APIs - validates endpoints, JWT auth, business isolation, database operations, Clean Architecture compliance, and uses verification loop
Comprehensive QA specialist for React microfrontends - validates UI functionality, mobile responsiveness, visual quality, accessibility, and Module Federation integration using Playwright MCP
Task orchestrator that breaks work into parallel tasks, executes each in clean subagents, and uses memory for coordination
Test .NET API endpoints with curl to validate JWT authentication, CRUD operations, business isolation, and Clean Architecture compliance
Verify code quality by running build and lint commands for both .NET and React projects
Validate .NET API project structure follows Clean Architecture with proper layer separation and dependencies
Configure Playwright MCP to use Docker container IP addresses instead of localhost for testing containerized applications
Set up JWT authentication for both .NET APIs and React microfrontends with proper token handling and authorization
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Enterprise microservices architecture design and implementation expert for scalable distributed systems
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.
Full-stack agents โ frontend, backend, API, DevOps architects
Use this agent when you need to design scalable architecture and folder structures for new features or projects. Examples include: when starting a new feature module, refactoring existing code organization, planning microservice boundaries, designing component hierarchies, or establishing project structure conventions. For example: user: 'I need to add a user authentication system to my app' -> assistant: 'I'll use the code-architect agent to design the architecture and folder structure for your authentication system' -> <uses agent>. Another example: user: 'How should I organize my e-commerce product catalog feature?' -> assistant: 'Let me use the code-architect agent to design a scalable structure for your product catalog' -> <uses agent>.
Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\n\n<example>\nContext: Designing a new API\nuser: "We need an API for our social sharing feature"\nassistant: "I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture."\n<commentary>\nAPI design requires careful consideration of security, scalability, and maintainability.\n</commentary>\n</example>\n\n<example>\nContext: Database design and optimization\nuser: "Our queries are getting slow as we scale"\nassistant: "Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies."\n<commentary>\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\n</commentary>\n</example>\n\n<example>\nContext: Implementing authentication system\nuser: "Add OAuth2 login with Google and GitHub"\nassistant: "I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures."\n<commentary>\nAuthentication systems require careful security considerations and proper implementation.\n</commentary>\n</example>
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Skills for the Ralph autonomous agent system - Generate PRDs and convert them to prd.json format for autonomous execution
Official Claude Code plugin marketplace for the StyleMate microservices platform. This marketplace provides specialized agents, skills, and commands for building production-ready microservices with Module Federation, Clean Architecture, and JWT authentication.
Complete development and QA workflow for StyleMate microservices with automated testing and validation.
Version: 1.0.0 License: MIT
/new-microservice: Scaffold a complete microservice with .NET API and React UI/validate-architecture: Validate a microservice follows all StyleMate architectural standards# From your StyleMate project root
claude
# In Claude Code
/plugin marketplace add ./market-plugin
# In Claude Code
/plugin marketplace add https://github.com/your-org/stylemate-plugins
After adding the marketplace:
# Interactive installation (recommended)
/plugin
# Select "Browse Plugins" โ "stylemate-architecture" โ "Install"
# Or install directly
/plugin install stylemate-architecture@stylemate-plugins
# Check available commands
/help
# Check available agents
/agents
# You should see:
# - /new-microservice command
# - /validate-architecture command
# - work-planner-agent
# - ui-engineer-agent
# - dotnet-engineer-agent
Agents can be invoked explicitly or Claude will use them automatically when appropriate.
Use the work-planner-agent to create a plan for a staff scheduling feature
Claude automatically delegates to agents based on task context:
Skills are automatically invoked by Claude based on task context. You don't need to call them explicitly.
Examples of when skills activate:
CRITICAL: All development agents automatically mandate QA validation. Work is NOT complete without QA approval.