一键导入
context7
Look up external library documentation using Context7 to get current API references instead of guessing from training data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Look up external library documentation using Context7 to get current API references instead of guessing from training data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
This skill should be used when the user asks "mira status", "show status", "how is mira doing", "system status", "index stats", "show mira stats", or wants a quick overview of Mira's index, storage, and active goals.
This skill should be used when the user asks "show my goals", "what should I work on", "update goal progress", "create a goal", "add milestone", "complete milestone", "track progress", "manage milestones", or wants to track work across multiple sessions.
This skill should be used when the user asks "what did you learn", "show insights", "any patterns noticed", "what should I know", "background analysis", "what patterns", or wants to see Mira's background analysis and predictions.
This skill should be used when the user asks "what were we working on", "session recap", "remind me of context", "catch me up", "restore context", "previous session", or starts a new session needing prior context.
Reference for all Mira MCP tool signatures, parameters, and workflows.
This skill should be used when the user asks "analyze my changes", "what did I change", "review my diff", "impact of changes", "show changes", "git analysis", or wants semantic analysis of code changes.
| name | context7 |
| description | Look up external library documentation using Context7 to get current API references instead of guessing from training data. |
Use Context7 to look up current library APIs instead of guessing from training data.
resolve-library-id(libraryName="tokio", query="async runtime spawn tasks")
query-docs(libraryId="/tokio-rs/tokio", query="how to spawn async tasks")
Always call resolve-library-id first to get the correct library ID, then query-docs with a specific question.
User asks about async file reading with tokio:
resolve-library-id(libraryName="tokio", query="async file reading")query-docs(libraryId="/tokio-rs/tokio", query="async file reading tokio::fs")