From c1a7013994785b2f55dd9da1702071d7dd9bb5bf Mon Sep 17 00:00:00 2001 From: Mohammad Faiz Date: Thu, 5 Mar 2026 21:01:22 +0530 Subject: [PATCH] Create README.md --- skills/api-endpoint-builder/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 skills/api-endpoint-builder/README.md diff --git a/skills/api-endpoint-builder/README.md b/skills/api-endpoint-builder/README.md new file mode 100644 index 00000000..e8d3d2ae --- /dev/null +++ b/skills/api-endpoint-builder/README.md @@ -0,0 +1,15 @@ +# API Endpoint Builder + +Creates a complete and production-ready REST API endpoint with validation, error handling, authentication, and documentation. + +## What It Does + +This skill creates a complete and production-ready REST API endpoint that includes all the necessary components, such as a route handler with the correct HTTP methods, validation, authentication, error handling, response formatting, and documentation. + +## Usage + +``` +Use @api-endpoint-builder to create a user registration endpoint +``` + +This skill creates a complete and production-ready REST API endpoint that includes all the necessary components, such as a route handler with the correct HTTP methods, validation, authentication, error handling, response formatting, and documentation.