From airis-mcp-gateway
Guides doc lookup and web search workflow for investigating libraries, APIs, or unfamiliar patterns before implementation.
npx claudepluginhub agiletec-inc/airis-mcp-gateway --plugin airis-mcp-gatewayThis skill uses the workspace's default tool permissions.
Use this workflow when you need to investigate a library, API, or unfamiliar pattern before writing code.
Gathers read-only external knowledge on libraries, frameworks, SDKs, APIs via 5-tier source priority (official docs first). Use for API queries, migration guides, version changes, RFCs.
Retrieves up-to-date documentation for software libraries, frameworks via Context7 API using curl. Use for code examples, API verification, current info beyond training data.
Fetches up-to-date, version-specific library documentation and code examples via Context7. Use for API references, framework guides, and troubleshooting.
Share bugs, ideas, or general feedback.
Use this workflow when you need to investigate a library, API, or unfamiliar pattern before writing code.
Gateway instructions already tell you WHICH tools map to which domains. This skill teaches you HOW to use them effectively in sequence.
Before reaching for any tool, clarify:
Use the Gateway's doc lookup tools (per the Tool Routing Guide in your instructions):
If the docs answer your question, stop here. Do not search the web redundantly.
Use the Gateway's web search tools only when:
Search with specific, targeted queries — not broad "how to use X" searches.
Before proceeding to implementation:
| Situation | Action |
|---|---|
| Official docs have the answer | Stop. No web search needed |
| Docs exist but topic not covered | Web search for that specific gap |
| No docs indexed at all | Web search directly |
| Found conflicting information | Prefer official docs over community posts |
| Information seems outdated | Note the version and check for newer sources |