← All plugins
jeremy-genkit-pro
v2.26.0Firebase Genkit expert for production-ready AI workflows with RAG and tool calling
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/jeremy-genkit-pro/ inside the repository.
Layout
plugins/ai-ml/jeremy-genkit-pro/
├── .claude-plugin/plugin.json└── skills/genkit-production-expert/SKILL.md
Skills1
genkit-production-expertskills/genkit-production-expert/SKILL.md
Build production Firebase Genkit applications including RAG systems, multi-step flows, and tool calling for Node.js/Python/Go. Deploy to Firebase Functions or Cloud Run with AI monitoring. Use when asked to "create genkit flow" or "implement RAG". Trigger with relevant phrases based on skill purpose.
Manifests1
plugins/ai-ml/jeremy-genkit-pro/.claude-plugin/plugin.json
{
"name": "jeremy-genkit-pro",
"version": "2.26.0",
"description": "Firebase Genkit expert for production-ready AI workflows with RAG and tool calling",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"firebase",
"genkit",
"ai-flows",
"rag",
"monitoring",
"gemini",
"vertex-ai",
"vector-search",
"production-ai"
]
}