From api-registry
Contract for external plugins (build-loop, debugger, research) to consult api-registry during API setup or debug. Reads ~/.api-registry/registry.db; exits silently if absent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/api-registry:build-loop-bridgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill is invoked by **other plugins** (build-loop, debugger, research) that want authoritative-source checks without hard-coupling to api-registry internals.
This skill is invoked by other plugins (build-loop, debugger, research) that want authoritative-source checks without hard-coupling to api-registry internals.
Consumers should:
~/.api-registry/registry.db exists?api-registry not installed — skipping source verification and continue their flow. Do NOT fail./api-registry:lookup <name> — read entry/api-registry:docs <name> <query> — get routed answer/api-registry:refresh <name> — re-check version before config.env, client init, auth setup).These three commands are the stable external API:
lookup — input: name; output: JSON service recorddocs — input: name + query; output: answered text with citationrefresh — input: name/--all/--stale; output: drift summary JSONInternals (scripts, DB schema, YAML layout) may change without notice.
npx claudepluginhub tyroneross/rosslabs-ai-toolkit --plugin api-registryProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.