From Napkin
Prompts Claude to list required files before answering a question, helping establish context and identify information gaps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/napkin:what-context-neededThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before answering my question, tell me what files you need to see.
Before answering my question, tell me what files you need to see.
{{question}}
## Files I Need
### Must See (required for accurate answer)
- `path/to/file.ts` — [why needed]
### Should See (helpful for complete answer)
- `path/to/file.ts` — [why helpful]
### Already Have
- `path/to/file.ts` — [from earlier in conversation]
### Uncertainties
- [What I'm not sure about without seeing the code]
After I provide these files, I'll ask my question again.
npx claudepluginhub ani1797/forge --plugin copilot-sdk2plugins reuse this skill
First indexed Jun 6, 2026
Builds a mental model of unfamiliar codebases by searching, reading dependencies, and checking git history. Use when onboarding or before editing unknown code.
Forces AI to read all relevant files before modifying code, preventing incorrect assumptions. Use for complex multi-file tasks or debugging.
Answers factual/explanatory questions about the current project's codebase, architecture, conventions, and constraints with cited file:line evidence. Use for understanding how things work or why they are structured as they are.