Manage file uploads and downloads with Firebase Storage, including image resizing, security rules, progress tracking, and CDN delivery. [EXPLICIT] Trigger: "firebase storage", "file upload", "image resize", "storage rules"
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill is limited to using the following tools:
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
"Every uploaded file is a trust exercise — validate it before you store it." — Unknown
Guides Firebase Storage implementation — file upload with progress tracking, download URL generation, security rules for access control, automatic image resizing via extensions, and organized file path strategies. Use when your app needs to store and serve user-uploaded files (images, documents, media). [EXPLICIT]
users/{uid}/profile/{filename} or posts/{postId}/images/uploadBytesResumable for progress trackinggetDownloadURL and store in Firestoreimage-optimization — optimize images before or after uploadfirestore-security-rules — storage security rules follow similar patternsExample invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |