ワンクリックで
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")