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 @@
# References
Bundled resources for api-error-handler skill
- [ ] http_status_codes.md: A comprehensive list of HTTP status codes with descriptions and when to use them.
- [ ] error_handling_best_practices.md: Best practices for API error handling, including security considerations.
- [ ] example_error_responses.json: Examples of well-structured error responses in JSON format.