一键导入
documentation-lookup
Use current library and framework documentation through Context7 when available, instead of relying on stale assumptions or training data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use current library and framework documentation through Context7 when available, instead of relying on stale assumptions or training data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free.
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring 5+ tool calls. Supports automatic session recovery after /clear.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Legacy compatibility alias for task-router-lite. Keeps older codex-max references working while using a thin Phase PLAN routing model.
Thin Phase PLAN router for codex-max. Select at most one primary execution skill and one optional secondary skill from the installed local skill surface.
Use when a significant technical decision should be recorded with context, alternatives, and consequences so the reasoning survives beyond the current session.
| name | documentation-lookup |
| description | Use current library and framework documentation through Context7 when available, instead of relying on stale assumptions or training data. |
| risk | safe |
| source | ECC-adapted |
| origin | ECC |
| date_added | 2026-04-19 |
Use documentation-lookup whenever a task depends on accurate, up-to-date behavior of a library, framework, SDK, or API.
In this workspace, the preferred docs source is Context7 when available. If Context7 is unavailable, fall back to the best local or official documentation source and state that fallback explicitly.
Identify the exact library, framework, or API involved. If Context7 is available, resolve the correct library identifier first.
Fetch only the documentation needed for the task:
Use the fetched documentation to:
When this skill is used, the result should state:
search-first — use before choosing a new dependency or integration pathtask-router-lite — routes into this skill when a task is primarily library/framework/API-driven