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.
How 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.
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.
npx claudepluginhub tiiwoo/dotclaude --plugin code-context2plugins reuse this skill
First indexed Jul 14, 2026
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.
Explores and analyzes any local or remote repository by launching a Claude Code CLI process with read-only access. Use to understand repo structure, API, or implementation details.