If you're building a Firebase app and want to drop in Gemini AI without wrestling with the setup, this handles the boilerplate. You get text generation, streaming responses, and image analysis through Firebase's Gemini integration, plus SDK configuration for JavaScript/TypeScript projects. It includes security rules templates for protecting AI request logs and covers the usual production concerns like rate limiting, error handling, and prompt optimization. The environment variable approach for API keys is sensible. Worth grabbing if you're prototyping AI features in Firebase and don't want to spend an afternoon reading integration docs.
npx skills add https://github.com/supercent-io/skills-template --skill firebase-ai-logic