Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:11 +08:00
commit 8d68fa43fc
13 changed files with 4244 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "exfabrica-af-plugin",
"description": "Comprehensive Claude Code plugin for ExFabrica Agentic Factory - NestJS, Angular 20, Drizzle ORM, PostgreSQL monorepo development",
"version": "1.0.0",
"author": {
"name": "ExFabrica Team"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}