Skip to main content
AI/MLgithub

onboard-context-matic

Interactive onboarding tour for the context-matic MCP server. Walks the user through what the server does, shows all available APIs, lets them pick one to explore, explains it in their project language, demonstrates model_search and endpoint_search live, and ends with a menu of things the user can ask the agent to do. USE FOR: first-time setup; "what can this MCP do?"; "show me the available APIs"; "onboard me"; "how do I use the context-matic server"; "give me a tour". DO NOT USE FOR: actually integrating an API end-to-end (use integrate-context-matic instead).

Stars
34,159
Source
github/awesome-copilot
Updated
2026-05-29
Slug
github--awesome-copilot--onboard-context-matic
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/github/awesome-copilot/HEAD/plugins/context-matic/skills/onboard-context-matic/SKILL.md -o .claude/skills/onboard-context-matic.md

Drops the SKILL.md into .claude/skills/onboard-context-matic.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.