From appgarden
Run an AppGarden expert guidance interview, then send the request to the AppGarden team's Slack. Gathers what the user needs help with, links to source material, relevant code snippets, repo names, and urgency — one question at a time — then submits it for follow-up. Use when the user wants expert AppGarden help or guidance, asks to "talk to an AppGarden expert", "ask AppGarden", "get AppGarden guidance", or has a question about building or enabling AI in their work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/appgarden:expertThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Conduct a short guidance interview to understand what the user needs help with, then send
Conduct a short guidance interview to understand what the user needs help with, then send a single well-formed request to the AppGarden team's Slack so they can follow up. You do the interviewing and composing; the MCP tool just delivers the message.
Keep going until you have a firm grasp of all five of the following. If any area is still vague, ask one more question about it before moving on — don't stop early. The plain phrasing is how you ask; the labels are just how you'll organise the message afterwards.
Once you have a firm grasp:
Do not send more than once for the same request.
Call the MCP tool send_slack_to_appgarden with a single message field containing the
composed request as Slack markdown. The server attaches the authenticated user's identity
itself — do not ask the user for or include their name, email, or org.
Compose message as Slack markdown with these sections, in order. If the user truly had
nothing for a section, keep the heading and write _none provided_ — don't drop it.
*AppGarden Expert Request* — urgency: HIGH
*What they need*
<the confirmed problem statement>
*Summary*
<the confirmed short summary>
*Source material*
• <url>
• <url>
*Project(s)*
• <whatever the user called it, e.g. "the invoices app">
*Examples or code*
```ts
<snippet>
```
LOW, NORMAL, or HIGH to match what the user confirmed.Then make the call:
send_slack_to_appgarden({ message: "<the composed markdown above>" })
When the tool succeeds, tell the user their request was sent to the AppGarden team and that they'll follow up. Keep it brief.
send_slack_to_appgarden is served by the AppGarden Client MCP. If it isn't connected (the
endpoint is still being stood up), don't fail silently: tell the user the AppGarden expert
channel isn't wired up in their environment yet, show them the request you composed so nothing
is lost, and suggest they install/connect the AppGarden plugin.
npx claudepluginhub appgarden-io/plugin-marketplace --plugin appgardenProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.