Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:52:44 +08:00
commit 06d3ba9317
6 changed files with 2149 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "api-contract-sync-manager",
"description": "Validate and synchronize API contracts (OpenAPI, GraphQL) with implementation, detect breaking changes, and generate client code",
"version": "1.0.0",
"author": {
"name": "Anand Tyagi"
},
"skills": [
"./skills/api-contract-sync"
]
}