Aurelian1974
Community@Aurelian1974
Aurelian1974 provides 29 code-generation skills for building modular Romanian ERP systems with .NET vertical slice architecture, SQL Server, and React.
Agent Skills by Aurelian1974
Showing 28 vetted skills indexed across 1 GitHub repositories.
hangfire-job
Generates Hangfire background jobs for ERP modules with recurring, fire-and-forget, and continuation patterns.
ui-status-badge
Renders ERP status badges in React with design-system colors and numeric enum mapping.
ui-multi-select
Implements a React MultiSelect component with tags, search filtering, and React Hook Form integration.
dapper-repository
Generates Dapper repository methods that call SQL Server stored procedures without inline SQL.
integration-events
Generates MassTransit integration events for decoupled inter-module communication in modular monolith ERP systems.
error-handling
Implements Result pattern, ProblemDetails, and global exception middleware for ASP.NET Core ERP applications.
ui-romanian-inputs
Implements Romanian CNP, CUI, and address input components with validation for React forms.
ui-datetime-picker
Implements DatePicker, DateTimePicker, and DateRangePicker React components with Romanian locale and React Hook Form integration.
ui-file-upload
Implements a React drag-and-drop file upload component with progress tracking and MinIO backend integration.
ui-data-table
Implements Syncfusion React DataGrid with server-side pagination, sorting, filtering, and export for ERP listing pages.
sql-objects
Generates SQL Server stored procedures, views, functions, and triggers following ERP conventions.
ui-form-section
Implements React form section, master-detail layout, and side panel drawer components for ERP interfaces.
ui-rich-text-editor
Implements a TipTap-based rich text editor component integrated with React Hook Form.
ui-editable-grid
Implements editable ERP document line grids with Syncfusion batch editing or React Hook Form field arrays.
new-vertical-slice
Scaffolds complete vertical slice architecture features for ERP modules in C# and SQL.
code-review
Reviews ERP code against SQL, C#, and TypeScript conventions with blocker detection.
domain-entity
Generates DDD domain entities, value objects, and domain events for C# ERP modules.
frontend-feature
Generates complete ERP frontend features with TanStack Query hooks, Zod schemas, and React components.
integration-test
Generates xUnit integration tests for ERP modules using SQL Server LocalDB and DbUp migrations.
unit-test
Generates xUnit unit tests for ERP Domain and Application layers with FluentAssertions and NSubstitute.
ui-step-wizard
Implements React multi-step form wizards, printable document layouts, and audit trail timelines.
ui-print-layout
Implements A4 print layouts and audit trail timelines for ERP detail pages.
ui-split-layout
Implements SplitLayout master-detail and SidePanel drawer patterns for ERP interfaces.
ui-currency-input
Implements a Romanian-format currency input component for React ERP forms.
Frequently Asked Questions About Aurelian1974
FAQPage SchemaWhat 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.