deepwiki

Query any public GitHub repo's documentation via DeepWiki. Use when needing to understand a library, framework, or dependency. Triggers on "look up docs", "how does X work", "deepwiki", "deepwiki".

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 seflless/deepwiki/seflless-deepwiki-deepwiki

deepwiki

Query any public GitHub repo's docs from the terminal via DeepWiki. Assumes Node.js is installed.

Commands

CommandUsageDescription
tocnpx @seflless/deepwiki toc <owner/repo>Table of contents
wikinpx @seflless/deepwiki wiki <owner/repo>Full wiki content
asknpx @seflless/deepwiki ask <owner/repo> "<question>"AI-powered Q&A
asknpx @seflless/deepwiki ask <repo1> <repo2> "<question>"Multi-repo Q&A (max 10)

Flags

FlagPurpose
--jsonRaw JSON output (good for piping)
-q, --quietNo spinners/progress
--no-colorDisable colors

Examples

# Understand a library's structure
npx @seflless/deepwiki toc facebook/react

# Get full docs for reference
npx @seflless/deepwiki wiki oven-sh/bun --json > bun-docs.json

# Ask a specific question
npx @seflless/deepwiki ask anthropics/claude-code "How does the tool permission system work?"

# Cross-project question
npx @seflless/deepwiki ask facebook/react vercel/next.js "How do server components work across these projects?"

Tips

  • Use --json when you need structured data to parse
  • Use toc first to understand what docs exist, then ask for specifics
  • Multi-repo ask is great for understanding how libraries interact

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.

Coding

deepwiki

No summary provided by upstream source.

Repository SourceNeeds Review
General

deepwiki

No summary provided by upstream source.

Repository SourceNeeds Review
General

deepwiki

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

deepwiki

No summary provided by upstream source.

Repository SourceNeeds Review