← スキル一覧に戻る

context7
by sano-suguru
Event Ticket Reservation System - High-concurrency backend API with Go
⭐ 1🍴 0📅 2025年12月26日
SKILL.md
name: context7 description: Fetch official documentation for major libraries and frameworks. Use for library lookups, API references, how-to queries, and framework-specific questions
Context7 Documentation Lookup
Retrieves official documentation for libraries and frameworks.
Workflow
1. Resolve Library ID (Required)
mcp__context7__resolve-library-id
libraryName: "react" or "vue" or "express"
2. Fetch Documentation
mcp__context7__get-library-docs
context7CompatibleLibraryID: "/vuejs/core"
topic: "composition-api" # Optional: specific topic
mode: "code" # "code" or "info"
page: 1 # Paginate if needed
Mode Selection
code (default): API references, code examples, implementation patterns
info: Conceptual guides, architecture explanations
Tips
- Always resolve library ID first (don't guess ID format)
- Use
page: 2, 3...if initial results insufficient - Try alternative library names if no results (e.g., "vue router" vs "vue-router")
- Version-specific IDs:
/org/project/v3
When to Use
- Library API specification lookup
- Official best practices
- Framework-specific implementation patterns
- Code examples and samples
Examples
User: How to use React Hooks?
Agent: Fetches React official docs and explains Hooks patterns
User: Next.js 14 App Router usage?
Agent: Retrieves Next.js v14 docs and explains App Router
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です