From Code Context
Execute this when the user requests code context for a repository, library, or any natural-language code/technology question using DeepWiki, Context7, Exa, git clone, and/or web search+fetch.
How this command is triggered — by the user, by Claude, or both
Slash command
/code-context:SKILL <query | repo-slug | library-name> [more targets...] [--method=deepwiki,context7,exa,clone,web,all]get-context/This command is limited to the following tools:
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. The input is **arbitrary**: a natural-language question, a repo slug, a library name, or several of these at once. ## Argument parsing 1. **Split `$ARGUMENTS`** into positional targets and the optional `--method` flag. - `--method=` accepts a comma-separated list from `deepwiki,context7,exa,clone,web,all`. Default: `all`. - Quoted strings are one target: `"对比 zustand vs jotai 状态管理"` is a single natural-language query. - Multiple positional tokens are multiple ta...
Launch a code-context:context-researcher agent that executes the full workflow in an isolated context. The input is arbitrary: a natural-language question, a repo slug, a library name, or several of these at once.
$ARGUMENTS into positional targets and the optional --method flag.
--method= accepts a comma-separated list from deepwiki,context7,exa,clone,web,all. Default: all."对比 zustand vs jotai 状态管理" is a single natural-language query.facebook/react zustand = two targets.owner/repo) or git URL → repo target (DeepWiki / clone).react, fastapi, next) or with a version hint (react@18) → library target (Context7).package.json, go.mod, pyproject.toml, Cargo.toml) and use detected dependencies as targets.Pass the parsed targets and method list to the agent verbatim — do not pre-resolve them in the main context.
Code context request.
Targets (classify each as repo / library / natural-language query):
<positional targets, one per line; or "auto-detect from local dependency manifests" if empty>
Methods to use (in priority order; "all" = let agent choose per target):
<comma-separated method list, default "all">
Local context already known: <one line on what the cwd already contains, or "none">
Launch code-context:context-researcher using the prompt template above. The agent returns a synthesized summary; the main context stays clean regardless of lookup volume.
npx claudepluginhub daisycatts/dotclaude --plugin code-context/SKILLEnables work verification for a task. Claude completes the work, verifies it, and appends a verified tag before session exit.
/SKILLResolves a GitHub issue by creating an isolated worktree, implementing a TDD fix, and opening a PR with auto-closing keywords.
/SKILLSurfaces the current session task from a state file and evaluates its clarity and completeness. Reports completion status or identifies remaining steps.