Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:14 +08:00
commit 5aa901f301
16 changed files with 1105 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-error-handler skill
- [ ] validate_status_code.py: Validates if a given HTTP status code is valid according to standards.
- [ ] format_error_response.py: Formats an error response into a consistent JSON structure.
- [ ] generate_error_code.py: Generates a unique error code for internal tracking.