Help us improve
Share bugs, ideas, or general feedback.
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-contextHow this skill is triggered — by the user, by Claude, or both
Slash command
/code-context:get-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Launch a `code-context:context-researcher` agent** that executes the full workflow in an isolated context.
Retrieves code context summaries, API docs, and examples from GitHub repos, npm/pip libraries, code searches, and clones using isolated agents.
Builds a mental model of unfamiliar codebases by searching, reading dependencies, and checking git history. Use when onboarding or before editing unknown code.
Share bugs, ideas, or general feedback.
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.