·abp-api-implementation
</>

abp-api-implementation

thapaliyabikendra/ai-artifacts

Implement REST APIs in ABP Framework with AppServices, DTOs, pagination, filtering, and authorization. Use when building API endpoints for ABP applications.

17Installs·1Trend·@thapaliyabikendra

Installation

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

SKILL.md

Implement REST APIs in ABP Framework using AppServices, DTOs, pagination, filtering, and authorization. This skill focuses on C# implementation - for design principles, see api-design-principles.

For Design: Use api-design-principles for API contract design decisions.

| GetAsync(Guid id) | GET | /api/app/patient/{id} | | GetListAsync(input) | GET | /api/app/patient | | CreateAsync(input) | POST | /api/app/patient | | UpdateAsync(id, input) | PUT | /api/app/patient/{id} | | DeleteAsync(id) | DELETE | /api/app/patient/{id} |

Implement REST APIs in ABP Framework with AppServices, DTOs, pagination, filtering, and authorization. Use when building API endpoints for ABP applications. 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-api-implementation
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is abp-api-implementation?

Implement REST APIs in ABP Framework with AppServices, DTOs, pagination, filtering, and authorization. Use when building API endpoints for ABP applications. Source: thapaliyabikendra/ai-artifacts.

How do I install abp-api-implementation?

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-api-implementation 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