firebase-vue3-startup-kit
Firebase and Vue 3 starter kit with security reviews
All Skills in This Repository (4)
Pure Emerald Level Indicatorsadd-page
Generate Vue page components, router config, and English and Japanese i18n keys.
add-function
Generate a Firebase Cloud Function with exportIfNeeded pattern and register it in index.ts.
firebase-security-review
Audit Firebase and Vue applications for security vulnerabilities in Firestore, Storage, App Check, and hosting.
firestore-rules
Write, validate, and test Firestore and Storage security rules.
Frequently Asked Questions
FAQPage SchemaHow to install firebase-vue3-startup-kit?โผ
Run `npx skills add isamu/firebase-vue3-startup-kit --all -g -y` in your terminal to install all skills in this suite globally.
What does firebase-vue3-startup-kit include?โผ
It is a ready-to-run Vue 3 and Firebase starter with social login, multilingual URL routing, a Pinia store, and Cloud Functions, plus skills that scaffold new pages and functions for you.
How to add a new page with i18n routing?โผ
Ask your agent to add a page and the add-page skill creates the Vue view, registers the route so it works in every language, and adds the English and Japanese text keys.
How to check Firebase security rules before deploying?โผ
Run the firebase-security-review skill, which audits Firestore and Storage rules, App Check enforcement, exposed secrets, and hosting headers, then reports each issue with a concrete fix.
Does it work with Claude Code and other AI coding tools?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core