What problem does it solve?
Integrating a third-party API requires knowing which SDKs exist, how to authenticate, and which endpoints to call. This Skill replaces guesswork with a structured workflow that queries the context-matic MCP server for accurate, up-to-date API and SDK information instead of relying on the model's own knowledge.
Core Features & Use Cases
- API Discovery: Uses the
fetch_api tool to find available API SDKs by name or key, returning the matching API or a full catalog.
- Integration Guidance: Uses
ask for authentication, usage, and rate-limit questions, plus model_search and endpoint_search for SDK model and endpoint definitions.
- Project Setup Enforcement: Detects the project's primary language and ensures language-specific conventions, security guidelines, and test guidelines exist before integration.
- Milestone Tracking: Records integration progress (SDK setup, auth configured, first call, errors) via
update_activity.
- Use Case: A developer asks to add PayPal payments to a TypeScript project. The Skill detects the language, verifies guidelines exist, discovers the PayPal SDK key, retrieves authentication and payment-creation guidance, and tracks milestones as code is written.
Quick Start
Ask the agent to integrate the PayPal API into this project using the context-matic integration workflow.