Agent Skills: get-context

Execute this when the user requests code context for a repository or library using DeepWiki, Context7, Exa, and/or git clone.

UncategorizedID: fradser/dotclaude/get-context

Install this agent skill to your local

pnpm dlx add-skill https://github.com/FradSer/dotclaude/tree/HEAD/code-context/skills/get-context

Skill Files

Browse the full folder contents for get-context.

Download Skill

Loading file tree…

code-context/skills/get-context/SKILL.md

Skill Metadata

Name
get-context
Description
Execute this when the user requests code context for a repository or library using DeepWiki, Context7, Exa, and/or git clone.

get-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.