frontend-docs-context7
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.
More from iceywu/skills
iceywu-dev-workflow
A practical workflow for using and contributing to @iceywu/utils. Use when selecting utility helpers, refactoring shared logic into utils, debugging utility behavior, or preparing utils-related pull requests.
27frontend-dev-tools
Use this skill when users ask to run/open/preview/debug a frontend project (including Chinese intents like 运行/打开/预览/调试). Enforce MCP browser tools (Playwright/Chrome DevTools) first, then fallback only if MCP is unavailable.
26vue
Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive.
24pnpm
Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.
24vite
Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.
24web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
24