mirror of
https://github.com/vercel/vercel-plugin.git
synced 2026-09-14 15:39:47 +08:00
d5b5ef47f7
Instead of injecting the full SKILL.md body as additionalContext, inject "You must run the Skill(<name>) tool." — a more conventional way of telling the agent to use the Skill tool for context loading.
34 lines
793 B
JSON
34 lines
793 B
JSON
{
|
|
"description": "Golden snapshot: Bash 'npx next dev --turbopack' triggers 5 skills, cap 3 keeps agent-browser-verify (boosted 45), verification (45), nextjs (5)",
|
|
"input": {
|
|
"tool_name": "Bash",
|
|
"tool_input": {
|
|
"command": "npx next dev --turbopack"
|
|
}
|
|
},
|
|
"expected": {
|
|
"skillInjection": {
|
|
"version": 1,
|
|
"toolName": "Bash",
|
|
"toolTarget": "npx next dev --turbopack",
|
|
"matchedSkills": [
|
|
"agent-browser-verify",
|
|
"agent-browser",
|
|
"turbopack",
|
|
"verification",
|
|
"nextjs"
|
|
],
|
|
"injectedSkills": [
|
|
"agent-browser-verify",
|
|
"verification",
|
|
"nextjs"
|
|
],
|
|
"droppedByCap": [
|
|
"turbopack",
|
|
"agent-browser"
|
|
],
|
|
"droppedByBudget": []
|
|
}
|
|
}
|
|
}
|