From explore
Lightweight single-pass web search: ground the question in current repo usage, search the web, and return a short cited answer.
How this skill is triggered — by the user, by Claude, or both
Slash command
/explore:explore-search [topic]When to use
Use for a quick cited external answer tied to current repo usage; for heavy multi-source research, defer to deep-research.
[topic]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 one external question by grounding it in how this repo uses the thing, running a focused web search, and returning a short cited answer. Single-pass, read-only. No agent fan-out, no scripts.
Answer one external question by grounding it in how this repo uses the thing, running a focused web search, and returning a short cited answer. Single-pass, read-only. No agent fan-out, no scripts.
deep-research skill when available (Skill({ skill: "deep-research", args: "<topic>" })). Do not try to replicate it here.Glob/Grep/Read (e.g. find the dependency in a manifest, the call site, the error string, the pinned version). If the target is still unclear after looking, ask one targeted question via AskUserQuestion — do not guess.WebSearch shaped by the grounded context (include the specific version, API, or error). Then WebFetch a few of the most relevant and authoritative results (official docs, changelogs, the project's own issues) — not a wide crawl.deep-research skill rather than fanning out here.deep-research skill.allowed-tools excludes Edit and Write by design.deep-research skill.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.