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-contextget-context/# 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.
/SKILLGenerates CLAUDE.md project config file via interactive phases: detects environment and tools, collects developer profile, selects testing methodology and tech stack.
/SKILLCreates conventional git commit from conversation intent using git-agent and pushes to remote. Accepts optional Claude model name for co-author.
/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLCreates a GitHub pull request with automated quality validation, security scanning, issue linking, and compliance checks. Accepts optional description or issue reference.
/SKILLStarts git-flow release: validates <version> semver, creates release/<version> branch, bumps version in project files, commits, and pushes to origin.
/SKILLReviews SwiftUI and Swift code for best practices, modern APIs, data flow, navigation, accessibility, performance. Outputs issues by file with before/after fixes and prioritized summary.
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.