一键导入
deepwiki
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | deepwiki |
| description | Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions. |
| homepage | https://docs.devin.ai/work-with-devin/deepwiki-mcp |
Use this skill to access documentation for public GitHub repositories via the DeepWiki MCP server. You can search repository wikis, get structure, and ask complex questions grounded in the repository's documentation.
Ask any question about a GitHub repository and get an AI-powered, context-grounded response.
node ./scripts/deepwiki.js ask <owner/repo> "your question"
Get a list of documentation topics for a GitHub repository.
node ./scripts/deepwiki.js structure <owner/repo>
View documentation about a specific path in a GitHub repository's wiki.
node ./scripts/deepwiki.js contents <owner/repo> <path>
Ask about Devin's MCP usage:
node ./scripts/deepwiki.js ask cognitionlabs/devin "How do I use MCP?"
Get the structure for the React docs:
node ./scripts/deepwiki.js structure facebook/react
https://mcp.deepwiki.com/mcpRemote development via GitHub API. Write code, create branches, commit files, and create PRs — all without a local clone. Pull tasks from Linear and implement them entirely through GitHub. Use when Ko wants features built remotely while working locally on other things.
Orchestrate Kiro CLI coding sessions via ACP. Spawns Kiro for coding tasks, monitors progress, creates branches and PRs when done. Handles both chat-initiated and Linear-spec tasks. Use when asked to code, build, or implement features.
Create Linear issues for coding workflows in the Suelo project. Auto-detects complexity to create full specs or quick tasks. Supports priority levels. Use when Ko asks to create tasks, issues, or linear tasks for coding work.
Test deployed Consuelo changes against Linear task requirements and PR verification criteria. Runs after successful Railway deploys to verify features work in production.
Remote development via GitHub API. Write code, create branches, commit files, and create PRs — all without a local clone. Pull tasks from Linear and implement them entirely through GitHub. Use when Ko wants features built remotely while working locally on other things.
Orchestrate Kiro CLI coding sessions via ACP. Spawns Kiro for coding tasks, monitors progress, creates branches and PRs when done. Handles both chat-initiated and Linear-spec tasks. Use when asked to code, build, or implement features.