返回 Skill 列表
extension
分类: 开发与工程无需 API Key

deepwiki

DeepWiki MCP用于GitHub仓库文档和问答。适用于deepwiki、仓库文档、GitHub仓库问题或代码库查询。加载mcporter技能以执行此技能的MCP调用。

person作者: jakexiaohubgithub

DeepWiki

Use MCPorter deepwiki for public GitHub repository docs and codebase Q&A.

  • NEVER assume native DeepWiki tools are mounted
  • MUST run from the agent-config root
  • MUST pass --config assets/mcporter.jsonc
  • Missing mcporter: MUST use the Nix fallback
nix run github:numtide/llm-agents.nix#mcporter --

Required follow-up reads

|Need|Read|When| |---|---|---| |Fallback contracts or broad tool/schema comparison|references/tools-schema.md|MUST read only after live discovery fails or broad comparison needs exact contracts|

Workflow

  1. MUST discover live inventory first:

    mcporter --config assets/mcporter.jsonc list deepwiki --brief
    
  2. MUST inspect selected tool's live schema:

    mcporter --config assets/mcporter.jsonc list deepwiki.<tool> --schema
    
  3. Live success MUST override snapshot; NEVER infer absent response fields; NEVER load snapshots except for broad comparison.

  4. Live failure MUST label snapshot use as fallback.

  5. Routing:

    • Repositories MUST use owner/repo.
    • ask_question accepts one or up to 10 repositories.
    • Other tools accept exactly one repository.
    • Broad exploration SHOULD inspect structure before contents.
    • Narrow questions SHOULD use ask_question.
    • Multi-repository calls MUST use exact --args JSON.
  6. Insufficient DeepWiki MAY switch to public-web research; MUST disclose.

read_wiki_contents can be large; MUST narrow first unless full docs are needed.