·api-response-patterns
!

api-response-patterns

thapaliyabikendra/ai-artifacts

API response wrapper patterns for consistent, predictable REST APIs in ABP Framework. Use when: (1) designing uniform API response contracts, (2) implementing success/error response wrappers, (3) handling pagination and metadata, (4) standardizing error responses.

3Installs·0Trend·@thapaliyabikendra

Installation

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

SKILL.md

Master API response wrapper patterns for building consistent, predictable REST APIs that clients love.

| Consistency | All endpoints return same structure | | Predictability | Clients know what to expect | | Metadata | Include timing, pagination, version info | | Error Handling | Uniform error format across all endpoints | | Debugging | Include correlation IDs for tracing |

API response wrapper patterns for consistent, predictable REST APIs in ABP Framework. Use when: (1) designing uniform API response contracts, (2) implementing success/error response wrappers, (3) handling pagination and metadata, (4) standardizing error responses. Source: thapaliyabikendra/ai-artifacts.

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 api-response-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

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 api-response-patterns
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is api-response-patterns?

API response wrapper patterns for consistent, predictable REST APIs in ABP Framework. Use when: (1) designing uniform API response contracts, (2) implementing success/error response wrappers, (3) handling pagination and metadata, (4) standardizing error responses. Source: thapaliyabikendra/ai-artifacts.

How do I install api-response-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 api-response-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