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
npx claudepluginhub psychquant/psychquant-claude-plugins --plugin ai-docs-guideThis skill is limited to using the following tools:
Query OpenAI, Gemini, and Claude documentation simultaneously via WebFetch.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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>