What problem does it solve?
This Skill acts as a smart router, ensuring agents use the most relevant knowledge source – whether it's external API documentation via Context Hub, internal project knowledge, or established coding patterns. It prevents agents from guessing or using outdated information.
Core Features & Use Cases
- Intelligent Routing: Directs agents to
chub for third-party APIs (Stripe, OpenAI), Antigravity Skills for patterns, or Antigravity KI for project specifics.
- API Documentation Access: Facilitates searching and fetching up-to-date API documentation using the
chub CLI.
- Learning Persistence: Enables agents to annotate and recall specific API usage notes or gotchas for future sessions.
- Use Case: An agent needs to integrate with the Stripe API. This Skill ensures the agent first uses
chub search stripe and chub get stripe/api to retrieve the latest documentation before writing any code, and then annotates any discovered version-specific requirements.
Quick Start
Use the context-hub-bridge skill to search for documentation related to the 'openai chat' API.