Skip to content

Commit f88a04d

Browse files
review changes
1 parent 9c765f4 commit f88a04d

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

plugins/context-matic/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Coding agents hallucinate APIs. APIMatic Context gives them curated, versioned A
44

55
When a developer asks their agent to "integrate the payments API," it normally guesses, pulling from outdated training data or generic patterns that don't match the actual SDK. ContextMatic solves this by giving the agent authoritative, version-aware, SDK-native context at the exact moment it's needed.
66

7+
## Installation
8+
9+
```bash
10+
copilot plugin install context-matic@awesome-copilot
11+
```
12+
713
## What It Includes
814

915
### MCP Server

skills/onboard-context-matic/SKILL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ Use the following facts as your source, but say it conversationally — do not p
4646
> | `model_search` | Looks up an SDK model/object definition and its typed properties | "What fields does an Order have?", "Is this property required?" | The model's name, description, and a full typed property list (required vs. optional, nested types) |
4747
> | `endpoint_search` | Looks up an endpoint method, its parameters, response type, and a runnable code sample | "Show me how to call createOrder", "What does getTrack return?" | Method signature, parameter types, response type, and a copy-paste-ready code sample |
4848
49-
End this section by telling the user that you'll demonstrate all four tools live during the tour,
50-
starting with `fetch_api` right now.
49+
End this section by telling the user that you'll demonstrate the four core discovery and
50+
integration tools live during the tour, starting with `fetch_api` right now. Make it clear that
51+
this tour is focused on those core ContextMatic server tools rather than every possible helper the
52+
broader workflow might use.
5153

5254

5355
---

0 commit comments

Comments
 (0)