From explore
Research the external best practice for a technology, reconcile it against how this repo does it, and recommend a fit. READ-ONLY.
How this skill is triggered — by the user, by Claude, or both
Slash command
/explore:explore-conventions [topic or tech]When to use
Use to learn the community convention for something and how it compares to this repo's current patterns. Not for cataloguing THIS repo's existing conventions — use inventory:inventory-conventions.
[topic or tech]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Answer "what's the convention for X here?" by grounding in how this repo already does the thing, researching the external best practice, and reconciling the two with a clear, cited recommendation. READ-ONLY — never edit repo files.
Answer "what's the convention for X here?" by grounding in how this repo already does the thing, researching the external best practice, and reconciling the two with a clear, cited recommendation. READ-ONLY — never edit repo files.
allowed-tools excludes Edit and Write by design.Ground — read how the repo currently does the thing.
Glob/Grep, then Read the representative files.AGENTS.md, CLAUDE.md, and README (root and any nearer the topic) plus neighboring code to capture the established in-repo convention.AskUserQuestion before researching.Research — find the external convention.
WebSearch to locate the community/official best practice for that technology, then WebFetch the authoritative pages to confirm specifics.Reconcile — compare external best practice vs the current repo pattern.
core:base). Do not silently pick — surface the tradeoff behind the recommendation.Render — output the cited comparison and recommendation using the contract below.
## Convention: <topic>
### In this repo
<how the repo does it today — cite the files/lines that establish it>
### External best practice
<the community/official convention — cite source URLs>
### Reconciliation
| Aspect | Repo today | External best practice |
| :-- | :-- | :-- |
| ... | ... | ... |
Drift / conflicts: <explicit list, or "none">
### Recommendation
<the option that best fits the repo's SIMPLE principles, with the tradeoff stated>
If the repo has no existing pattern for the topic, say so in In this repo and base the recommendation on the external best practice adapted to the repo's SIMPLE principles.
npx claudepluginhub shoto290/shoto --plugin exploreProvides 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.