Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:49:02 +08:00
commit 1dce17ca1b
8 changed files with 4368 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "anthropic-architect",
"description": "Determine the best Anthropic architecture for your project by analyzing requirements and recommending the optimal combination of Skills, Agents, Prompts, and SDK primitives.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "James Rochabrun",
"email": "jamesrochabrun@gmail.com"
},
"skills": [
"./skills/anthropic-architect"
]
}