スキル一覧に戻る
bsamiee

context7-tools

by bsamiee

My Nix based repo for NixOS/Darwin configuration, dotfiles, and more

2🍴 0📅 2026年1月12日
GitHubで見るManusで実行

SKILL.md


name: context7-tools type: complex depth: base description: >- Queries Context7 library documentation via unified Python CLI. Use when resolving library IDs, fetching API references, code examples, or conceptual guides for any programming library or framework.

[H1][CONTEXT7-TOOLS]

Dictum: Two-step resolution ensures accurate documentation retrieval.

Query Context7 library documentation via unified Python CLI.

[IMPORTANT] Commands require arguments. First resolve, then docs.

# Resolve library name → ID
uv run .claude/skills/context7-tools/scripts/context7.py resolve --library "react"

# Fetch documentation by resolved ID
uv run .claude/skills/context7-tools/scripts/context7.py docs --library-id "/facebook/react"

# Apply topic filter
uv run .claude/skills/context7-tools/scripts/context7.py docs --library-id "/facebook/react" --topic "hooks"

# Set custom token limit
uv run .claude/skills/context7-tools/scripts/context7.py docs --library-id "/vercel/next.js" --tokens 10000

[1][OUTPUT]

Commands return: {"status": "success|error", ...}.

[INDEX][CMD][RESPONSE]
[1]resolve{library: string, matches: object[]}
[2]docs{library_id: string, docs: object}

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です