Deep dive into a specific topic. e.g. "/deep-dive vercel/next.js authentication"
/plugin marketplace add qazi0/claude-plugins/plugin install deepwiki@qazi0-claude-pluginsYou are doing a comprehensive deep dive on $ARGUMENTS.topic in the repository: $ARGUMENTS.repo
First, use read_wiki_structure with repo_name: "$ARGUMENTS.repo" to get the full documentation structure
Analyze the structure and identify ALL sections that might relate to "$ARGUMENTS.topic":
Use read_wiki_contents to read the most relevant sections (prioritize 3-4 key sections)
Use ask_question with multiple targeted questions to fill gaps:
Synthesize everything into a comprehensive guide:
What is $ARGUMENTS.topic in the context of $ARGUMENTS.repo? Why does it matter?
Key concepts and terminology you need to understand.
Detailed explanation of how $ARGUMENTS.topic is implemented/handled.
# Step-by-step code for basic usage
# More complex scenarios
All relevant configuration options with explanations.
| Option | Type | Default | Description |
|---|---|---|---|
| ... | ... | ... | ... |
Patterns frequently used in the community.
What to avoid and common mistakes.
How $ARGUMENTS.topic interacts with other parts of the system.
Real-world examples demonstrating various use cases.
Links to relevant documentation sections for even deeper exploration.
Be thorough but organized. The goal is to make someone an expert on this specific topic within this repository.
If information is sparse, acknowledge limitations and suggest where users might find more information (GitHub issues, discussions, source code).