Files
common-skills/.kiro/agents/main.json
T
2026-03-26 21:00:51 +08:00

11 lines
437 B
JSON

{
"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"
]
}