Help us improve
Share bugs, ideas, or general feedback.
From code-context
Launches isolated code-context researcher agent to fetch repo/library context via DeepWiki, Context7, Exa, git clone, or all methods. Accepts repo URL/name and optional --method flag.
npx claudepluginhub fradser/dotclaude --plugin code-contextHow 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.
/prp-codebase-questionResearches codebase questions with parallel agents, producing a document of existing code, locations, and flows with file:line references. Supports --web and --follow-up flags.
/researchResearches codebase using parallel specialized agents for finding, analyzing patterns, and web resources; produces Markdown report with code evidence, insights, and GitHub links.
/codebase-contextGathers vetted architectural context for a system or component by searching code, docs, and contributors across repositories, producing a markdown report with freshness checks.
/repositoryAnalyzes external GitHub/GitLab repositories (URL or local path) for features, code quality, strengths/weaknesses, patterns, and plugin enhancement recommendations.
/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
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.