Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:11:58 +08:00
commit 0f40e1637c
4 changed files with 215 additions and 0 deletions

45
plugin.lock.json Normal file
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:claudeforge/marketplace:plugins/agents/system-architect",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "8852c4f0f7f0b918280749f0ab13233ab8816533",
"treeHash": "42f3f40b812b143cbc6ee8eec2bb7c1fed1a91022e6d39c55c2ce42382d29be2",
"generatedAt": "2025-11-28T10:15:21.558343Z",
"toolVersion": "publish_plugins.py@0.2.0"
},
"origin": {
"remote": "git@github.com:zhongweili/42plugin-data.git",
"branch": "master",
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
},
"manifest": {
"name": "system-architect",
"description": "Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\\n\\n<example>\\nContext: Designing a new API\\nuser: \"We need an API for our social sharing feature\"\\nassistant: \"I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture.\"\\n<commentary>\\nAPI design requires careful consideration of security, scalability, and maintainability.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: Database design and optimization\\nuser: \"Our queries are getting slow as we scale\"\\nassistant: \"Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies.\"\\n<commentary>\\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: Implementing authentication system\\nuser: \"Add OAuth2 login with Google and GitHub\"\\nassistant: \"I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures.\"\\n<commentary>\\nAuthentication systems require careful security considerations and proper implementation.\\n</commentary>\\n</example>",
"version": "1.0.0"
},
"content": {
"files": [
{
"path": "README.md",
"sha256": "2c83a5413da71d57059664e3fa81e12e4943af83c6733e4765ae253b1b45b4ec"
},
{
"path": "agents/backend-architect.md",
"sha256": "a6d849f78a4cf85751e2b57aaeefe63814c843aae70572407e5011281f3cc743"
},
{
"path": ".claude-plugin/plugin.json",
"sha256": "fd8874fb77833b567afbf99262673b452dc2298e0a385c2a70659755a303566c"
}
],
"dirSha256": "42f3f40b812b143cbc6ee8eec2bb7c1fed1a91022e6d39c55c2ce42382d29be2"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}