Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:39 +08:00
commit 9005723a28
4 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "api-integration-architect",
"description": "Use this agent when you need to design and implement internal API architecture, developer experience, and API infrastructure for B2B applications. This agent specializes in REST API design, GraphQL implementation, API documentation, SDK development, and developer portal creation. Handles API performance optimization, versioning strategies, and internal service communication. Examples:",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/api-integration-specialist.md"
]
}