From code-context
Launches a context-researcher agent that gathers code context for a repository or library via DeepWiki, Context7, Exa, or git clone. Accepts optional --method flag.
How this command is triggered — by the user, by Claude, or both
Slash command
/code-context:SKILLget-context/The summary Claude sees in its command listing — used to decide when to auto-load this command
# get-context **Launch a `code-context:context-researcher` agent** that executes the full workflow in an isolated context. **Prompt template**: **Execute**: Launch `code-context:context-researcher` agent using the prompt template above.
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 rootial/dotclaude --plugin code-context3plugins reuse this command
First indexed Mar 16, 2026
/SKILLLaunches a context-researcher agent that gathers code context for a repository or library via DeepWiki, Context7, Exa, or git clone. Accepts optional --method flag.
/researchConducts multi-turn deep research on a specific topic by tracing actual code paths in the repository, producing maps, explanations, and actionable insights across 5 analytical iterations.
/researchResearches codebase using ChunkHound semantic analysis on a query. Outputs structured findings: overview, key components with file citations, relationships, and recommendations.
/repositoryAnalyzes external GitHub/GitLab repositories (URL or local path) for features, code quality, strengths/weaknesses, patterns, and plugin enhancement recommendations.
/research_codebaseResearches and documents the existing codebase as-is to answer a research query or topic, spawning parallel sub-agents for analysis without suggesting changes.
/SKILLEnables work verification for a task. Claude completes the work, verifies it, and appends a verified tag before session exit.