Agent Skills
› mksglu/context-mode
› ctx-insight
ctx-insight
GitHub通过调用MCP工具在默认浏览器中打开Context Mode Insight分析仪表板,展示AI工程团队的效能指标、重试浪费及阻塞检测等数据。
Trigger Scenarios
/context-mode:ctx-insight
Install
npx skills add mksglu/context-mode --skill ctx-insight -g -y
SKILL.md
Frontmatter
{
"name": "ctx-insight",
"description": "Open the context-mode Insight dashboard in your default browser.\nInsight is the hosted analytics layer for AI-assisted engineering teams —\nper-engineer productive rate, retry waste, blocker detection, role-narrowed views.\nTrigger: \/context-mode:ctx-insight\n",
"user-invocable": true
}
Context Mode Insight
Open the hosted Insight dashboard in the user's default browser.
Instructions
- Call the
ctx_insightMCP tool (no parameters). It opens https://context-mode.com/insight in the default browser and returns a confirmation line. - Display the tool's output to the user.
- Tell the user:
- "Insight opened at https://context-mode.com/insight"
- The landing page at context-mode.com/insight is the single source of truth for sign-in and pricing details.
- If the browser did not open automatically, share the URL so they can open it manually.
Version History
- 6aad62f Current 2026-07-24 17:38


