Internet-first research skill. Use this before implementing anything involving an external library, API, or framework. Fetches live documentation via Context7 MCP tools and supplements with web search. Invoke with /internet-research in any prompt.
Use this skill before implementing any code that involves an external library, framework, or API. Always consult live documentation rather than relying on training data.
List libraries involved in the current task.
Use Context7 to resolve each library (if the MCP tool is available):
resolve-library-id: <library name>
Then fetch its docs:
get-library-docs: <resolved-id>, topic: <specific topic>
Use web search as fallback (or supplement) for:
Summarise before coding:
Key libraries in this project:
next (15.x) — App Router, server components, server actionsreact (19.x) — hooks, concurrent featuressass — SCSS module usage