Aurelian1974 avatar

Aurelian1974

Community

@Aurelian1974

0Followers
|
6Public Repos
|
28Published Skills

Aurelian1974 provides 29 code-generation skills for building modular Romanian ERP systems with .NET vertical slice architecture, SQL Server, and React.

Skills Distribution
DomainDeveloper To...Backend .NET & Ver.. (35%)React UI Component.. (30%)SQL Server & Data .. (20%)Testing & Code Qua.. (15%)

Agent Skills by Aurelian1974

Showing 28 vetted skills indexed across 1 GitHub repositories.

Aurelian1974Aurelian1974

hangfire-job

Generates Hangfire background jobs for ERP modules with recurring, fire-and-forget, and continuation patterns.

Community
Intermediate
Aurelian1974Aurelian1974

ui-status-badge

Renders ERP status badges in React with design-system colors and numeric enum mapping.

Community
Basic
Aurelian1974Aurelian1974

ui-multi-select

Implements a React MultiSelect component with tags, search filtering, and React Hook Form integration.

Community
Intermediate
Aurelian1974Aurelian1974

dapper-repository

Generates Dapper repository methods that call SQL Server stored procedures without inline SQL.

Community
Intermediate
Aurelian1974Aurelian1974

integration-events

Generates MassTransit integration events for decoupled inter-module communication in modular monolith ERP systems.

Community
Intermediate
Aurelian1974Aurelian1974

error-handling

Implements Result pattern, ProblemDetails, and global exception middleware for ASP.NET Core ERP applications.

Community
Intermediate
Aurelian1974Aurelian1974

ui-romanian-inputs

Implements Romanian CNP, CUI, and address input components with validation for React forms.

Community
Intermediate
Aurelian1974Aurelian1974

ui-datetime-picker

Implements DatePicker, DateTimePicker, and DateRangePicker React components with Romanian locale and React Hook Form integration.

Community
Intermediate
Aurelian1974Aurelian1974

ui-file-upload

Implements a React drag-and-drop file upload component with progress tracking and MinIO backend integration.

Community
Intermediate
Aurelian1974Aurelian1974

ui-data-table

Implements Syncfusion React DataGrid with server-side pagination, sorting, filtering, and export for ERP listing pages.

Community
Intermediate
Aurelian1974Aurelian1974

sql-objects

Generates SQL Server stored procedures, views, functions, and triggers following ERP conventions.

Community
Intermediate
Aurelian1974Aurelian1974

ui-form-section

Implements React form section, master-detail layout, and side panel drawer components for ERP interfaces.

Community
Intermediate
Aurelian1974Aurelian1974

ui-rich-text-editor

Implements a TipTap-based rich text editor component integrated with React Hook Form.

Community
Intermediate
Aurelian1974Aurelian1974

ui-editable-grid

Implements editable ERP document line grids with Syncfusion batch editing or React Hook Form field arrays.

Community
Intermediate
Aurelian1974Aurelian1974

new-vertical-slice

Scaffolds complete vertical slice architecture features for ERP modules in C# and SQL.

Community
Intermediate
Aurelian1974Aurelian1974

code-review

Reviews ERP code against SQL, C#, and TypeScript conventions with blocker detection.

Community
Intermediate
Aurelian1974Aurelian1974

domain-entity

Generates DDD domain entities, value objects, and domain events for C# ERP modules.

Community
Intermediate
Aurelian1974Aurelian1974

frontend-feature

Generates complete ERP frontend features with TanStack Query hooks, Zod schemas, and React components.

Community
Intermediate
Aurelian1974Aurelian1974

integration-test

Generates xUnit integration tests for ERP modules using SQL Server LocalDB and DbUp migrations.

Community
Advanced
Aurelian1974Aurelian1974

unit-test

Generates xUnit unit tests for ERP Domain and Application layers with FluentAssertions and NSubstitute.

Community
Intermediate
Aurelian1974Aurelian1974

ui-step-wizard

Implements React multi-step form wizards, printable document layouts, and audit trail timelines.

Community
Intermediate
Aurelian1974Aurelian1974

ui-print-layout

Implements A4 print layouts and audit trail timelines for ERP detail pages.

Community
Basic
Aurelian1974Aurelian1974

ui-split-layout

Implements SplitLayout master-detail and SidePanel drawer patterns for ERP interfaces.

Community
Basic
Aurelian1974Aurelian1974

ui-currency-input

Implements a Romanian-format currency input component for React ERP forms.

Community
Intermediate

Frequently Asked Questions About Aurelian1974

FAQPage Schema
What tasks can I automate using Aurelian1974's skills?▼

You can generate ERP building blocks end-to-end: new modules, vertical slice features, domain entities with UUIDv7, Dapper repositories backed exclusively by stored procedures, Hangfire background jobs, RBAC authorization policies, DbUp migrations, integration events via MassTransit, plus React UI components like data grids, multi-selects, file upload to MinIO, and Romanian-specific inputs.

Who is the target audience for these ERP skills?▼

Full-stack developers and software architects building modular, multi-tenant ERP systems for the Romanian market. The skills assume a .NET backend with SQL Server and a React frontend using shadcn/ui, Tailwind, TanStack Query, and React Hook Form, enforcing strict conventions like zero inline SQL in C# and mandatory tenant_id.

What is the practical workflow for using these skills?▼

Start with new-module to scaffold the module structure and SQL schema, then new-vertical-slice for each feature, domain-entity for aggregates, and sql-objects plus new-migration for database artifacts. Use frontend-feature and the ui-* skills for the React layer, then validate with unit-test, integration-test, and the code-review checklist.

Are there licensing costs or commercial dependencies?▼

The skills themselves carry no stated license fee, but generated code relies on third-party packages with their own terms. Notably, ui-data-table and ui-editable-grid use Syncfusion Community Edition, which requires license registration, while other dependencies like Hangfire, MassTransit, Dapper, TipTap, and shadcn/ui are open source.

What prerequisites and dependencies are required?▼

You need a .NET environment with SQL Server (LocalDB for integration tests), DbUp for migrations, and MassTransit for messaging. The frontend requires React with TypeScript, React Hook Form, Zod, TanStack Query, Tailwind, and shadcn/ui. Testing stacks use xUnit, FluentAssertions, and NSubstitute; file uploads target a MinIO storage endpoint.