deepwiki

Retrieve and explore DeepWiki-generated documentation for public GitHub repositories. Use when listing repository documentation topics, reading DeepWiki pages, or asking focused questions about a codebase that needs current repository structure, architecture notes, or component explanations.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "deepwiki" with this command: npx skills add trancong12102/pi-skills/trancong12102-pi-skills-deepwiki

DeepWiki

Overview

The DeepWiki skill uses the mcporter CLI to query DeepWiki’s public repository documentation endpoint. Suitable for exploring a GitHub repo: listing documentation topics, reading documentation content, and asking questions about the codebase.

Endpoint:

https://mcp.deepwiki.com/mcp

Workflow

Step 1: Inspect tool signatures

List available tools and their parameters:

bunx mcporter list https://mcp.deepwiki.com/mcp --all-parameters

Step 2: List documentation topics

bunx mcporter call https://mcp.deepwiki.com/mcp.read_wiki_structure \
  repoName:owner/repo

Parameters:

  • repoName (required): GitHub repository in owner/repo format.

Step 3: Read documentation content

bunx mcporter call https://mcp.deepwiki.com/mcp.read_wiki_contents \
  repoName:owner/repo

Parameters:

  • repoName (required): GitHub repository in owner/repo format.

Step 4: Ask a repo question

bunx mcporter call https://mcp.deepwiki.com/mcp.ask_question \
  repoName:owner/repo \
  question:"How does the routing layer work?"

Parameters:

  • repoName (required): GitHub repository in owner/repo format.
  • question (required): The question to answer about the repo.

Examples

List topics for React

bunx mcporter call https://mcp.deepwiki.com/mcp.read_wiki_structure \
  repoName:facebook/react

Read documentation for React

bunx mcporter call https://mcp.deepwiki.com/mcp.read_wiki_contents \
  repoName:facebook/react

Ask a question about React

bunx mcporter call https://mcp.deepwiki.com/mcp.ask_question \
  repoName:facebook/react \
  question:"How is the rendering pipeline structured?"

Tips

  • Always start with mcporter list to confirm parameter names and defaults.
  • Use precise, repo-specific questions for better answers.
  • Only public GitHub repositories are supported.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

context7

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

brainstorming

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

commit

No summary provided by upstream source.

Repository SourceNeeds Review
General

linkup

No summary provided by upstream source.

Repository SourceNeeds Review