Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:29 +08:00
commit e8e34f140c
6 changed files with 946 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "jeremy-genkit-pro",
"description": "Firebase Genkit expert for production-ready AI workflows with RAG and tool calling",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}