FCM push notifications (topics, data messages). Email via SendGrid/Mailgun. In-app notifications via Firestore. [EXPLICIT]
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill uses the workspace's default tool permissions.
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.html"Firebase Functions are your backend. Design them like microservices, deploy them like magic."
FCM push notifications (topics, data messages). Email via SendGrid/Mailgun. In-app notifications via Firestore. [EXPLICIT] When to use: Backend development within Firebase/Google ecosystem.
firebase deploy --only functions. [EXPLICIT]| Input | Type | Required | Description |
|---|---|---|---|
| Requirements | Text/Spec | Yes | What the function does |
| Output | Type | Description | |
| -------- | ------ | ------------- | |
| Cloud Function code | TypeScript | Deployable function |
[!WARNING] IF function has no auth middleware THEN add verifyIdToken check. IF function imports 10+ dependencies THEN split or lazy-load to reduce cold start.
Example 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 |
Searches, 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.