Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From a3-plugin
Standalone Cloud Function specialist — create Firebase/GCP Cloud Functions for A3
npx claudepluginhub trusted-american/marketplace --plugin a3-pluginHow this command is triggered — by the user, by Claude, or both
Slash command
/a3-plugin:function <function-description-or-question>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /function Command Standalone entry point for the function-writer specialist. Use this for backend Cloud Function tasks. ## Authentication Gate STOP if this fails — user needs GitHub access to trusted-american/a3. ## Behavior 1. **Understand the request**: New function, modify existing, or backend advice 2. **Investigate A3**: Read similar functions in `functions/src/` 3. **Ask clarifying questions**: - What type? (Firestore trigger, HTTPS endpoint, PubSub, Storage, Auth) - What Firestore collection/document path? - What side effects? (email, Algolia sync, audit trail, exter...
Share bugs, ideas, or general feedback.
Standalone entry point for the function-writer specialist. Use this for backend Cloud Function tasks.
gh api repos/trusted-american/a3 --jq '.full_name' 2>/dev/null
STOP if this fails — user needs GitHub access to trusted-american/a3.
functions/src/If the function needs frontend changes, new models, or permission updates, suggest /orchestrate.