From a3-plugin
Standalone Glimmer GTS component specialist — create, modify, or get expert advice on A3 components
How this command is triggered — by the user, by Claude, or both
Slash command
/a3-plugin:component <component-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
# /component Command Standalone entry point for the component-writer specialist. Use this when working on an isolated component task. ## Authentication Gate STOP if this fails — user needs GitHub access to trusted-american/a3. ## Behavior 1. **Understand the request**: Parse what the user needs — new component, modify existing, or advice 2. **Investigate A3**: Read 2-3 similar existing components to understand conventions 3. **Ask clarifying questions** if the request is ambiguous: - What data does this component receive? - Where does it live in the component hierarchy? - Are...
Standalone entry point for the component-writer specialist. Use this when working on an isolated component task.
gh api repos/trusted-american/a3 --jq '.full_name' 2>/dev/null
STOP if this fails — user needs GitHub access to trusted-american/a3.
If the component task reveals that more is needed (new route, new model, backend changes), suggest the user run /orchestrate instead for full coordination.
npx claudepluginhub trusted-american/marketplace --plugin a3-plugin/componentScaffolds a new Vue component using Nuxt UI v4 patterns, TypeScript typing, and composables. Supports form, table, modal, dashboard, chat, page, card, dropdown types via <type> <name> [--path <dir>].
/componentGenerates production-ready React UI components like buttons, cards, modals, forms with design system styles, accessibility, variants. Optional style like Material Design.