gonny-erpnext-label-modules-toolbox-instructions.ocm.json json Copy{
"ocm": "1",
"id": "gonny-erpnext-label-modules-toolbox-instructions",
"kind": "skill",
"name": "toolbox",
"description": "Describe when these instructions should be loaded by the agent based on task context",
"publisher": "gonny",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Describe when these instructions should be loaded by the agent based on task context"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/gonny/erpnext-label-modules",
"path": ".github/instructions/toolbox.instructions.md",
"ref": "9c7919f1a2407b0ab7363492e8d4fd7f75797630",
"url": "https://github.com/gonny/erpnext-label-modules/blob/9c7919f1a2407b0ab7363492e8d4fd7f75797630/.github/instructions/toolbox.instructions.md",
"key": "gonny/erpnext-label-modules/.github/instructions/toolbox.instructions.md"
}
},
"instructions": "<!-- Tip: Use /create-instructions in chat to generate content with agent assistance -->\n\n## 1. Available MCP Tools Reference\n\n| Tool | What It Does | When to Use |\n|---|---|---|\n| `github` | Manage issues, PRs, branches | Creating PRs, reading issue details |\n| `filesystem` | Read/write files in workspace | Navigating codebase, reading configs, reading Frappe source |\n| `shell` | Execute allowed commands | Running tests, linting, bench commands, DB queries via `bench console` / `bench mariadb` |\n| `context7` | Library documentation | Fetching current API docs for Frappe Framework and Python l",
"cost": {
"context_tokens": 166
}
}