Use this skill to query GitHub repository documentation and ask questions about codebases.
uxc is installed and available in PATH.mcp.deepwiki.com/mcpNote: Repositories must be indexed on DeepWiki first. Visit https://deepwiki.com to index a repository.
Choose one of the following methods:
Homebrew (macOS/Linux):
brew tap holon-run/homebrew-tap
brew install uxc
Install Script (macOS/Linux, review before running):
curl -fsSL https://raw.githubusercontent.com/holon-run/uxc/main/scripts/install.sh -o install-uxc.sh
less install-uxc.sh
bash install-uxc.sh
Cargo:
cargo install uxc
command -v deepwiki-mcp-cliuxc link deepwiki-mcp-cli mcp.deepwiki.com/mcpdeepwiki-mcp-cli -hdeepwiki-mcp-cli ask_question repoName=owner/repo question='your question'deepwiki-mcp-cli read_wiki_structure repoName=owner/repodeepwiki-mcp-cli read_wiki_contents repoName=owner/repodeepwiki-mcp-cli ask_question repoName=facebook/react question='How does useState work?'
deepwiki-mcp-cli read_wiki_structure '{"repoName":"facebook/react"}'
deepwiki-mcp-cli read_wiki_contents repoName=facebook/react
The response is an MCP JSON envelope. Extract the content from .data.content[].text.
deepwiki-mcp-cli ... is equivalent to uxc mcp.deepwiki.com/mcp ... .uxc mcp.deepwiki.com/mcp ... calls as fallback.references/usage-patterns.md共 1 个版本