crud-handler-http

Official

Standardizes HTTP handlers with safe binding.

AuthorArtisanCloud
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Handlers often mix business logic with IO; this skill enforces a strict separation by ensuring binding/validation stays in the HTTP handler and business logic runs in services.

Core Features & Use Cases

  • Bind/validate requests in the handler and delegate to service for processing.
  • Use DTOs and a unified error/response bridge to maintain consistent REST contracts across endpoints.
  • Support multi-tenant context via middleware, consistent pagination, and standard route registration under /api/v1/{admin|open|web}.

Quick Start

Implement the HTTP handler following the rules: bind/validate, call the service, and return a unified response envelope.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: crud-handler-http
Download link: https://github.com/ArtisanCloud/PowerX/archive/main.zip#crud-handler-http

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.