Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:04 +08:00
commit ff70ed56a4
17 changed files with 1281 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for api-batch-processor skill
- [ ] api_batch_processing_best_practices.md: Provides best practices for implementing batch API processing, including error handling and optimization techniques.
- [ ] job_queue_schema.md: Defines the schema for the job queue used in batch processing, including fields for job ID, status, and progress.
- [ ] error_handling_guide.md: A guide to handling common errors encountered during batch API processing.