🎯

mermaid-diagram-patterns

🎯Skill

from thapaliyabikendra/ai-artifacts

πŸ“¦

Same repository

thapaliyabikendra/ai-artifacts(49 items)

mermaid-diagram-patterns

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add thapaliyabikendra/ai-artifacts --skill mermaid-diagram-patterns
skills.sh Install⚠ Installs to .agents/skills/
npx skills add thapaliyabikendra/ai-artifacts --skill mermaid-diagram-patterns
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/mermaid-diagram-patterns/SKILL.md

SKILL.md

12Installs
-
AddedFeb 4, 2026

More from this repository10

🎯
abp-infrastructure-patterns🎯Skill

ABP Framework infrastructure patterns skill for building enterprise applications with ABP, covering module development, domain services, and application layers.

🎯
abp-entity-patterns🎯Skill

Provides ABP Framework domain layer patterns including entities, aggregates, repositories, domain services, and data seeding for .NET/C# projects using Entity Framework Core.

🎯
clean-code-dotnet🎯Skill

A skill providing Clean Code principles adapted for C#/.NET including naming conventions, variables, functions, SOLID principles, error handling, and async patterns for code review and refactoring.

🎯
abp-api-implementation🎯Skill

Implements REST APIs in ABP Framework with AppServices, DTOs, pagination, filtering, and authorization patterns for building ABP application endpoints.

🎯
abp-service-patterns🎯Skill

An agent skill providing ABP Framework application layer patterns for .NET/C# development. Covers AppService implementation, DTO mapping with Mapperly (the ABP 10.x source generator replacement for AutoMapper), Unit of Work patterns, filter DTOs, and response model conventions.

🎯
abp-contract-scaffolding🎯Skill

Agent skill for generating ABP Framework Application.Contracts layer scaffolding including service interfaces, DTOs, and permissions, enabling parallel development between backend developers and QA engineers.

🎯
system-design-patterns🎯Skill

A skill covering system design patterns for scalability, reliability, and performance, including CAP theorem trade-offs, ACID vs BASE, load balancing strategies, caching, sharding, and replication.

🎯
fluentvalidation-patterns🎯Skill

Provides FluentValidation patterns for ABP Framework including async validators, repository checks, conditional rules, localized error messages, and custom validators. Designed for creating input DTO validators in .NET/C# AppServices.

🎯
efcore-patterns🎯Skill

A skill providing Entity Framework Core patterns for ABP Framework development with PostgreSQL, covering entity configuration with Fluent API, DbContext setup, migrations, relationship design, repository patterns, and performance optimization.

🎯
openiddict-authorization🎯Skill

A skill providing OAuth 2.0 authorization patterns for ABP Framework with OpenIddict, covering permission-based authorization, role-based access control, custom claims, JWT configuration, and multi-tenant security in .NET applications.