Help us improve
Share bugs, ideas, or general feedback.
From api-registry
Use when the user asks how a library/API/tool works, requests docs for a named service, or asks about current models/versions/endpoints. Routes via api-registry to Context7 or WebFetch for authoritative answers.
npx claudepluginhub tyroneross/rosslabs-ai-toolkit --plugin api-registryHow this skill is triggered — by the user, by Claude, or both
Slash command
/api-registry:docs-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Your job is to answer API/library questions using registered authoritative sources, not training data.**
Guides deployment workflows with CI/CD patterns, rolling/blue-green/canary strategies, multi-stage Dockerfiles for Node.js, health checks, rollbacks, and production checklists for web apps.
Share bugs, ideas, or general feedback.
Your job is to answer API/library questions using registered authoritative sources, not training data.
Identify the service name in the user's question.
Invoke /api-registry:docs <name> <remaining query>.
Return the routed answer with its citation.
If the registered sources disagree with what your training data says, defer to the registered source and surface the disagreement:
"Training data says X, but registered docs () say Y as of <last_checked>. Using Y."
docs_url exists.⚠️ Authoritative sources unreachable. See <docs_url> directly. and stop.