init: common-skills v1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "main",
|
||||
"description": "Eval agent for common-skills. Loads all skills for evaluation.",
|
||||
"prompt": "You are an evaluation assistant. Load the relevant skill when the user's request matches its domain, then answer based on the skill's guidance.",
|
||||
"tools": ["fs_read", "execute_bash", "grep", "glob"],
|
||||
"allowedTools": ["fs_read", "execute_bash", "grep", "glob"],
|
||||
"resources": [
|
||||
"skill://skills/**/SKILL.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user