ライブラリの情報を確認するためのスキル。Next.js、shadcn、その他のライブラリについて、適切なMCPサーバーを使用して最新のドキュメントと使用方法を取得します。
Retrieves library documentation by automatically selecting the appropriate MCP server (Next.js, shadcn, or Context7) based on the library name. Use when users ask about specific libraries to fetch the latest docs and usage examples.
/plugin marketplace add getty104/claude-code-marketplace/plugin install getty104@marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples.mdこのスキルは、ライブラリの情報を確認するために適切なMCPサーバーを選択して利用します。
ライブラリ名に応じて、以下の優先順位で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
mcp__plugin_getty104_next-devtools__init で初期化mcp__plugin_getty104_next-devtools__nextjs_docs でApp Routerのドキュメントを検索mcp__plugin_getty104_context7__resolve-library-id でReact QueryのライブラリIDを取得mcp__plugin_getty104_context7__get-library-docs でドキュメントを取得resolve-library-id でライブラリIDを解決してから get-library-docs を使用してくださいThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.