From base-tools
Fetches latest documentation and usage for Next.js, shadcn/ui, and other libraries via specialized MCP servers like next-devtools, shadcn, and context7.
How this skill is triggered — by the user, by Claude, or both
Slash command
/base-tools:check-libraryhaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
このスキルは、ライブラリの情報を確認するために適切なMCPサーバーを選択して利用するためのスキルです。Next.js、shadcn/ui、その他のライブラリに対して、最新のドキュメントと使用方法を取得します。
このスキルは、ライブラリの情報を確認するために適切なMCPサーバーを選択して利用するためのスキルです。Next.js、shadcn/ui、その他のライブラリに対して、最新のドキュメントと使用方法を取得します。
ライブラリ名に応じて、以下の優先順位でMCPサーバーを使用してください。
Next.jsに関する質問や実装の場合は、next-devtools MCPを使用します。
# 最初に初期化(セッション開始時に1回のみ)
mcp__plugin_getty104_next-devtools__init
# ドキュメント検索
mcp__plugin_getty104_next-devtools__nextjs_docs
action: "search"
query: "<検索キーワード>"
# ドキュメント取得(パスが分かっている場合)
mcp__plugin_getty104_next-devtools__nextjs_docs
action: "get"
path: "<ドキュメントパス>"
shadcn/uiに関する質問や実装の場合は、shadcn MCPを使用します。
# shadcn MCPツールを使用
# 利用可能なツールはListMcpResourcesToolで確認可能
上記以外のライブラリについては、context7 MCPを使用します。
# ライブラリIDの解決
mcp__plugin_getty104_context7__resolve-library-id
libraryName: "<ライブラリ名>"
# ドキュメント取得
mcp__plugin_getty104_context7__get-library-docs
context7CompatibleLibraryID: "<resolve-library-idで取得したID>"
topic: "<オプション: 特定のトピック>"
page: 1
examples.mdを参照してください。
resolve-library-id でライブラリIDを解決してから get-library-docs を使用してくださいnpx claudepluginhub getty104/claude-code-marketplace --plugin base-toolsFetches up-to-date library/framework docs via Context7 MCP (resolve-library-id, query-docs) for setup questions, API references, code examples.
Fetches up-to-date library and framework documentation via Context7 MCP for setup questions, API references, and code examples.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.