From Code Context
Execute this when the user requests code context for a repository or library using DeepWiki, Context7, Exa, and/or git clone.
How this command is triggered — by the user, by Claude, or both
Slash command
/code-context:SKILL <repo-url-or-library-name> [--method=deepwiki|context7|exa|clone|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. **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 est7/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.