スキル一覧に戻る
s-hiraoku

mcp-deepwiki

by s-hiraoku

8🍴 5📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: mcp-deepwiki description: This skill provides guidance for using DeepWiki MCP to explore GitHub repository documentation. Use when researching repository structure, understanding library APIs, asking questions about open-source projects, or exploring documentation for any GitHub repository.

DeepWiki MCP

Overview

This skill enables exploration of GitHub repository documentation using the DeepWiki MCP server. DeepWiki provides AI-generated documentation and Q&A capabilities for any GitHub repository.

When to Use This Skill

  • Researching GitHub repository documentation
  • Understanding library or framework APIs
  • Asking specific questions about open-source projects
  • Exploring repository structure and architecture
  • Learning how to use unfamiliar libraries

Available Tools

read_wiki_structure

Get a list of documentation topics for a GitHub repository.

Tool: mcp__deepwiki__read_wiki_structure

Parameters:

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

Example:

mcp__deepwiki__read_wiki_structure({ repoName: "microsoft/vscode" })

read_wiki_contents

View comprehensive documentation about a GitHub repository.

Tool: mcp__deepwiki__read_wiki_contents

Parameters:

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

Example:

mcp__deepwiki__read_wiki_contents({ repoName: "xtermjs/xterm.js" })

ask_question

Ask any question about a GitHub repository and get AI-powered answers.

Tool: mcp__deepwiki__ask_question

Parameters:

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

Example:

mcp__deepwiki__ask_question({
  repoName: "microsoft/vscode",
  question: "How does the terminal extension handle PTY integration?"
})

Common Workflows

Research a New Library

  1. Get wiki structure to understand available topics
  2. Read full documentation for comprehensive understanding
  3. Ask specific questions about implementation details

Understand VS Code Implementation

mcp__deepwiki__ask_question({
  repoName: "microsoft/vscode",
  question: "How does VS Code implement terminal session persistence?"
})

Explore xterm.js API

mcp__deepwiki__ask_question({
  repoName: "xtermjs/xterm.js",
  question: "What addons are available and how do I use them?"
})

Best Practices

  1. Start with structure: Use read_wiki_structure first to understand available topics
  2. Be specific with questions: Provide context in questions for better answers
  3. Use full repo path: Always use the complete "owner/repo" format
  4. Combine with local code: Use DeepWiki insights together with local codebase exploration

References

For detailed tool parameters, see references/tools.md.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です