Aryan Mohanall
Community@AryanMohanlall · Pretoria, Gauteng
Full-stack scaffolding skills for SafeGuard: ASP.NET Boilerplate backends with PostgreSQL and Next.js frontends with React context providers and antd styling.
Agent Skills by Aryan Mohanall
Showing 6 vetted skills indexed across 1 GitHub repositories.
auth-provider
Implements a React auth provider with login, register, and logout against ABP TokenAuth endpoints.
abp
Scaffolds new entities, DTOs, services, and migrations for ABP backend APIs.
setup-project
Scaffolds a Next.js project with folder structure, dependencies, providers, and authentication wiring.
generic-provider
Scaffolds React context providers with useReducer and redux-actions from ABP backend DTOs.
add-styling
Applies antd-style createStyles patterns and design tokens to SafeGuard frontend pages and components.
add-backend-feature
Scaffolds ASP.NET Boilerplate backend features with entities, DTOs, services, and migrations.
Frequently Asked Questions About Aryan Mohanall
FAQPage SchemaWhat tasks can I accomplish with Aryan Mohanlall's skills?▼
You can scaffold the SafeGuard Next.js project, add ABP backend entities, modules, and CRUD services with migrations, build React context providers for shared state, implement auth login/logout with token storage, and style pages using the antd-style createStyles pattern with design tokens.
Who are these skills designed for?▼
Full-stack developers working on the SafeGuard application or similar layered architectures. They suit engineers building ASP.NET Boilerplate (.NET) backends with PostgreSQL alongside Next.js/React frontends that consume backend DTOs through context providers.
How do the frontend and backend skills work together?▼
The generic-provider skill derives interfaces, DTOs, and API URL shapes directly from the ABP backend service rather than inventing them. The abp and add-backend-feature skills define entities and endpoints, which the provider and auth skills then consume in the Next.js frontend.
What are the prerequisites for using these skills?▼
A .NET environment with ASP.NET Boilerplate and PostgreSQL for backend work, plus a Next.js project with React, antd, and antd-style for frontend tasks. The setup-project skill handles initial scaffolding, dependency installation, and environment variable configuration.
Do these skills cover authentication and authorization?▼
Yes. The auth-provider skill covers login/register pages, token storage, login/logout actions, and reading the current user from context. The add-backend-feature skill handles ABP authorization configuration for backend services and endpoints.