From ai-docs-guide
Query ALL AI platform documentation at once (OpenAI, Gemini, Claude). Use this skill when: - Comparing features across AI platforms (e.g., structured output, function calling, vision) - Need to check how multiple providers handle the same concept - Building multi-provider AI applications - User says "all AI docs" or wants a cross-platform comparison
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-docs-guide:ai-docs-guideThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query OpenAI, Gemini, and Claude documentation simultaneously via WebFetch.
Query OpenAI, Gemini, and Claude documentation simultaneously via WebFetch.
When the user wants to compare or look up information across multiple AI providers at once.
You MUST WebFetch official documentation from ALL THREE providers - never answer from memory!
The user's query: $ARGUMENTS
Launch parallel WebFetch calls to all three documentation sources based on the topic.
URL Mapping by Topic:
After fetching from all providers, present a structured comparison:
## [Topic]
### OpenAI
[Key findings]
### Gemini
[Key findings]
### Claude
[Key findings]
### Comparison Summary
| Feature | OpenAI | Gemini | Claude |
|---------|--------|--------|--------|
| ... | ... | ... | ... |
Construct URLs based on each provider's pattern:
https://developers.openai.com/docs/guides/<topic-slug>https://ai.google.dev/gemini-api/docs/<topic-slug>https://platform.claude.com/docs/en/docs/build-with-claude/<topic-slug>npx claudepluginhub psychquant/psychquant-claude-plugins --plugin ai-docs-guideQueries OpenRouter API to list, search, compare, and resolve 300+ AI models by pricing, context lengths, capabilities, throughput; checks provider latency, uptime, performance.
Guides Gemini API development with latest models, capabilities like multimodal processing and function calling, SDKs, and code examples for Python, JavaScript/TypeScript, Go.
Routes LLM requests to OpenAI, Grok/xAI, Groq, DeepSeek, or OpenRouter using SwiftOpenAI-CLI agent mode with auto-setup and API key checks.