Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:59 +08:00
commit 61094764fc
4 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "core-claude-plugin",
"description": "Complete agent and skill system for multi-mono (producer-consumer monorepo) architecture. Features 54 specialized agents, 28 skills, intelligent model selection (haiku/sonnet/opus), and intelligent routing commands. Built for Turborepo/pnpm/TypeScript projects with Prisma, React, and micro-frontend support.",
"version": "1.4.1",
"author": {
"name": "Jim Nightingale",
"email": "info@metasaver.com"
},
"hooks": [
"./hooks/hooks.json"
]
}