frontend-docs-context7

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Frontend Docs via Context7

基于Context7的前端文档查询

Use this skill for documentation-driven questions, not for run/open/preview workflows.
该skill用于处理文档相关问题,不适用于运行/打开/预览工作流。

1. Trigger

1. 触发条件

Apply this skill when user asks about package/framework:
  • usage patterns
  • API details
  • best practices
  • migration/version differences
  • code examples from official docs
当用户询问包/框架的以下内容时使用该skill:
  • 使用模式
  • API详情
  • 最佳实践
  • 迁移/版本差异
  • 官方文档中的代码示例

2. Required Flow

2. 必要流程

  1. Call
    mcp_io_github_ups_resolve-library-id
    with the library name.
  2. Call
    mcp_io_github_ups_get-library-docs
    with the resolved ID.
  3. Answer based on fetched docs; avoid relying only on memory.
  1. 传入库名调用
    mcp_io_github_ups_resolve-library-id
  2. 使用解析得到的ID调用
    mcp_io_github_ups_get-library-docs
  3. 基于获取到的文档作答,避免仅依赖记忆

3. Scope Notes

3. 适用范围说明

  • 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-tools
    instead.
  • 优先对前端生态文档(Vue/Vite/React/Tailwind及相关工具)使用该skill
  • 如果请求实际是关于运行/打开/调试项目,请改用
    frontend-dev-tools