Create README.md
This commit is contained in:
15
skills/api-endpoint-builder/README.md
Normal file
15
skills/api-endpoint-builder/README.md
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user