Files
yao-meta-skill/evals/train/trigger_cases.json
T
2026-03-31 21:32:04 +08:00

36 lines
1.1 KiB
JSON

{
"recommended_threshold": 0.33,
"negative_patterns": [
"one-off",
"do not turn",
"without building",
"brainstorm",
"just explain",
"headline",
"summarize"
],
"should_trigger": [
"Create a skill from this repeated workflow.",
"Improve this skill description and add evals.",
"Turn this runbook into a reusable agent skill.",
"Package this skill for team reuse.",
"Refactor this prompt into a proper skill package.",
"Create a meta-skill for packaging internal workflows."
],
"should_not_trigger": [
"Explain what a workflow is.",
"Write a product headline for this landing page.",
"Summarize this random note.",
"Just explain what a skill is.",
"Draft a blog title for this article.",
"Translate this README into Japanese."
],
"near_neighbor": [
"Create a one-off prompt for this task.",
"Help me brainstorm process ideas without building a skill.",
"Improve this README but do not turn it into a skill.",
"Make a checklist for this task, but not a reusable skill.",
"Write a custom answer for this request without creating a skill package."
]
}