Firebase project workflows including setup, features, debugging, and validation
npx claudepluginhub 2389-research/claude-plugins --plugin firebase-developmentThis skill should be used when adding features to existing Firebase projects. Triggers on "add function", "create endpoint", "new tool", "add api", "new collection", "implement", "build feature". Guides TDD workflow with test-first development, security rules, and emulator verification.
This skill should be used when troubleshooting Firebase emulator issues, rules violations, function errors, auth problems, or deployment failures. Triggers on "error", "not working", "debug", "troubleshoot", "failing", "broken", "permission denied", "emulator issue".
This skill should be used when initializing a new Firebase project with proven architecture. Triggers on "new firebase project", "initialize firebase", "firebase init", "set up firebase", "create firebase app", "start firebase project". Guides through CLI setup, architecture choices, and emulator configuration.
This skill should be used when reviewing Firebase code against security model and best practices. Triggers on "review firebase", "check firebase", "validate", "audit firebase", "security review", "look at firebase code". Validates configuration, rules, architecture, and security.
Firebase project workflows including setup, features, debugging, and validation.
/plugin marketplace add 2389-research/claude-plugins
/plugin install firebase-development@2389-research
Skills for Firebase development following 2389 patterns:
firebase-development -- main orchestrator skill that routes to specific sub-skillsfirebase-development:project-setup -- initialize new Firebase projectsfirebase-development:add-feature -- add features to existing projectsfirebase-development:debug -- debug Firebase issuesfirebase-development:validate -- validate project structureThis plugin supports multi-hosting (multiple sites or single), authentication via custom API keys or Firebase Auth or both, Cloud Functions organized as Express apps or domain-grouped or individual files, and server-write-only vs client-write security models.
Development is emulator-first -- always test locally before deploying. Tooling is TypeScript, vitest, and biome.
// Cloud Function with domain grouping
export const users = {
onCreate: onDocumentCreated('users/{userId}', async (event) => {
// Implementation
}),
onUpdate: onDocumentUpdated('users/{userId}', async (event) => {
// Implementation
})
};
If these Firebase workflows saved you from emulator hell, a ⭐ helps us know it's landing.
Built by 2389 · Part of the Claude Code plugin marketplace
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,393 supported skills.