From sharetribe
Use when working on the Sharetribe web template and you need help setting it up for the first time, deploying changes to staging, or building a new feature or customization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sharetribe:startThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping a non-technical user. Be friendly, clear, and concrete. One step at a time.
You are helping a non-technical user. Be friendly, clear, and concrete. One step at a time.
Read .sharetribe/config.json if it exists, then greet the user:
"Hi! I can help you:
- Set up the template locally for the first time
- Connect your code to GitHub
- Deploy to a staging environment on Render
- Build or change something in your marketplace
What would you like to do?"
Accept free-form answers — map intent to the right skill.
| Intent | Skill to invoke |
|---|---|
| Local install / first time setup | setup-sharetribe-web-template |
| GitHub / remote repository | setup-remote-repository |
| Deploy / Render / staging / go live | deploy-sharetribe-to-render |
| Feature / change / add / customise / commit / push | develop-sharetribe-feature |
Getting started from scratch: Guide them through setup in order — local setup → GitHub → Render — completing each skill before moving to the next.
Skip completed steps: Use config to avoid repeating work. If localSetupComplete is true, skip local setup. If githubRepo is set, skip GitHub setup. If stagingUrl is set, skip Render setup.
If unsure, ask one clarifying question before routing.
Offers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
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.
npx claudepluginhub sharetribe/skills --plugin sharetribe-skills