·abp-framework-patterns
</>

abp-framework-patterns

thapaliyabikendra/ai-artifacts

Master ABP Framework patterns including repository pattern, unit of work, domain services, application services, authorization, multi-tenancy, background jobs, and distributed events. Use when: (1) building ABP-based applications with DDD architecture, (2) creating CRUD services with Entity, AppService, DTOs, validators, (3) handling authorization/permissions, (4) generating ABP module code.

9Installs·0Trend·@thapaliyabikendra

Installation

$npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill abp-framework-patterns

SKILL.md

Master ABP Framework patterns for building maintainable, scalable applications following Domain-Driven Design principles.

| abp-entity-patterns | Domain layer | Entity, Repository, DomainService, DataSeeding | | abp-service-patterns | Application layer | AppService, DTOs, Mapperly, UoW, Filter DTOs | | abp-infrastructure-patterns | Cross-cutting | Permissions, BackgroundJobs, Events, Multi-tenancy |

| Entity | Domain | Business data with identity | | Repository | Domain + EFC | Custom data access queries | | Domain Service | Domain | Cross-entity business logic | | AppService | Application | Orchestration, authorization, mapping | | CrudAppService | Application | Simple CRUD without custom logic | | Validator | Application | Input DTO validation |

Master ABP Framework patterns including repository pattern, unit of work, domain services, application services, authorization, multi-tenancy, background jobs, and distributed events. Use when: (1) building ABP-based applications with DDD architecture, (2) creating CRUD services with Entity, AppService, DTOs, validators, (3) handling authorization/permissions, (4) generating ABP module code. Source: thapaliyabikendra/ai-artifacts.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill abp-framework-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is abp-framework-patterns?

Master ABP Framework patterns including repository pattern, unit of work, domain services, application services, authorization, multi-tenancy, background jobs, and distributed events. Use when: (1) building ABP-based applications with DDD architecture, (2) creating CRUD services with Entity, AppService, DTOs, validators, (3) handling authorization/permissions, (4) generating ABP module code. Source: thapaliyabikendra/ai-artifacts.

How do I install abp-framework-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill abp-framework-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/thapaliyabikendra/ai-artifacts