From code-context
Launches isolated agent to fetch code context for repos/libraries via DeepWiki, Context7, Exa, git clone. Invoke /get-context [repo-url] [--method=all]; auto-detects local deps.
npx claudepluginhub fradser/dotclaude --plugin code-contextThis skill uses the workspace's default tool permissions.
**Launch a `code-context:context-researcher` agent** that executes the full workflow in an isolated context.
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.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
Launch a code-context:context-researcher agent that executes the full workflow in an isolated context.
Prompt template:
Execute the code context workflow for: $ARGUMENTS
If the target is empty, read dependency manifests in the current working directory (package.json, go.mod, pyproject.toml, Cargo.toml, etc.) and use detected dependencies as targets.
If a target is provided, parse the optional `--method` flag (default: `all`) and normalize GitHub shorthand (`owner/repo`) to a full slug.
Execute: Launch code-context:context-researcher agent using the prompt template above.