Aryan Mohanall avatar

Aryan Mohanall

Community

@AryanMohanlall · Pretoria, Gauteng

4Followers
|
39Public Repos
|
6Published Skills

Full-stack scaffolding skills for SafeGuard: ASP.NET Boilerplate backends with PostgreSQL and Next.js frontends with React context providers and antd styling.

Skills Distribution
DomainDeveloper To...Backend Developmen.. (40%)Frontend Developme.. (35%)State Management &.. (15%)UI Styling & Desig.. (10%)

Agent Skills by Aryan Mohanall

Showing 6 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Aryan Mohanall

FAQPage Schema
What 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.