init: common-skills v1

This commit is contained in:
Team
2026-03-26 21:00:51 +08:00
commit 264dacf157
16 changed files with 859 additions and 0 deletions
+10
View File
@@ -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"
]
}