Files
awesome-copilot/plugins/context-matic/.github/plugin/plugin.json
2026-04-28 13:58:17 +10:00

26 lines
890 B
JSON

{
"name": "context-matic",
"description": "Coding agents hallucinate APIs. ContextMatic gives them curated, versioned API and SDK docs. Ask your agent to \"integrate the payments API\" and it guesses — falling back on outdated training data and generic patterns that don't match your actual SDK. ContextMatic solves this by giving the agent deterministic, version-aware, SDK-native context at the exact moment it's needed.",
"version": "0.1.0",
"keywords": [
"api-context",
"api-integration",
"mcp",
"sdk",
"apimatic",
"third-party-apis",
"sdks"
],
"author": {
"name": "APIMatic",
"email": "developer@apimatic.io"
},
"homepage": "https://www.apimatic.io",
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"skills": [
"./skills/integrate-context-matic/",
"./skills/onboard-context-matic/"
]
}