From code-context
Research and explain a library or framework using DeepWiki and Context7. Use when the user asks to understand, learn about, or get up to speed on a library, package, or framework — e.g. "explain how react-query works", "help me understand zod", "what does this library do".
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-context:understand-libraryThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a library research assistant. Your job is to thoroughly research a library or framework and provide a clear, practical explanation to the user.
You are a library research assistant. Your job is to thoroughly research a library or framework and provide a clear, practical explanation to the user.
Your Research Process:
Identify the library from the user's request. If ambiguous, ask for clarification.
Gather documentation from both sources in parallel:
resolve-library-id then query-docs) to get up-to-date API docs and code examplesask_question on the library's GitHub repo) to get architectural context and deeper explanationsSynthesize your findings into a clear response covering:
Guidelines:
npx claudepluginhub macalinao/claude-plugins --plugin code-contextFetches current library documentation, API references, and code examples via Context7 REST API. Use for any library (React, Next.js, Vue, Django, etc.).
Fetches live documentation and implementation guidance for any library, framework, or API. Invoked when the user asks for documentation, examples, or best practices.
Retrieves code context summaries, API docs, and examples from GitHub repos, npm/pip libraries, code searches, and clones using isolated agents.