GSU26SE55 avatar

GSU26SE55

Official

@GSU26SE55

0Followers
|
8Public Repos
|
25Published Skills

GSU26SE55 provides scaffolding skills for .NET microservices, React frontends, and PyTorch battery-health prediction modules with CQRS and event-driven patterns.

Skills Distribution
DomainDeveloper To...Backend Microservi.. (45%)Frontend React Dev.. (25%)Machine Learning M.. (20%)Code Quality & Rev.. (10%)

Agent Skills by GSU26SE55

Showing 25 vetted skills indexed across 2 GitHub repositories.

GSU26SE55GSU26SE55

design-taste-frontend

Generates non-templated frontend designs for landing pages, portfolios, and redesigns using brief inference and design dials.

Official
Advanced
GSU26SE55GSU26SE55

react-doctor

Scans React codebases for security, performance, and architecture issues with a health score.

Official
Intermediate
GSU26SE55GSU26SE55

scaffold-consumer

Generates MassTransit IConsumer classes for handling RabbitMQ integration events in .NET microservices.

Official
Intermediate
GSU26SE55GSU26SE55

scaffold-cqrs-query

Generates CQRS query and handler classes for paginated list and get-by-id endpoints in .NET.

Official
Intermediate
GSU26SE55GSU26SE55

run-migration

Generates and applies EF Core migrations for .NET microservices.

Official
Basic
GSU26SE55GSU26SE55

scaffold-controller

Generates ASP.NET Core REST API controllers with CRUD endpoints, authorization, and MediatR integration.

Official
Basic
GSU26SE55GSU26SE55

scaffold-integration-event

Generates C# IntegrationEvent record classes for RabbitMQ and MassTransit async messaging.

Official
Basic
GSU26SE55GSU26SE55

scaffold-unit-tests

Generates xUnit test classes for CQRS command and query handlers in .NET services.

Official
Intermediate
GSU26SE55GSU26SE55

scaffold-dto

Generates C# DTO classes and response wrappers with Guid-to-string conversion for ASP.NET Core services.

Official
Basic
GSU26SE55GSU26SE55

scaffold-cqrs-command

Generates CQRS command and handler classes with MediatR, UnitOfWork, and transaction handling.

Official
Intermediate
GSU26SE55GSU26SE55

scaffold-entity

Generates a new domain entity with enum, DbSet, UnitOfWork wiring, and EF Core migration.

Official
Intermediate
GSU26SE55GSU26SE55

scaffold-crud

Generates complete CRUD feature files for .NET microservices using CQRS and Entity Framework.

Official
Intermediate
GSU26SE55GSU26SE55

scaffold-model

Generates PyTorch CNN-LSTM or Isolation Forest model classes with versioned save and load methods.

Official
Intermediate
GSU26SE55GSU26SE55

scaffold-ai-module

Bootstraps a complete Python AI module with FastAPI, PyTorch models, training scripts, and tests.

Official
Advanced
GSU26SE55GSU26SE55

scaffold-training

Generates PyTorch or Isolation Forest training scripts with fixed hyperparameters and versioned model artifacts.

Official
Intermediate
GSU26SE55GSU26SE55

scaffold-preprocessing

Generates a Python preprocessing pipeline for NASA battery SOH prediction with sliding windows and MinMax scaling.

Official
Intermediate
GSU26SE55GSU26SE55

entity

Creates C# domain entities, enums, DbSets, and UnitOfWork registrations for backend microservices.

Official
Basic
GSU26SE55GSU26SE55

controller

Creates ASP.NET Core REST API controllers that route requests through MediatR.

Official
Basic
GSU26SE55GSU26SE55

cqrs-command

Implements CQRS commands and handlers for state-mutating operations in .NET microservices.

Official
Intermediate
GSU26SE55GSU26SE55

consumer

Implements MassTransit consumers and integration events for RabbitMQ messaging in .NET microservices.

Official
Intermediate
GSU26SE55GSU26SE55

migration

Creates and applies EF Core database migrations for .NET microservices with rollback testing.

Official
Intermediate
GSU26SE55GSU26SE55

cqrs-query

Implements CQRS Query and QueryHandler classes for paginated and single-entity reads in .NET microservices.

Official
Intermediate
GSU26SE55GSU26SE55

feature

Scaffolds React frontend feature modules with standardized folder structure, naming conventions, and code patterns.

Official
Intermediate
GSU26SE55GSU26SE55

hook

Creates TanStack Query hooks for React data fetching, mutations, and cache management.

Official
Intermediate

Frequently Asked Questions About GSU26SE55

FAQPage Schema
What tasks can I accomplish using GSU26SE55's skills?▼

You can scaffold full CRUD vertical slices (entities, DTOs, CQRS commands/queries, controllers, EF Core migrations), create RabbitMQ MassTransit consumers and integration events, build React feature modules with TanStack Query hooks, and bootstrap a PyTorch battery SOH prediction module with FastAPI endpoints.

Who are these skills designed for?▼

Backend engineers building ASP.NET Core microservices (UserService, BatteryService, TicketService, NotificationService), React frontend developers creating feature modules and data-fetching hooks, and ML engineers implementing battery State-of-Health prediction with LSTM and Isolation Forest models.

How do the scaffolding skills work in practice?▼

Each skill accepts arguments like [ServiceName EntityName Action] and uses Write, Read, Edit, and Bash permissions to generate files. For example, scaffold-crud creates all entity files at once, while run-migration generates and applies the EF Core migration for a given microservice.

What architectural patterns do the backend skills enforce?▼

They enforce CQRS with MediatR, controllers containing no business logic (only _mediator.Send() routing), IValidatable validation, IUnitOfWork transaction handling, AuditableEntity base classes, pagination via PaginationResponse, and event-driven integration through MassTransit and RabbitMQ.

What are the prerequisites for the AI module skills?▼

The AI module targets PyTorch with a CNN-LSTM SOHPredictor and Isolation Forest, using NASA battery datasets with 30-timestep sliding windows, MinMaxScaler fitted on training data, train/val/test splits by battery ID, seed=42, and FastAPI for serving inference with models loaded once at startup.