From explore
Fetch precise, version-accurate docs for a library, framework, SDK, CLI, or API, pinned to the repo's version via context7. READ-ONLY.
How this skill is triggered — by the user, by Claude, or both
Slash command
/explore:explore-documentations [library or topic]When to use
Use when the user wants current, exact docs for a dependency the repo actually uses, pinned to its installed version.
[library or 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
A thin coordinator that returns precise, version-accurate documentation for a library the repo uses. Ground the lookup in the repo's real dependency version first, then fetch exact docs via context7. READ-ONLY — never edits repo files.
A thin coordinator that returns precise, version-accurate documentation for a library the repo uses. Ground the lookup in the repo's real dependency version first, then fetch exact docs via context7. READ-ONLY — never edits repo files.
allowed-tools excludes Edit and Write by design.package.json, package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, pyproject.toml, go.mod, Cargo.toml, Gemfile / Gemfile.lock.Grep on import statements.AskUserQuestion.mcp__context7__resolve-library-id to get the context7 library id for the grounded library.mcp__context7__query-docs with the resolved id and the user's specific question, scoped to the grounded version where context7 supports it.WebSearch to find the official docs site, then WebFetch the relevant page(s).Render to the user:
### <library> @ <grounded version>
<concise answer: exact API / usage for that version>
Repo usage: <where/how this repo uses it>
Sources: <context7 id or official docs URL(s)>
If the version cannot be grounded from the repo, state that explicitly and answer against the latest stable version instead.
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.