Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:09 +08:00
commit 4ef628103e
16 changed files with 1244 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for api-contract-generator skill
- [ ] pact_best_practices.md: A document outlining best practices for using Pact for consumer-driven contract testing.
- [ ] api_specification_schema.json: A JSON schema defining the structure of the API specification used for contract generation.
- [ ] example_api_spec.yaml: An example API specification in YAML format.