mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-26 07:25:58 +00:00
33 lines
730 B
JSON
33 lines
730 B
JSON
{
|
|
"version": 1,
|
|
"description": "Default configuration template for example skills. Each skill is enabled by default with global scope (all agents, including future ones).",
|
|
"skills": {
|
|
"code-reviewer": {
|
|
"enabled": true,
|
|
"scope": {
|
|
"isGlobal": true,
|
|
"selectedAgents": []
|
|
},
|
|
"addedAt": 0,
|
|
"isExample": true
|
|
},
|
|
"data-analyzer": {
|
|
"enabled": true,
|
|
"scope": {
|
|
"isGlobal": true,
|
|
"selectedAgents": []
|
|
},
|
|
"addedAt": 0,
|
|
"isExample": true
|
|
},
|
|
"report-writer": {
|
|
"enabled": true,
|
|
"scope": {
|
|
"isGlobal": true,
|
|
"selectedAgents": []
|
|
},
|
|
"addedAt": 0,
|
|
"isExample": true
|
|
}
|
|
}
|
|
}
|