Frontend Docs via Context7
Use this skill for documentation-driven questions, not for run/open/preview workflows.
1. Trigger
Apply this skill when user asks about package/framework:
- usage patterns
- API details
- best practices
- migration/version differences
- code examples from official docs
2. Required Flow
- Call
mcp_io_github_ups_resolve-library-idwith the library name. - Call
mcp_io_github_ups_get-library-docswith the resolved ID. - Answer based on fetched docs; avoid relying only on memory.
3. Scope Notes
- Prefer this skill for frontend ecosystem docs (Vue/Vite/React/Tailwind and related tools).
- If the request is actually about running/opening/debugging a project, use
frontend-dev-toolsinstead.