question
Installation
SKILL.md
Question
Answer the user's question by analyzing relevant sources. This prompt is for information and answers only - no code changes.
Instructions
- DO NOT write, edit, or create any files
- Focus on understanding and explaining
- If the question requires code changes, explain conceptually without implementing
Question Classification
First, classify the question:
| Type | Examples | Research Method |
|---|---|---|
| Project-specific | "Where is X defined?", "How does Y work in this codebase?" | Local files only |
| External/Docs | "How does Claude Code handle X?", "What's the best practice for Y?" | Web search first |
| Mixed | "Does this project follow the recommended pattern for X?" | Both |